mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
![]() 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. |
||
---|---|---|
.. | ||
org.eclipse.dd.doc.dsf | ||
org.eclipse.dd.dsf | ||
org.eclipse.dd.dsf.debug | ||
org.eclipse.dd.dsf.debug.ui | ||
org.eclipse.dd.dsf.ui | ||
org.eclipse.dd.examples.dsf | ||
org.eclipse.dd.examples.pda | ||
org.eclipse.dd.examples.pda.ui | ||
org.eclipse.dd.gdb | ||
org.eclipse.dd.gdb.launch | ||
org.eclipse.dd.gdb.ui | ||
org.eclipse.dd.mi | ||
org.eclipse.dd.tests.dsf | ||
org.eclipse.dd.tests.gdb |