Commit f1b0acaa authored by Daniel Verkamp's avatar Daniel Verkamp Committed by Jim Harris
Browse files

autotest: print full backtrace of coredumps



Show local variables in the backtrace.

Change-Id: I4bb5e8a180bf18377ab6f222b582ca4e5d0d54d9
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent 60fc7458
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ function process_core() {
		echo "exe for $core is $exe"
		if [[ ! -z "$exe" ]]; then
			if hash gdb; then
				gdb -batch -ex "bt" $exe $core
				gdb -batch -ex "bt full" $exe $core
			fi
			cp $exe $output_dir
		fi