1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-05 16:56:04 +02:00
Commit graph

432 commits

Author SHA1 Message Date
Marc Khouzam
0b0cc40fc8 Typo 2011-08-05 16:23:43 -04:00
Marc Khouzam
db62a47f3e Bug 348091: Cannot launch hardware or post-mortem debugging for older GDBs when preference for non-stop is enabled 2011-08-05 15:35:19 -04:00
Marc Khouzam
0f94c41a73 Bug 339550: Cleanup GdbLaunchDelegate for easier overriding 2011-08-05 14:06:10 -04:00
Marc Khouzam
0d2872027c Bug 339550: Allow to override GdbLaunch 2011-08-05 13:48:43 -04:00
Marc Khouzam
bc75200199 Bug 347514: Tracepoint visualization should be prepared for multi-threaded programs 2011-08-02 14:50:40 -04:00
Marc Khouzam
dba1e9d2bf Bug 353423: Move refreshing of thread states from GDBRunControl_7_2_NS to GDBRunControl_7_0_NS since -thread-info is available since GDB 7.0 2011-08-02 14:01:39 -04:00
Marc Khouzam
fd690737ac Bug 353423: Simpler solution using -thread-info instead of -list-thread-groups --recurse 1 2011-08-01 11:32:38 -04:00
Marc Khouzam
d2c51aec89 Bug 353423: Need a way to refresh the thread list and state in the run control service 2011-07-29 15:43:34 -04:00
Marc Khouzam
d592d691aa Bug 346320: Add support for fast tracepoints 2011-07-25 15:29:42 -04:00
Marc Khouzam
579f5aa0ec Bug 352998: [remote][attach] Cannot do a remote-attach session with GDB7.2 and CDT8.0 2011-07-25 11:52:55 -04:00
Marc Khouzam
c5c97a7b3b Bug 352998: [remote][attach] Cannot do a remote-attach session with GDB7.2 and CDT8.0 2011-07-25 09:44:41 -04:00
Marc Khouzam
142ab81593 Bug 352998: [remote][attach] Cannot do a remote-attach session with GDB7.2 and CDT8.0 2011-07-25 09:10:55 -04:00
Marc Khouzam
1923edd05c Bug 339882: Make use of GDB's 'scheduler-locking' option 2011-07-21 13:16:12 -04:00
Marc Khouzam
76b6692246 Bug 352562: Tracepoint Action 'eval' has changed to 'teval' 2011-07-20 09:31:34 -04:00
Marc Khouzam
163a57b8b7 Bug 352493:Trace control buttons are disabled after a start trace
failure
2011-07-19 14:01:47 -04:00
Mikhail Khodjaiants
29c0d80c92 Bug 350330 - Cached stopped event is not reset in MIStack.flushCache(). 2011-06-30 17:18:49 -04:00
Doug Schaefer
dbfc9b886b Update pom.xml to match version update in dsf.gdb. 2011-06-28 12:03:53 -04:00
Doug Schaefer
d7092b12c9 Mavenizing CDT releng.
Also removed unsupported cdt.core fragments from the platform feature.
2011-06-28 05:21:58 -04:00
Marc Khouzam
d3eb4cd839 Bug 347047: Trace visualization does not show proper frames with GDB >=
7.3
2011-06-28 13:52:40 -04:00
Marc Khouzam
2041eb9870 Bug 348159: Move DSF-GDB preference store to the core plugin. 2011-06-27 16:23:53 -04:00
Marc Khouzam
e2f7dbf915 Bug 347196: Use MI to create tracepoint starting with GDB 7.2, which
allows to set a tracepoint on the right process when using multi-process
2011-06-27 15:02:37 -04:00
Marc Khouzam
da6b7c8f02 Bug 346215: Allow Tracepoints commands to have a comma in their name 2011-06-27 14:10:28 -04:00
Marc Khouzam
fa8c801dcc Bug 348159: Tracing console is not shown automatically. Hack to get it working in time for Indigo. Needs to be revisited. 2011-06-03 18:10:54 +00:00
Marc Khouzam
0ece103fb9 Bug 339379: Instruction pointer is not always removed when terminating launch (GDB <= 6.8 solution) 2011-05-27 19:18:16 +00:00
Sergey Prigogin
7cdae41b21 Cosmetics. 2011-05-27 02:58:00 +00:00
Marc Khouzam
587d3cee4c Bug 339379 : Instruction pointer is not always removed when terminating launch. Fix for GDB >= 7.0 2011-05-27 02:34:42 +00:00
Marc Khouzam
6c08d0dc7d Bug 347245: Add configurable defaults for Stop in main and for Non-stop mode 2011-05-27 01:09:39 +00:00
Sergey Prigogin
56b100f37c Bug 347245 - Add configurable defaults for Stop in main and for Non-stop mode. Use global preferences for Debug As command. 2011-05-27 00:08:55 +00:00
Sergey Prigogin
49a4f3518f Cosmetics. 2011-05-26 20:41:45 +00:00
Sergey Prigogin
03a2f1d859 Cosmetics. 2011-05-26 19:11:32 +00:00
Sergey Prigogin
327f2d22e1 Cosmetics. 2011-05-26 17:30:52 +00:00
Sergey Prigogin
5e00cb748e Bug 347245 - Add configurable defaults for Stop in main and for Non-stop mode. 2011-05-26 03:04:55 +00:00
Marc Khouzam
88c24240fe Bug 338730: GDB does not like that we set the binary after we set the trace file 2011-05-19 20:11:10 +00:00
Marc Khouzam
b2b1f129d1 Bug 327617: Gdb hangs after user code writes to stderr multiple times 2011-05-19 19:01:11 +00:00
Marc Khouzam
e1b18cad3e Bug 345751: Inferior console does not get removed after a restart with GDB 7.0 and 7.1. Cleanup after the fix to bug 345749 2011-05-15 02:51:44 +00:00
Marc Khouzam
fa56c9494a Bug 345749: MIInferior process gets terminated right away on a restart 2011-05-15 02:47:01 +00:00
Marc Khouzam
4bd2d6a68d Bug 323071: Make sure LargePipedInputStream does not leak so that we can run all JUnit tests in a single run. 2011-05-13 18:31:13 +00:00
Marc Khouzam
48182ee891 Bug 345751: Inferior console does not get removed after a restart with GDB 7.0 and 7.1 2011-05-13 18:13:28 +00:00
Marc Khouzam
f0be94ea01 Bug 339456: Thread created event with wrong id after restart for GDB < 7.0 2011-05-13 15:01:50 +00:00
Marc Khouzam
e2e514ace6 Bug 343862: Infinite assertions when an error happens when setting breakpoints. Need to complete the requestMonitor of cancelled operations. 2011-05-13 14:29:18 +00:00
Marc Khouzam
624a55093f Bug 343862: Infinite assertions when an error happens when setting breakpoints 2011-05-13 11:13:02 +00:00
Anton Leherbauer
c1a81dbd68 Bug 331232 - There are memory leaks with each GDB debug session (partial fix) 2011-05-13 10:33:44 +00:00
Marc Khouzam
04e7974825 Bug 345164: Revert changes to Spawner and instead explicitly close streams in DSF-GDB and CDI 2011-05-10 17:38:42 +00:00
Marc Khouzam
a7c5159320 Bug 339456: Thread created event with wrong id after restart for GDB < 7.0 2011-05-09 19:16:43 +00:00
Marc Khouzam
790ba0fc84 Bug 345164: Avoid leaking pipes 2011-05-09 17:42:41 +00:00
Marc Khouzam
323cc9f222 Bug 339456: Thread created event with wrong id after restart for GDB < 7.0 2011-05-09 02:27:39 +00:00
Marc Khouzam
f83c63c05f Bug 246740: Restart action does not work when the program is running 2011-05-09 01:43:13 +00:00
Marc Khouzam
7273934121 Bug 345019: Harmless race condition between stopping tracking breakpoints and GDB shutdown causes unnecessary error printout 2011-05-06 19:35:05 +00:00
Marc Khouzam
e6ff1c5bd7 Bug 345018: Do not allow to try to terminate GDB more than once 2011-05-06 19:27:55 +00:00
Marc Khouzam
f0813190d4 Bug 344992: Missing rm.done in GDBProcesses_7_2.detachDebuggerFromProcess 2011-05-06 15:53:18 +00:00