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

225 commits

Author SHA1 Message Date
Marc Khouzam
3f6473cfed [233230] Support for RunToLine 2009-04-17 18:05:10 +00:00
Marc Khouzam
2a589c0f4b [202346] Create GdbSteppingModeTarget that checks if we are doing a
post-mortem launch, to know if the stepping mode button should be disabled.
2009-04-13 15:53:14 +00:00
Marc Khouzam
ea4d177c6c [202346] Support for postmortem debugging in DSF-GDB 2009-04-09 15:13:54 +00:00
Pawel Piech
2d935d7b6e [269306] - Implemented GDB-specific OS ID. 2009-03-19 18:46:28 +00:00
Marc Khouzam
c25cfb3731 [269373] Must guard against a null service reference. 2009-03-19 14:38:00 +00:00
Marc Khouzam
5ae5f6b33a [269306] Fix ThreadVMNode to display as we used to. 2009-03-19 02:03:10 +00:00
Marc Khouzam
fe9dd6f594 [254200] Remove unnecessary cast which triggers warnings. 2009-03-13 13:53:20 +00:00
Pawel Piech
c629b4d02b [254200] - Localization - ICU4J 2009-03-13 04:52:23 +00:00
Pawel Piech
d5deb00643 Localization - ICU4J 2009-03-13 04:50:10 +00:00
Marc Khouzam
a64a9ce3a1 [258284] Add ToggleDebugging button to Debug View context menu. 2009-03-11 14:46:30 +00:00
Marc Khouzam
7badf2d053 [258284] Move ToggleDebugging button from Workbench toolbar to Debug View toolbar. 2009-03-11 14:26:02 +00:00
Pawel Piech
081d4ed5ac [225650] - [view model] Convert debug views' view model implementation to use IElementPropertyProvider. 2009-03-10 23:47:17 +00:00
Pawel Piech
445fc4b23a [267881] - [launch] There is no possibility to configure remote protocol, host and port 2009-03-10 15:53:06 +00:00
Anton Leherbauer
5af8a67f24 [265882] API cleanup: Remove StepQueueManager 2009-03-02 09:11:30 +00:00
Marc Khouzam
a3a586a886 [249227] Removing of old Verbose Console launch option, which was not being used and is not gonna be needed. 2009-02-28 15:26:23 +00:00
Marc Khouzam
4b1e7ea794 [249227] New TracingConsole solution to allow for GDB traces to be printed. 2009-02-28 08:26:31 +00:00
Pawel Piech
b006bc98c3 Bug 262826 - Create common C/C++ launch configurations 2009-02-27 22:38:54 +00:00
Randy Rohrbach
640102e1ee partial fix for Bugzilla 265882 2009-02-26 21:37:24 +00:00
Anton Leherbauer
54d20ce0fc Add .options file in binary build 2009-02-26 13:26:36 +00:00
Marc Khouzam
7a8b371d46 [263526] Reverse debugging keybindings should be limitted to C/C++ debugging. 2009-02-20 19:26:18 +00:00
Marc Khouzam
ea1399cf07 [258284] This patch allows the user to enable reverse debugging from the launch. I got it all to work except for one case: if the user turns off StopOnMain, but actually has a real breakpoint on main,
then that breakpoint will be ignored when having Reverse on in the launch.
2009-02-09 21:34:16 +00:00
Marc Khouzam
198cacd1f6 [258284] Reverse buttons only appear when reverse debugging is toggled AND when the Reverse Debugging ActionSet is enabled. There seems to be a bug when a non-debug view is selected and the Reverse Debugging is toggled. 2009-01-27 20:36:10 +00:00
Marc Khouzam
f5bd8af097 [258284] Added @since 2.0. And added getter/setter method to MIRunControl 2009-01-23 21:00:49 +00:00
Marc Khouzam
35a7e9d02b [258284] First attempt at supporting Reverse Debugging. Note that this can only tested with a manually built GDB with Process Record patches. Also, MI support is not defined yet, so the MI commands created in this commit actually use forward commands and a trick to 'reverse' their meaning. 2009-01-23 18:09:01 +00:00
Pawel Piech
5b47187366 Migrated DSF and DSF-GDB to the CDT project. 2009-01-08 21:08:05 +00:00