1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/plugins
Marc Khouzam bb57cba31b Bug 202339 comment #3
Currently, DSF launches gdb with a <file> argument, which tells gdb where the
executable file and the symbols are.  This is potentially restrictive to
someone wanting to extend gdb.

This change removes the <file> argument to gdb and uses -file-exec-file and
-file-symbol-file commands to set this parameter in the FinalLaunchSequence.
This has the exact same effect, but allows to easily override these commands by
using a tailored FinalLaunchSequence.
2008-03-31 14:33:32 +00:00
..
org.eclipse.dd.doc.dsf [220446][219907] Updated the doc plugin to point to the new DSF tutorials. 2008-03-24 16:34:37 +00:00
org.eclipse.dd.dsf [179293] Further refactoring of the handle*() methods of the RequestMoniotr. 2008-03-27 16:18:04 +00:00
org.eclipse.dd.dsf.debug [202510] Changed the IRegisters.getBitFields() method to take a generic IDMContext argument. 2008-03-28 18:21:36 +00:00
org.eclipse.dd.dsf.debug.ui [224435] Changed the IContainerSuspendedDMEvent/IContainerResumedEvent.getTriggeringContext() to return an array instead of a single context. 2008-03-28 18:05:54 +00:00
org.eclipse.dd.dsf.ui [179293] Coverted remaining RequestMonitor.getStatus().isOK() calls into RequestMonitor.isSuccess(). 2008-03-27 16:29:32 +00:00
org.eclipse.dd.examples.dsf Compile fix for bug 179293 2008-03-27 13:32:56 +00:00
org.eclipse.dd.examples.pda [158610] Converted the IRunControl.can*() methods to be asynchronous. 2008-03-28 17:42:49 +00:00
org.eclipse.dd.examples.pda.ui [224466] Renamed SourceDisplayAdapter to DsfSourceDisplayAdapter, and DsfMISourceLookupParticipant to DsfSourceLookupParticipant. 2008-03-27 21:06:06 +00:00
org.eclipse.dd.gdb Bug 202339 comment #3 2008-03-31 14:33:32 +00:00
org.eclipse.dd.gdb.launch Bug 221505 2008-03-28 19:11:02 +00:00
org.eclipse.dd.gdb.ui Bug 202339 2008-03-31 01:32:37 +00:00
org.eclipse.dd.mi Bug 202339 comment #3 2008-03-31 14:33:32 +00:00
org.eclipse.dd.tests.dsf [179293] Refactor the handle*() methods of the RequestMoniotr. 2008-03-27 02:40:19 +00:00
org.eclipse.dd.tests.gdb Fixing typo in Assert 2008-03-28 18:39:04 +00:00