r19150: add a usefull tool to test the gdb_backtrace script
authorStefan Metzmacher <metze@samba.org>
Fri, 6 Oct 2006 18:04:48 +0000 (18:04 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:20:44 +0000 (14:20 -0500)
commit56ae0171bafe4576c6163a0198a18b8163314e20
treeadadaa4404348ce0b9d3123c152f03a491d216c3
parentd86100289a3a857456e2d4441c290ca2ea2330ff
r19150: add a usefull tool to test the gdb_backtrace script

just compile it with
cc -g -o gdb_backtrace_test gdb_backtrace_test.c

and run it in the same directory where your gdb_backtrace script is.

metze
source/script/gdb_backtrace_test.c [new file with mode: 0644]