forked from Archive/PX4-Autopilot
POSIX: Provide lldb run target configuring lldb correctly
This commit is contained in:
parent
985243c932
commit
0973649eb7
|
@ -0,0 +1,3 @@
|
|||
run
|
||||
pro hand -p true -s false -n false SIGCONT
|
||||
continue
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
cp Tools/posix_lldbinit build_posix_sitl_simple/src/firmware/posix/.lldbinit
|
||||
cd build_posix_sitl_simple/src/firmware/posix
|
||||
mkdir -p rootfs/fs/microsd
|
||||
mkdir -p rootfs/eeprom
|
||||
|
|
Loading…
Reference in New Issue