Skip to content
Snippets Groups Projects
Commit dc8d1ae2 authored by Guido Gunther's avatar Guido Gunther :zzz:
Browse files

run.in: Run phosh under GDB with PHOSH_GDB=1

parent 86dede8c
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,9 @@ if [ "${PHOSH_VALGRIND}" = 1 ]; then
--log-file=vgdump \
--suppressions=${ABS_SRCDIR}/data/valgrind.suppressions \
"
elif [ "${PHOSH_GDB}" = 1 ]; then
echo "Running phosh under gdb"
WRAPPER="gdb"
fi
# Start up g-s-d, etc.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment