Clone of official tools

Committer:
Anders Blomdell
Date:
Thu Feb 04 17:17:13 2021 +0100
Revision:
47:21ae3e5a7128
Parent:
43:2a7da56ebd24
Add a few normpath calls

Who changed what in which revision?

UserRevisionLine numberNew contents of line
theotherjimmy 43:2a7da56ebd24 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
theotherjimmy 43:2a7da56ebd24 2 <launchConfiguration type="ilg.gnuarmeclipse.debug.gdbjtag.openocd.launchConfigurationType">
theotherjimmy 43:2a7da56ebd24 3 <booleanAttribute key="ilg.gnuarmeclipse.debug.gdbjtag.openocd.doContinue" value="true"/>
theotherjimmy 43:2a7da56ebd24 4 <booleanAttribute key="ilg.gnuarmeclipse.debug.gdbjtag.openocd.doDebugInRam" value="false"/>
theotherjimmy 43:2a7da56ebd24 5 <booleanAttribute key="ilg.gnuarmeclipse.debug.gdbjtag.openocd.doFirstReset" value="false"/>
theotherjimmy 43:2a7da56ebd24 6 <booleanAttribute key="ilg.gnuarmeclipse.debug.gdbjtag.openocd.doGdbServerAllocateConsole" value="true"/>
theotherjimmy 43:2a7da56ebd24 7 <booleanAttribute key="ilg.gnuarmeclipse.debug.gdbjtag.openocd.doGdbServerAllocateTelnetConsole" value="false"/>
theotherjimmy 43:2a7da56ebd24 8 <booleanAttribute key="ilg.gnuarmeclipse.debug.gdbjtag.openocd.doSecondReset" value="true"/>
theotherjimmy 43:2a7da56ebd24 9 <booleanAttribute key="ilg.gnuarmeclipse.debug.gdbjtag.openocd.doStartGdbServer" value="true"/>
theotherjimmy 43:2a7da56ebd24 10 <booleanAttribute key="ilg.gnuarmeclipse.debug.gdbjtag.openocd.enableSemihosting" value="false"/>
theotherjimmy 43:2a7da56ebd24 11 <stringAttribute key="ilg.gnuarmeclipse.debug.gdbjtag.openocd.firstResetType" value="init"/>
theotherjimmy 43:2a7da56ebd24 12 <stringAttribute key="ilg.gnuarmeclipse.debug.gdbjtag.openocd.gdbClientOtherCommands" value=""/>
theotherjimmy 43:2a7da56ebd24 13 <stringAttribute key="ilg.gnuarmeclipse.debug.gdbjtag.openocd.gdbClientOtherOptions" value=""/>
theotherjimmy 43:2a7da56ebd24 14 <stringAttribute key="ilg.gnuarmeclipse.debug.gdbjtag.openocd.gdbServerConnectionAddress" value=""/>
theotherjimmy 43:2a7da56ebd24 15 <stringAttribute key="ilg.gnuarmeclipse.debug.gdbjtag.openocd.gdbServerExecutable" value="${openocd_path}/${openocd_executable}"/>
theotherjimmy 43:2a7da56ebd24 16 <intAttribute key="ilg.gnuarmeclipse.debug.gdbjtag.openocd.gdbServerGdbPortNumber" value="3333"/>
theotherjimmy 43:2a7da56ebd24 17 <stringAttribute key="ilg.gnuarmeclipse.debug.gdbjtag.openocd.gdbServerLog" value=""/>
theotherjimmy 43:2a7da56ebd24 18 <stringAttribute key="ilg.gnuarmeclipse.debug.gdbjtag.openocd.gdbServerOther" value="-f board/renesas_gr-peach.cfg"/>
theotherjimmy 43:2a7da56ebd24 19 <intAttribute key="ilg.gnuarmeclipse.debug.gdbjtag.openocd.gdbServerTelnetPortNumber" value="4444"/>
theotherjimmy 43:2a7da56ebd24 20 <stringAttribute key="ilg.gnuarmeclipse.debug.gdbjtag.openocd.otherInitCommands" value=""/>
theotherjimmy 43:2a7da56ebd24 21 <stringAttribute key="ilg.gnuarmeclipse.debug.gdbjtag.openocd.otherRunCommands" value=""/>
theotherjimmy 43:2a7da56ebd24 22 <stringAttribute key="ilg.gnuarmeclipse.debug.gdbjtag.openocd.secondResetType" value="halt"/>
theotherjimmy 43:2a7da56ebd24 23 <stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.imageFileName" value=""/>
theotherjimmy 43:2a7da56ebd24 24 <stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.imageOffset" value=""/>
theotherjimmy 43:2a7da56ebd24 25 <stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.ipAddress" value="localhost"/>
theotherjimmy 43:2a7da56ebd24 26 <stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.jtagDevice" value="GNU ARM OpenOCD"/>
theotherjimmy 43:2a7da56ebd24 27 <booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.loadImage" value="false"/>
theotherjimmy 43:2a7da56ebd24 28 <booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.loadSymbols" value="true"/>
theotherjimmy 43:2a7da56ebd24 29 <stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.pcRegister" value=""/>
theotherjimmy 43:2a7da56ebd24 30 <intAttribute key="org.eclipse.cdt.debug.gdbjtag.core.portNumber" value="3333"/>
theotherjimmy 43:2a7da56ebd24 31 <booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.setPcRegister" value="false"/>
theotherjimmy 43:2a7da56ebd24 32 <booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.setResume" value="false"/>
theotherjimmy 43:2a7da56ebd24 33 <booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.setStopAt" value="true"/>
theotherjimmy 43:2a7da56ebd24 34 <stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.stopAt" value="main"/>
theotherjimmy 43:2a7da56ebd24 35 <stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.symbolsFileName" value=""/>
theotherjimmy 43:2a7da56ebd24 36 <stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.symbolsOffset" value=""/>
theotherjimmy 43:2a7da56ebd24 37 <booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.useFileForImage" value="false"/>
theotherjimmy 43:2a7da56ebd24 38 <booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.useFileForSymbols" value="false"/>
theotherjimmy 43:2a7da56ebd24 39 <booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.useProjBinaryForImage" value="true"/>
theotherjimmy 43:2a7da56ebd24 40 <booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.useProjBinaryForSymbols" value="true"/>
theotherjimmy 43:2a7da56ebd24 41 <booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.useRemoteTarget" value="true"/>
theotherjimmy 43:2a7da56ebd24 42 <stringAttribute key="org.eclipse.cdt.debug.mi.core.commandFactory" value="Standard (Windows)"/>
theotherjimmy 43:2a7da56ebd24 43 <stringAttribute key="org.eclipse.cdt.debug.mi.core.protocol" value="mi"/>
theotherjimmy 43:2a7da56ebd24 44 <booleanAttribute key="org.eclipse.cdt.debug.mi.core.verboseMode" value="false"/>
theotherjimmy 43:2a7da56ebd24 45 <stringAttribute key="org.eclipse.cdt.dsf.gdb.DEBUG_NAME" value="arm-none-eabi-gdb"/>
theotherjimmy 43:2a7da56ebd24 46 <booleanAttribute key="org.eclipse.cdt.dsf.gdb.UPDATE_THREADLIST_ON_SUSPEND" value="false"/>
theotherjimmy 43:2a7da56ebd24 47 <intAttribute key="org.eclipse.cdt.launch.ATTR_BUILD_BEFORE_LAUNCH_ATTR" value="2"/>
theotherjimmy 43:2a7da56ebd24 48 <stringAttribute key="org.eclipse.cdt.launch.COREFILE_PATH" value=""/>
theotherjimmy 43:2a7da56ebd24 49 <stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="Debug\{{name}}.elf"/>
theotherjimmy 43:2a7da56ebd24 50 <stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="{{name}}"/>
theotherjimmy 43:2a7da56ebd24 51 <booleanAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_AUTO_ATTR" value="true"/>
theotherjimmy 43:2a7da56ebd24 52 <stringAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_ID_ATTR" value="com.renesas.cdt.managedbuild.gnuarm.toolchain.base.264627759"/>
theotherjimmy 43:2a7da56ebd24 53 <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
theotherjimmy 43:2a7da56ebd24 54 <listEntry value="/{{name}}"/>
theotherjimmy 43:2a7da56ebd24 55 </listAttribute>
theotherjimmy 43:2a7da56ebd24 56 <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
theotherjimmy 43:2a7da56ebd24 57 <listEntry value="4"/>
theotherjimmy 43:2a7da56ebd24 58 </listAttribute>
theotherjimmy 43:2a7da56ebd24 59 </launchConfiguration>