Browse Source

Tools: scripts: dumpstack: do not run any gdbinit scripts

Often these scripts look for hardware dongles that may not exist
master
Peter Barker 6 years ago committed by Peter Barker
parent
commit
392a174e2e
  1. 2
      Tools/scripts/dumpstack

2
Tools/scripts/dumpstack

@ -11,5 +11,5 @@ bt full @@ -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…
Cancel
Save