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:
parent
60fc74584a
commit
f1b0acaac2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user