1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

840 commits

Author SHA1 Message Date
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
367979ea80 [248587] Support "Event' Breakpoints 2010-04-06 20:01:42 +00:00
John Cortell
57c6ba5fec [248587] Support "Event' Breakpoints 2010-04-06 19:32:14 +00:00
Marc Khouzam
6a80bb8cc7 [306569][308131] Allow to recalculate tabs' minimal size 2010-04-06 02:16:26 +00:00
John Cortell
4ec5b596be Specify dwarf2 debug info. Default for 3.x is STABS, and that is an inferior format. At a minimum, C++ exception catchpoints don't work, and there is a class that tests them. 2010-04-05 17:38:41 +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
983dc28f18 Fixed inappropriate reference comparison. Should be a deep comparison (using equals method). 2010-03-31 20:00:58 +00:00
John Cortell
8b280845e4 Test case had coding goof. Incremented and checked wrong iterator variable, leading to early termination of the test. 2010-03-31 19:45:52 +00:00
John Cortell
56a2799dc0 javadoc enhancement 2010-03-29 16:00:01 +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
e26654f193 [284286] The delete button of the TracepointActions preference page was not being called. 2010-03-17 13:36:54 +00:00
Marc Khouzam
b94d0419e9 [305949] Allow to cleanly cancel a progress monitor during a launch 2010-03-16 03:14:08 +00:00
Pawel Piech
aa07b8ae87 [302628] - [breakpoints][cdi] Implement linking of active debug context with selection in Breakpoints view. 2010-03-13 00:00:26 +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
Marc Khouzam
5cca2caf65 [285907] Align DSF-GDB CMainTab with CDI one, for user-friendliness 2010-03-12 16:25:19 +00:00
John Cortell
a21c69868a [305554] Incorrect check in MIBreakpointsManager.modifyBreakpoint() 2010-03-12 16:10:03 +00:00
Marc Khouzam
e68ed6d712 [249223] Better comment to explain that ResumeWithoutSignal is not complete. 2010-03-12 02:25:54 +00:00
Marc Khouzam
6b01652bf6 [249223] Make ResumeWithoutSignal retargettable. Add ResumeWithoutSignal action to DSF-GDB, but this is not complete because DSF-GDB does not handle the signal stuff yet. 2010-03-11 19:19:38 +00:00
Marc Khouzam
438a83dada [284286] Support for setting tracepoint actions 2010-03-11 19:09:40 +00:00
John Cortell
dc68630fb6 Fixed remaining edge case floating point math failure 2010-03-11 13:04:42 +00:00
John Cortell
c29c05bc25 Someone reported failures in the expressions tests because of small variations on floating point arithmetic results. E.g., expected '33.333333333333336" but got '33.333333333333329'". Floating point math is not exact, and we need to not be too precise in our expectations for those cases. 2010-03-10 21:38:34 +00:00
John Cortell
8087689bea Fixed common programming goof 2010-03-10 20:15:26 +00:00
Pawel Piech
e65973c9cc [228703] comment #6 - Cleanup of Breakpoints Hit feature 2010-03-10 00:25:56 +00:00
Ken Ryall
75267de2dc Update with Pawel's adjusted patch using ICBreakpoint.C_BREAKPOINTS_DEBUG_MODEL_ID 2010-03-09 22:45:11 +00:00
Marc Khouzam
2ff6a31767 [305178] Handling of failure cases when interrupting the target. 2010-03-09 19:59:33 +00:00
Ken Ryall
2edac02083 Bug 305071 - Support breakpoints in Disassembly at the DSF level. 2010-03-09 16:53:32 +00:00
Marc Khouzam
a03ba7b610 [242943] Cleanup of code that was moved to MIRunControl 2010-03-09 15:33:26 +00:00
uid8941
d4367d5bba Add -m32 flag to make the tests programs build properly on 64-bit machines. 2010-03-09 14:35:32 +00:00
Ken Ryall
86224bcfa0 Have CAbstractMainTab share the common portions of CDI CMainTab and DSF CMainTab. 2010-03-09 05:26:19 +00:00
Ken Ryall
06c10e1f7e Use the super's verifyCProject. 2010-03-09 05:25:00 +00:00
Marc Khouzam
f9f808080d [304588] Pointers could point to a complex structure and therefore we cannot trust they're number children hint. 2010-03-08 13:52:41 +00:00
John Cortell
0eb1964dd6 Don't wait forever 2010-03-05 23:24:17 +00:00
John Cortell
81a56f94b8 Fixed processes test. Shouldn't create a process context based on PID=UNIQUE_GROUP_ID. Also, relax the test for the process name. With 7.0 we get the path information in the name; in 6.8 we don't. Just check that the executable simple file name is in there. 2010-03-05 23:10:15 +00:00
Ken Ryall
ef706515a9 Revert last change. 2010-03-05 22:14:49 +00:00
John Cortell
0a695a3e81 Reworked awkward junit assertion flow (have seen this in various places) 2010-03-05 20:40:25 +00:00
Pawel Piech
7bdb38f1b0 [228703] - [breakpoints] Add a breakpoint hit event to IBreakpoints service. 2010-03-05 19:03:48 +00:00
John Cortell
428ad8d1f9 Additional cygwin-only check 2010-03-05 17:48:22 +00:00
Marc Khouzam
adbac60c10 [303968] RunToLine and ResumeAtLine were overridden in GDBRunControl and GDBRunControl_7_ but this was mistakenly remove. Minor cleanup as well. 2010-03-05 16:52:16 +00:00
Marc Khouzam
d2345dc960 [304146] Didn't update MacOSMIVarUpdate properly after recent changes to MIVarUpdate 2010-03-05 14:39:46 +00:00
John Cortell
4d3602121f Fix tests for cygwin 2010-03-04 22:57:04 +00:00
John Cortell
62117fa551 [304754] MIThreadCreatedEvent not being generated in a cygwin/mingw debug session 2010-03-04 22:41:07 +00:00