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:
Peter Barker 2019-07-17 13:10:05 +10:00 committed by Peter Barker
parent 78be1067a8
commit 392a174e2e
1 changed files with 1 additions and 1 deletions

View File

@ -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