mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-30 00:14:08 +08:00
POSIX: Provide lldb run target configuring lldb correctly
This commit is contained in:
parent
985243c932
commit
0973649eb7
3
Tools/posix_lldbinit
Normal file
3
Tools/posix_lldbinit
Normal file
@ -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…
x
Reference in New Issue
Block a user