From 392a174e2e16fc244a3ae7e00839ae3136c5e369 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Wed, 17 Jul 2019 13:10:05 +1000 Subject: [PATCH] Tools: scripts: dumpstack: do not run any gdbinit scripts Often these scripts look for hardware dongles that may not exist --- Tools/scripts/dumpstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/scripts/dumpstack b/Tools/scripts/dumpstack index fe9a0168bc..f27fc443da 100755 --- a/Tools/scripts/dumpstack +++ b/Tools/scripts/dumpstack @@ -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