]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
btraceback do a "bt full" of the faulty thread to get local variables
authorAlain Spineux <alain@baculasystems.com>
Mon, 18 May 2020 13:44:25 +0000 (15:44 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:02:57 +0000 (09:02 +0100)
bacula/scripts/btraceback.gdb

index aaed915f30ecdf84a07f9ffe2c8e6a8d549edaa4..d3dff1ee2640fed5cc99ef64456047b5de0c7a23 100644 (file)
@@ -11,23 +11,7 @@ print distver
 print host_name
 print dist_name
 show env TestName
-bt
+bt full
 thread apply all bt
-f 0
-info locals
-f 1
-info locals
-f 2
-info locals
-f 3
-info locals
-f 4
-info locals
-f 5 
-info locals
-f 6
-info locals
-f 7
-info locals
 detach
 quit