mirror of https://github.com/ArduPilot/ardupilot
Tools: scripts: dumpstack: do not run any gdbinit scripts
Often these scripts look for hardware dongles that may not exist
This commit is contained in:
parent
78be1067a8
commit
392a174e2e
|
@ -11,5 +11,5 @@ bt full
|
|||
thread apply all bt full
|
||||
quit
|
||||
EOF
|
||||
gdb -batch -x $TMPFILE --pid $PID < /dev/null 2>&1
|
||||
gdb -n -batch -x $TMPFILE --pid $PID < /dev/null 2>&1
|
||||
/bin/rm -f $TMPFILE
|
||||
|
|
Loading…
Reference in New Issue