Rename debug script to gdb so that it overloads the gdb command
This commit is contained in:
5
toolchain/gdb
Executable file
5
toolchain/gdb
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
if [ -z ${MITTOS64+x} ]; then >&2 echo "Unsupported environment! See README"; exit 1; fi
|
||||
|
||||
/usr/bin/gdb -q -x /opt/toolchain/gdbinit
|
||||
Reference in New Issue
Block a user