1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 01:06:01 +02:00
cdt/plugins/org.eclipse.dd.mi
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
..
.settings [179102] Re-aligned plugin and package names to confirm with Eclipse policy. 2008-02-13 20:34:29 +00:00
META-INF Separation of launch logic. 2008-03-10 19:57:43 +00:00
src/org/eclipse/dd/mi Bug 202339 comment #3 2008-03-31 14:33:32 +00:00
.classpath [179102] Re-aligned plugin and package names to confirm with Eclipse policy. 2008-02-13 20:34:29 +00:00
.options [179102] Fixed debug tracing option in org.eclipse.dd.mi. 2008-02-14 19:57:21 +00:00
.project [179102] Re-aligned plugin and package names to confirm with Eclipse policy. 2008-02-13 20:34:29 +00:00
about.html [179102] Re-aligned plugin and package names to confirm with Eclipse policy. 2008-02-13 20:34:29 +00:00
build.properties [179102] Re-aligned plugin and package names to confirm with Eclipse policy. 2008-02-13 20:34:29 +00:00
plugin.properties [179102] Re-aligned plugin and package names to confirm with Eclipse policy. 2008-02-13 20:34:29 +00:00
plugin.xml [179102] Re-aligned plugin and package names to confirm with Eclipse policy. 2008-02-13 20:34:29 +00:00