mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-24 15:20:34 +08:00
POSIX: Provide lldb run target configuring lldb correctly
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
run
|
||||
pro hand -p true -s false -n false SIGCONT
|
||||
continue
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user