2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

Merge branch '4203-run-gdb-not-found' into 'main'

Resolve "run.gdb not found"

Closes #4203

See merge request isc-projects/bind9!8091
This commit is contained in:
Mark Andrews
2023-07-18 00:34:05 +00:00

View File

@@ -45,7 +45,7 @@ if [ -n "$core_dumps" ]; then
echoinfo "D:$systest:full backtrace from $coredump saved in $coredump_backtrace"
"${TOP_BUILDDIR}/libtool" --mode=execute gdb \
-batch \
-command=run.gdb \
-command="${TOP_SRCDIR}/bin/tests/system/run.gdb" \
-core="$coredump" \
-- \
"$binary" > "$coredump_backtrace" 2>&1