1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

selftest/gdb_backtrace: call "info locals" too

metze
This commit is contained in:
Stefan Metzmacher 2010-03-01 12:22:23 +01:00
parent b73437fbaa
commit f79ff9582f

View File

@ -79,6 +79,7 @@ EOF
cat << EOF > ${BATCHFILE_MAIN}
set height 1000
bt full
info locals
quit
EOF
${DB_BIN} -x "${BATCHFILE_MAIN}" "${BINARY}" "${PID}"