1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-22 15:53:58 +02:00
Commit graph

553 commits

Author SHA1 Message Date
Mikhail Khodjaiants
c283892ee1 Bug 311219 - [commands][cdi] MITargetSelect is too restrictive. 2010-05-03 15:05:41 +00:00
Marc Khouzam
781fa19cb6 Bug 304096: Handle cases for GDB < 7.0 where interrupting the target does not generate a *stopped event. 2010-04-30 18:00:26 +00:00
John Cortell
e7a52e7c7c Bug 311118: Attach does not work with MinGW gdb 7.0 2010-04-30 15:54:48 +00:00
John Cortell
2fd8cfac1d Bug 310914: Fix to avoid fallback of obtaining process list natively when debugging remotely 2010-04-29 19:17:18 +00:00
Marc Khouzam
da8db8a30d Bug 311059: workaround for another bug (305385) which is not fixed yet. 2010-04-29 18:36:37 +00:00
Marc Khouzam
d768a3ad38 Bug 310914: Optimize retrieval of process names. 2010-04-29 17:16:05 +00:00
John Cortell
3c6b9abcc7 Bug 311059: Process list shown during attach launch with gdb 6.8 has bogus entries 2010-04-29 16:41:47 +00:00
John Cortell
2ec0660653 Bug 310914: An attach launch with MinGW gdb 7.0 gives no processes to choose from 2010-04-29 15:43:40 +00:00
Marc Khouzam
c8835a2f95 Bug 284286: Trace Record visualization for DSF-GDB 2010-04-28 23:50:54 +00:00
Marc Khouzam
0bd05a8dbc Bug 310565: Support for new format for Apple GDB. 2010-04-27 19:08:40 +00:00
John Cortell
9e8cd5b29b Bug 304096: restore interrupt behavior for remote debugging case. 2010-04-26 22:58:22 +00:00
John Cortell
4aee96ae0b Bug 304096: Fix interrupting Cygwin gdb for both DSF-GDB and CDI-GDB. Send a real CTRL-C; don't use 'kill -SIGINT' 2010-04-26 20:18:09 +00:00
Marc Khouzam
a3332201e3 Bug 310274: Need to set the fInterruptFailedJob to null in the executor to avoid multi-threaded issues 2010-04-23 15:15:26 +00:00
Marc Khouzam
03be2f6b40 Bug 310274 - Need to set the fInterruptFailedJob to null to prevent completing the RM twice. 2010-04-23 14:42:00 +00:00
John Cortell
f29a16e895 Fixed warning 2010-04-22 23:07:11 +00:00
John Cortell
a2f1be9eff [280631] Thread list in Debug view not updated with non-Linux target 2010-04-22 23:03:58 +00:00
John Cortell
6a1d6ba1d5 Added assert. Defensive programming 2010-04-22 15:58:17 +00:00
John Cortell
2c70f116e7 [309887] The dsf-gdb preference page lacks context help 2010-04-20 22:53:36 +00:00
John Cortell
0fa86220d1 [248587] Fixed some goofs Marc found on review 2010-04-20 20:12:34 +00:00
John Cortell
c6035901f5 [248587] Fixed reporting of catchpoint hit in gdb >= 7.0 2010-04-20 15:29:57 +00:00
John Cortell
f8d7eee520 [309234] DSF not as helpful as CDI on SEGV 2010-04-19 12:47:48 +00:00
John Cortell
959e7d3658 [309650] Turning on catchpoint while multi-threaded programs runs causes assertion 2010-04-19 11:58:40 +00:00
Marc Khouzam
57b3b3f677 [309370] Remove code duplication and use the base clase code instead. 2010-04-15 18:25:52 +00:00
Marc Khouzam
fd94bb434b [269927] Allow to save gdb console and gdb traces console 2010-04-12 18:52:51 +00:00
John Cortell
0e152439bd Added assert and comment 2010-04-09 23:00:03 +00:00
John Cortell
354f9207c9 added a couple of asserts 2010-04-08 21:21:00 +00:00
John Cortell
119d848c62 [305752] Moved gdb event breakpoint constants into new common gdb plugin as well as the registering of the event types (via an extension) 2010-04-08 20:02:35 +00:00
Marc Khouzam
4fa240de99 Making all methods in alphabetical order 2010-04-08 15:17:28 +00:00
Marc Khouzam
6cf5b7c02e [307614] Use handleError() instead of handleFailure() to handle MI errors. 2010-04-07 19:44:12 +00:00
John Cortell
b7f97865b7 Neglected to copy breakpoint number into DMData 2010-04-07 18:21:20 +00:00
Ken Ryall
857c5eae68 Bug 303440 - [preferences] Unify and clarify debug preference pages 2010-04-07 15:19:53 +00:00
John Cortell
5d4fc7432c [248587] Support "Event' Breakpoints 2010-04-07 15:11:59 +00:00
Vivian Kong
ce0a5734a5 non-translatable strings should be marked in properties file 2010-04-07 14:01:22 +00:00
Marc Khouzam
00a7b4dfa4 [307614] If GDB returns an error when we ask for values of variables, try again without asking for values. This can happen with prettyPrinters and tracepoint visualization 2010-04-07 12:50:10 +00:00
John Cortell
57c6ba5fec [248587] Support "Event' Breakpoints 2010-04-06 19:32:14 +00:00
John Cortell
c45cc7f9c1 [305178] Wait for MIStoppedEven instead of the more specific MISignalEvent 2010-04-01 22:21:42 +00:00
John Cortell
b32ebda2f8 Additional documentation 2010-03-17 22:37:04 +00:00
Marc Khouzam
69c742577b [228703] Need to clear the containerContext from the breakpointHitMap if it exists. 2010-03-17 18:27:44 +00:00
Marc Khouzam
d72885258c [228703] Forgotten change after review. 2010-03-17 18:11:27 +00:00
Marc Khouzam
b94d0419e9 [305949] Allow to cleanly cancel a progress monitor during a launch 2010-03-16 03:14:08 +00:00
Marc Khouzam
4317c992c8 Revert previous change to avoid breaking API 2010-03-12 19:18:13 +00:00
Marc Khouzam
d1efedbdcb doIntialize() should be private 2010-03-12 19:15:49 +00:00
Marc Khouzam
8b279e5b8d [305178] Make MonitorInterruptJob protected. 2010-03-12 19:09:53 +00:00
Marc Khouzam
01a10a10bf [305178] Improved interface for interrupt() 2010-03-12 17:29:17 +00:00
John Cortell
a21c69868a [305554] Incorrect check in MIBreakpointsManager.modifyBreakpoint() 2010-03-12 16:10:03 +00:00
Marc Khouzam
438a83dada [284286] Support for setting tracepoint actions 2010-03-11 19:09:40 +00:00
Pawel Piech
e65973c9cc [228703] comment #6 - Cleanup of Breakpoints Hit feature 2010-03-10 00:25:56 +00:00
Marc Khouzam
2ff6a31767 [305178] Handling of failure cases when interrupting the target. 2010-03-09 19:59:33 +00:00
Marc Khouzam
a03ba7b610 [242943] Cleanup of code that was moved to MIRunControl 2010-03-09 15:33:26 +00:00
Ken Ryall
06c10e1f7e Use the super's verifyCProject. 2010-03-09 05:25:00 +00:00