qt5-qtbase/qdoc.gdb

9 lines
196 B
Plaintext
Raw Normal View History

2015-07-17 18:28:40 +00:00
#!/bin/bash
# run process through gdb instead
DIRNAME=$(dirname $0)
set -x
gdb -q --eval-command="run" --eval-command="thread apply all bt" --eval-command="quit" --args ${DIRNAME}/qdoc.orig $@