Skip to content

Commit

Permalink
POSIX: Provide lldb run target configuring lldb correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzMeier committed Sep 20, 2015
1 parent 985243c commit 0973649
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Tools/posix_lldbinit
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
run
pro hand -p true -s false -n false SIGCONT
continue
2 changes: 1 addition & 1 deletion Tools/sitl_run.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0973649

Please sign in to comment.