John Cortell
cf9c80f17e
[291535] inconsistency in listener registration in launch vm providers
2009-10-06 20:43:36 +00:00
John Cortell
64a0f77faf
Removed unnecessary SuppressWarnings({"restriction"})
2009-09-10 20:41:35 +00:00
Ken Ryall
ed41e9784a
Bug 287057. Gets an ICElement from the selected IFileEditorInput
2009-09-07 14:09:24 +00:00
Ken Ryall
a8e9a0c1c5
Bug 286366, fix use of & in control label
2009-09-06 04:04:33 +00:00
Ken Ryall
c0121fbe5f
Bug 286359. Executable not auto-selected
2009-09-05 20:03:28 +00:00
Pawel Piech
42273bfa02
[288553] - Change DSF plugins' version to 2.1.
2009-09-03 19:59:52 +00:00
Marc Khouzam
3cdfd7abfa
[277752] Add multi-process support to ThreadFilter. Also, support the case of multiple launches.
2009-07-07 19:56:12 +00:00
Marc Khouzam
ba11276b94
[280502] Don't allow to turn on reverse if the inferior is running or it will freeze the UI
2009-07-07 19:24:59 +00:00
Marc Khouzam
685ff524d3
[234468] Adding a new preference to decide if we should automatically terminate GDB when the inferior exists.
2009-06-05 02:30:07 +00:00
Vivian Kong
b7417b69cb
update copyrights
2009-05-27 15:26:54 +00:00
Vivian Kong
5e92597120
bug 254307 - branding
2009-05-26 14:48:10 +00:00
Marc Khouzam
98c14b14d9
[275497] Return the names of all processes without having to store
...
them in the service. Not only is this more efficient because a single call to
the service is used, but it allows us to only store the names of processes that
we are currently debugging. That way, we know that a pid to name mapping
remains correct.
Note that I only made the change in the 7.0 version of the Processes service.
Pre-7.0, we didn't handle multi-process and therefore, we only use one name for
the process we are currently debugging, and that name is taken from the
executable binary intead.
2009-05-11 15:27:25 +00:00
Marc Khouzam
d45daa1b98
Missing @since tags
2009-04-29 13:32:50 +00:00
Alena Laskavaia
a1a4c150c3
[273502] - problems with launch configuration when renaming project and when using non-exisiting project, applied patch
2009-04-23 20:22:24 +00:00
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