1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
Commit graph

88 commits

Author SHA1 Message Date
Vivian Kong
5e92597120 bug 254307 - branding 2009-05-26 14:48:10 +00:00
Marc Khouzam
d8e9fa0782 [234467] When terminating a DSF-GDB launch, interrupt the inferior if it is running. Without that, the inferior is left running even though GDB is killed. 2009-05-20 13:45:58 +00:00
Vivian Kong
b9a07ce680 bug 276355 - Change the CDT remote, dsf-gdb and memory feature labels in order to better integrate with Galileo 2009-05-14 19:40:59 +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
6f69a2220c [275193] Enhance the DSF-GDB JUnit tests to allow to test different GDB versions. 2009-05-07 20:14:21 +00:00
Marc Khouzam
2d2e01d6f4 [274135] Changes to support GDB HEAD, to lead to the proper support of GDB 7.0 2009-05-06 17:50:13 +00:00
Vivian Kong
00a85959ad update feature dependencies 2009-05-01 18:55:52 +00:00
Marc Khouzam
3e076926e0 [258284] 'stoprecord' command is now 'record stop' in GDB 2009-04-30 14:50:01 +00:00
Marc Khouzam
da50919f62 [273833] Add a text box to specify the core file to the CDI Postmortem launch. This aligns both DSF-GDB and CDI-GDB Portmortem launches. 2009-04-29 20:14:41 +00:00
Marc Khouzam
ec8730ff11 [274414] Use a Job to prevent locking the UI 2009-04-29 20:05:28 +00:00
Marc Khouzam
d45daa1b98 Missing @since tags 2009-04-29 13:32:50 +00:00
Marc Khouzam
aa531aa1e0 Use IMIProcesses instead of MIProcesses to support different version of GDB 2009-04-28 18:12:42 +00:00
Doug Schaefer
73728bf715 ignoring the compiled exes here. 2009-04-27 16:21:42 +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
3bc0e2a9d1 [273114] Wrap lines of more than 100 characters, in our GDB traces 2009-04-21 19:16:10 +00:00
Marc Khouzam
795dbe40e0 [218847] Create a DataModelInitialized event, to properly initialize selection in Debug view 2009-04-21 14:51:39 +00:00
Marc Khouzam
954592bc6c [272736] Add more checks to know if we ran to the right place. 2009-04-19 19:54:27 +00:00
Marc Khouzam
3f6473cfed [233230] Support for RunToLine 2009-04-17 18:05:10 +00:00
Marc Khouzam
63fbea0b0b [263527] Small fix to use a reluctant pattern modifier since we now get all the output of gdb -version in a single line. 2009-04-13 17:53:43 +00:00
Marc Khouzam
f725205888 [263527] Give ability to override the way to find the GDB version. 2009-04-13 17:23:53 +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
e080fa5221 [258284] With the latest fixed to GDB, we can use the CLI commands for reverse debugging. The MI commands are not yet available in GDB. 2009-04-13 13:48:20 +00:00
Vivian Kong
b849a3be06 bug 268581 individual source bundles 2009-04-09 19:51:46 +00:00
Vivian Kong
74118c6655 bug 268581 individual source bundles 2009-04-09 18:19:35 +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
78325314e3 [256798] No longer need to guard against a null serviceTracker since we properly handle services that have shutdown. 2009-03-19 14:15:22 +00:00
Marc Khouzam
5ae5f6b33a [269306] Fix ThreadVMNode to display as we used to. 2009-03-19 02:03:10 +00:00
Marc Khouzam
e5674e350e [268470] CLI command ""monitor list processes" will not be used. -list-thread-groups is used instead. 2009-03-13 15:47:16 +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
ef3d1a827d [266588] Make MIRunControl.MIExecutionDMC private static. It cannot be removed since it is needed for debuggers that don't use the IProcesses service 2009-03-13 03:45:08 +00:00
Marc Khouzam
7191ded39d [268254] Unnecessary call to getExpressionData() from the register service. 2009-03-13 03:15:43 +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
Marc Khouzam
afbe91c383 [266943] API Tooling filters for renaming of ExpressionService to MIExpressions 2009-03-09 19:50:53 +00:00
Marc Khouzam
d7a85ffaca [266607] If we don't have a process name, use -list-thread-groups --available to get it. Although not very efficient, this is all GDB offers right now. 2009-03-06 15:22:41 +00:00
Marc Khouzam
35e6b69536 [237308] Don't add the inferior to the launch in the case of attach sessions. 2009-03-05 18:32:34 +00:00
Vivian Kong
f8a4c9c02c bug 267224 2009-03-05 16:39:48 +00:00
Marc Khouzam
d128bcecf4 [266943 ] Changed class ExpressionService to MIExpressions for consistency. 2009-03-04 04:09:33 +00:00
Marc Khouzam
5bf8936d3c [26674] GdbLaunch made the assumption that if GdbLaunch.shutdownSession has been called, the entire launch has been terminated. This is not true when another process was added to the launch. This fix makes it so that calling GdbLaunch.shutdownSession does not imply the entire launch is terminated. 2009-03-02 20:41:49 +00:00
Marc Khouzam
ddd702bf6f Just updated a comment 2009-03-02 20:07:22 +00:00
Anton Leherbauer
5af8a67f24 [265882] API cleanup: Remove StepQueueManager 2009-03-02 09:11:30 +00:00
Marc Khouzam
6240b802f4 [266599] For remote attach launches, we no longer force the user to attach right away. 2009-03-01 02:35:50 +00:00
Marc Khouzam
29521b9edc [266588] Cleanup of Deprecated things as we are going to 2.0 2009-02-28 16:05:41 +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