diff --git a/scripts/autotest_common.sh b/scripts/autotest_common.sh index 3d34d4db1..7f89f958b 100755 --- a/scripts/autotest_common.sh +++ b/scripts/autotest_common.sh @@ -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