summaryrefslogtreecommitdiffstats
path: root/src/tests/tests.gdb
blob: 1ff2c915046a5290c34c806c6217feb3af82ba69 (plain)
1
2
3
4
5
6
7
8
9
define hook-stop
	list
	info locals
	info args
	thread apply all bt full
end
handle SIGTERM stop pass noprint
run
quit