1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +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} cat << EOF > ${BATCHFILE_MAIN}
set height 1000 set height 1000
bt full bt full
info locals
quit quit
EOF EOF
${DB_BIN} -x "${BATCHFILE_MAIN}" "${BINARY}" "${PID}" ${DB_BIN} -x "${BATCHFILE_MAIN}" "${BINARY}" "${PID}"