2018-10-19 16:48:02 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<configurationDescriptor version="100">
|
2018-12-14 17:04:42 +01:00
|
|
|
<projectmakefile>./Makefile</projectmakefile>
|
2018-10-19 16:48:02 +02:00
|
|
|
<confs>
|
2019-01-17 15:18:19 +01:00
|
|
|
<conf name="Debug__PC_" type="1">
|
2018-10-19 16:48:02 +02:00
|
|
|
<toolsSet>
|
|
|
|
<developmentServer>localhost</developmentServer>
|
|
|
|
<platform>2</platform>
|
|
|
|
</toolsSet>
|
|
|
|
<dbx_gdbdebugger version="1">
|
|
|
|
<gdb_pathmaps>
|
|
|
|
</gdb_pathmaps>
|
|
|
|
<gdb_interceptlist>
|
|
|
|
<gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
|
|
|
|
</gdb_interceptlist>
|
|
|
|
<gdb_options>
|
|
|
|
<DebugOptions>
|
|
|
|
</DebugOptions>
|
|
|
|
</gdb_options>
|
|
|
|
<gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
|
|
|
|
</dbx_gdbdebugger>
|
|
|
|
<nativedebugger version="1">
|
|
|
|
<engine>gdb</engine>
|
|
|
|
</nativedebugger>
|
|
|
|
<runprofile version="9">
|
|
|
|
<runcommandpicklist>
|
|
|
|
<runcommandpicklistitem>sudo "${OUTPUT_PATH}"</runcommandpicklistitem>
|
|
|
|
<runcommandpicklistitem>sudo -E "${OUTPUT_PATH}"</runcommandpicklistitem>
|
|
|
|
<runcommandpicklistitem>pkexec "${OUTPUT_PATH}"</runcommandpicklistitem>
|
|
|
|
<runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
|
|
|
|
</runcommandpicklist>
|
|
|
|
<runcommand>"${OUTPUT_PATH}"</runcommand>
|
|
|
|
<rundir></rundir>
|
|
|
|
<buildfirst>true</buildfirst>
|
|
|
|
<console-type>1</console-type>
|
|
|
|
<terminal-type>0</terminal-type>
|
|
|
|
<remove-instrumentation>0</remove-instrumentation>
|
|
|
|
<environment>
|
|
|
|
</environment>
|
|
|
|
</runprofile>
|
|
|
|
</conf>
|
2018-11-12 10:14:43 +01:00
|
|
|
<conf name="Debug__RPI_" type="1">
|
|
|
|
<toolsSet>
|
|
|
|
<developmentServer>pi@10.105.1.13:22</developmentServer>
|
|
|
|
<platform>2</platform>
|
|
|
|
</toolsSet>
|
2018-10-19 16:48:02 +02:00
|
|
|
<dbx_gdbdebugger version="1">
|
|
|
|
<gdb_pathmaps>
|
|
|
|
</gdb_pathmaps>
|
|
|
|
<gdb_interceptlist>
|
|
|
|
<gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
|
|
|
|
</gdb_interceptlist>
|
|
|
|
<gdb_options>
|
|
|
|
<DebugOptions>
|
|
|
|
</DebugOptions>
|
|
|
|
</gdb_options>
|
|
|
|
<gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
|
|
|
|
</dbx_gdbdebugger>
|
|
|
|
<nativedebugger version="1">
|
|
|
|
<engine>gdb</engine>
|
|
|
|
</nativedebugger>
|
|
|
|
<runprofile version="9">
|
|
|
|
<runcommandpicklist>
|
|
|
|
<runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
|
|
|
|
</runcommandpicklist>
|
|
|
|
<runcommand>"${OUTPUT_PATH}"</runcommand>
|
|
|
|
<rundir></rundir>
|
|
|
|
<buildfirst>true</buildfirst>
|
|
|
|
<terminal-type>0</terminal-type>
|
|
|
|
<remove-instrumentation>0</remove-instrumentation>
|
|
|
|
<environment>
|
|
|
|
</environment>
|
|
|
|
</runprofile>
|
|
|
|
</conf>
|
|
|
|
</confs>
|
|
|
|
</configurationDescriptor>
|