summaryrefslogtreecommitdiff
path: root/tools/run_and_bt.gdb
blob: 201353fe1658dd875beb3e7c0ef73f6396768b33 (plain)
1
2
3
4
5
6
7
run
echo ---- [bt full] -------------------------------------------\n
bt full
echo -----[thread apply all bt full] --------------------------\n
thread apply all bt full
echo ----------------------------------------------------------\n
quit