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

218 commits

Author SHA1 Message Date
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
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
Pawel Piech
7bdb38f1b0 [228703] - [breakpoints] Add a breakpoint hit event to IBreakpoints service. 2010-03-05 19:03:48 +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
62117fa551 [304754] MIThreadCreatedEvent not being generated in a cygwin/mingw debug session 2010-03-04 22:41:07 +00:00
Ken Ryall
a8b9452abb More cleanup for bug 303968. 2010-03-04 22:16:13 +00:00
Marc Khouzam
e585f18abd [263689] Special handling of -environment-cd for MacOS 2010-03-04 19:34:09 +00:00
Marc Khouzam
15dbb8f8b5 [303968] Register with the new IRunControl2 name, to enable RunToLine, MoveToLine and ResumeAtLine 2010-03-04 18:42:15 +00:00
Marc Khouzam
6226996c98 [304146] Use the command factory in AbstractMIControl 2010-03-04 18:13:17 +00:00
Marc Khouzam
20baa38a22 [304588] Return the problem number of children even if GDB counts private/public/protected as a level of children. 2010-03-04 15:48:37 +00:00
Marc Khouzam
3e3b57e1d1 [304618] Most MICommands were created with their parameters treated as options. 2010-03-04 14:00:02 +00:00
John Cortell
293b055013 [280607] fixed copy-n-paste mistake in last commit. Also enhanced the documentation. 2010-03-03 23:05:47 +00:00
Pawel Piech
742e7dfe92 [219202] Comment #6 - Fixed type returned for a composite. 2010-03-03 21:07:08 +00:00
Pawel Piech
afdcf2e551 [219202] - [variables][cdi] Variables view should use icons to represent types 2010-03-03 19:39:47 +00:00
Marc Khouzam
172d30c3fb [303503] Hybrid solution to rely on GDB command when possible and on our internal map when not 2010-03-03 17:05:28 +00:00
Marc Khouzam
47804a071a [304146] Added a CommandFactory for MI/CLI commands, and change every service to use it. 2010-03-03 14:35:50 +00:00
Ken Ryall
e9e73680c2 Bug 285907, create a new shared abstract launch delegate. 2010-03-02 13:50:21 +00:00
Ken Ryall
de52271f86 Bug 303968, move support for Run To Line, Move To Line, Resume At Line, to DSF. 2010-03-02 13:29:06 +00:00
Pawel Piech
88a1ce45c2 [280607] - Extracted patterns into static variables. 2010-03-01 22:23:42 +00:00
Marc Khouzam
cf8ca123cf [304089] Properly call AbstractDsfService.shutdown() 2010-02-26 20:06:30 +00:00
Marc Khouzam
dc066c0195 [225996] Sort the output of -thread-list-ids must sort strings as integers, to make sure a thread with id "10" will follow thread "9" and not thread "1" 2010-02-26 18:18:05 +00:00
Marc Khouzam
1908d66ca6 [225996] Sort the output of -thread-list-ids to show threads that were created first at the top 2010-02-26 16:25:39 +00:00
Marc Khouzam
d2cd2d381f [302597] For MIStopped event that don't contain a threadId we must ask the backend for the threadId 2010-02-26 13:56:49 +00:00
Randy Rohrbach
5cdc9c1c05 Bugxilla 280607. 2010-02-25 20:51:59 +00:00
Marc Khouzam
f2eb63309f [300096] Fix to generate an MISuspended event with the proper thread id for MoveToLine and ResumeAtLine. With the latest changes in platform, this is required to get the IP properly painted. 2010-02-24 20:27:28 +00:00
Marc Khouzam
1d80af0b96 [242943] Support for breakpoint operations while the program is running. JUnit tests included. 2010-02-22 21:30:56 +00:00
Marc Khouzam
657ecd8e53 [303503] Cannot rely on a GDB command to know the list of processes being debugged, because GDB is not available when the program is running. We can use =thread-group-created and =thread-group-exited events to keep our own list instead. 2010-02-22 17:56:12 +00:00
Marc Khouzam
bece9d323f [255026] Use inspector debug hover in DSF-GDB, based on a preference 2010-02-21 15:42:02 +00:00
Marc Khouzam
2b86b4d136 [303090] Previous checkin comment used the wrong bug number. 2010-02-17 17:47:47 +00:00
Marc Khouzam
72be877f9b [303004] Allow to extend MIBreakpoints instead of copying it. Use inheritance for GDBBreakpoints_7_0 now that we can. 2010-02-17 17:44:31 +00:00
Marc Khouzam
2458f95117 [302927] Only accumulate ou-of-band records when we are waiting for a command to be answered by GDB 2010-02-16 21:05:03 +00:00
Marc Khouzam
04db22c6c9 Typo in copyright date 2010-02-16 14:01:04 +00:00
Marc Khouzam
57f9dad278 [302636] -trhead-select and -stack-select-frame should not use the --thread or --frame options 2010-02-16 13:51:35 +00:00
Marc Khouzam
b9eb1cba13 [202354] Support for Environment tab in DSF-GDB local application launch. Also, removal of unused classes. 2010-02-16 01:44:33 +00:00
Marc Khouzam
bf9c3f543a [275238] Added extra Details format which gives more details and supports pretty-printing 2010-02-14 01:21:45 +00:00