POSIX: Provide lldb run target configuring lldb correctly

This commit is contained in:
Lorenz Meier 2015-09-20 15:06:55 +02:00
parent 985243c932
commit 0973649eb7
2 changed files with 4 additions and 1 deletions

3
Tools/posix_lldbinit Normal file
View File

@ -0,0 +1,3 @@
run
pro hand -p true -s false -n false SIGCONT
continue

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
cp Tools/posix_lldbinit build_posix_sitl_simple/src/firmware/posix/.lldbinit
cd build_posix_sitl_simple/src/firmware/posix cd build_posix_sitl_simple/src/firmware/posix
mkdir -p rootfs/fs/microsd mkdir -p rootfs/fs/microsd
mkdir -p rootfs/eeprom mkdir -p rootfs/eeprom