autotest: print full backtrace of coredumps

Show local variables in the backtrace.

Change-Id: I4bb5e8a180bf18377ab6f222b582ca4e5d0d54d9
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
Daniel Verkamp 2017-03-09 11:13:24 -07:00 committed by Jim Harris
parent 60fc74584a
commit f1b0acaac2

View File

@ -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