No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

configurations.xml 2.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <configurationDescriptor version="100">
  3. <projectmakefile>./Makefile</projectmakefile>
  4. <confs>
  5. <conf name="Debug__PC_" type="1">
  6. <toolsSet>
  7. <developmentServer>localhost</developmentServer>
  8. <platform>2</platform>
  9. </toolsSet>
  10. <dbx_gdbdebugger version="1">
  11. <gdb_pathmaps>
  12. </gdb_pathmaps>
  13. <gdb_interceptlist>
  14. <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
  15. </gdb_interceptlist>
  16. <gdb_options>
  17. <DebugOptions>
  18. </DebugOptions>
  19. </gdb_options>
  20. <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
  21. </dbx_gdbdebugger>
  22. <nativedebugger version="1">
  23. <engine>gdb</engine>
  24. </nativedebugger>
  25. <runprofile version="9">
  26. <runcommandpicklist>
  27. <runcommandpicklistitem>sudo "${OUTPUT_PATH}"</runcommandpicklistitem>
  28. <runcommandpicklistitem>sudo -E "${OUTPUT_PATH}"</runcommandpicklistitem>
  29. <runcommandpicklistitem>pkexec "${OUTPUT_PATH}"</runcommandpicklistitem>
  30. <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
  31. </runcommandpicklist>
  32. <runcommand>"${OUTPUT_PATH}"</runcommand>
  33. <rundir></rundir>
  34. <buildfirst>true</buildfirst>
  35. <console-type>1</console-type>
  36. <terminal-type>0</terminal-type>
  37. <remove-instrumentation>0</remove-instrumentation>
  38. <environment>
  39. </environment>
  40. </runprofile>
  41. </conf>
  42. <conf name="Debug__RPI_" type="1">
  43. <toolsSet>
  44. <developmentServer>pi@10.105.1.04:22</developmentServer>
  45. <platform>2</platform>
  46. </toolsSet>
  47. <dbx_gdbdebugger version="1">
  48. <gdb_pathmaps>
  49. </gdb_pathmaps>
  50. <gdb_interceptlist>
  51. <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
  52. </gdb_interceptlist>
  53. <gdb_options>
  54. <DebugOptions>
  55. </DebugOptions>
  56. </gdb_options>
  57. <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
  58. </dbx_gdbdebugger>
  59. <nativedebugger version="1">
  60. <engine>gdb</engine>
  61. </nativedebugger>
  62. <runprofile version="9">
  63. <runcommandpicklist>
  64. <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
  65. </runcommandpicklist>
  66. <runcommand>"${OUTPUT_PATH}"</runcommand>
  67. <rundir></rundir>
  68. <buildfirst>true</buildfirst>
  69. <terminal-type>0</terminal-type>
  70. <remove-instrumentation>0</remove-instrumentation>
  71. <environment>
  72. </environment>
  73. </runprofile>
  74. </conf>
  75. </confs>
  76. </configurationDescriptor>