mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 01:06: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. |
||
---|---|---|
.. | ||
.settings | ||
META-INF | ||
src/org/eclipse/dd/mi | ||
.classpath | ||
.options | ||
.project | ||
about.html | ||
build.properties | ||
plugin.properties | ||
plugin.xml |