Rename debug script to gdb so that it overloads the gdb command

This commit is contained in:
Thomas Lovén 2017-10-26 22:13:55 +02:00
parent 9a3281ff56
commit 177be9dcc5

View File

@ -2,4 +2,4 @@
if [ -z ${MITTOS64+x} ]; then >&2 echo "Unsupported environment! See README"; exit 1; fi
gdb -q -x /opt/toolchain/gdbinit
/usr/bin/gdb -q -x /opt/toolchain/gdbinit