move Debug to platforms/nuttx

This commit is contained in:
Daniel Agar 2018-01-04 22:45:33 -05:00
parent 7178f8416d
commit 2dcd617a8f
13 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
#
# Various PX4-specific macros
#
source Debug/NuttX
source Debug/ARMv7M
source platforms/nuttx/Debug/NuttX
source platforms/nuttx/Debug/ARMv7M
echo Loading PX4 GDB macros. Use 'help px4' for more information.\n

View File

@ -10,4 +10,4 @@ attach 1
monitor vector_catch disable hard
set mem inaccessible-by-default off
set print pretty
source Debug/PX4
source platforms/nuttx/Debug/PX4

View File

@ -15,7 +15,7 @@ mon poll
mon cortex_m maskisr auto
set mem inaccessible-by-default off
set print pretty
source Debug/PX4
source platforms/nuttx/Debug/PX4
echo PX4 resumed, press ctrl-c to interrupt\n
continue

View File

@ -108,7 +108,7 @@ then
>> $stacksfile
else
arm-none-eabi-gdb $elf --batch -ex "set print asm-demangle on" \
-ex "source $root/Debug/Nuttx.py" \
-ex "source $root/platforms/nuttx/Debug/Nuttx.py" \
-ex "show mybt $taskname" \
2> $gdberrfile \
| sed -n 's/0\.0:\(#.*\)/\1/p' \

View File

@ -4,4 +4,4 @@ attach 1
monitor vector_catch disable hard
set mem inaccessible-by-default off
set print pretty
source ${PX4_SOURCE_DIR}/Debug/PX4
source ${PX4_SOURCE_DIR}/platforms/nuttx/Debug/PX4