Skip to content

Commit b9eb0da

Browse files
Alexander Zilberkantadbridge
authored andcommitted
Fix CDT debugger settings on Linux - remove .exe suffix
On Linux machines arm-none-eabi-gdb executable do not have .exe suffix. On Windows machines - it is possible to run an executable without explicit .exe suffix. This change fixes debugger settings for Linux hosts
1 parent 6b0fa85 commit b9eb0da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/export/cdt/pyocd_settings.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.useProjBinaryForImage" value="true"/>
5050
<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.useProjBinaryForSymbols" value="true"/>
5151
<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.useRemoteTarget" value="true"/>
52-
<stringAttribute key="org.eclipse.cdt.dsf.gdb.DEBUG_NAME" value="arm-none-eabi-gdb.exe"/>
52+
<stringAttribute key="org.eclipse.cdt.dsf.gdb.DEBUG_NAME" value="arm-none-eabi-gdb"/>
5353
<booleanAttribute key="org.eclipse.cdt.dsf.gdb.UPDATE_THREADLIST_ON_SUSPEND" value="false"/>
5454
<intAttribute key="org.eclipse.cdt.launch.ATTR_BUILD_BEFORE_LAUNCH_ATTR" value="2"/>
5555
<stringAttribute key="org.eclipse.cdt.launch.COREFILE_PATH" value=""/>

0 commit comments

Comments
 (0)