summaryrefslogtreecommitdiffstats
path: root/scripts/t-rex-64-debug-gdb
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/t-rex-64-debug-gdb')
-rwxr-xr-xscripts/t-rex-64-debug-gdb4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/t-rex-64-debug-gdb b/scripts/t-rex-64-debug-gdb
new file mode 100755
index 00000000..087afb71
--- /dev/null
+++ b/scripts/t-rex-64-debug-gdb
@@ -0,0 +1,4 @@
+#! /bin/bash
+export LD_LIBRARY_PATH=`pwd`
+gdb --args ./_t-rex-64-debug $@
+