summaryrefslogtreecommitdiffstats
path: root/scripts/t-rex-64-debug-gdb
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2016-05-10 17:27:07 +0300
committerHanoh Haim <hhaim@cisco.com>2016-05-10 17:27:07 +0300
commit996f2451dba01f534420418eaac2856510682757 (patch)
tree016d58d6e97c0fc22d0577f52b44530f5bf670fb /scripts/t-rex-64-debug-gdb
parent4d319010eaeb17cce9af55ef00feb71a6930c931 (diff)
refactor the schduler to be with minimum TSC instructions
Diffstat (limited to 'scripts/t-rex-64-debug-gdb')
-rwxr-xr-xscripts/t-rex-64-debug-gdb2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/t-rex-64-debug-gdb b/scripts/t-rex-64-debug-gdb
index 087afb71..723bfe2f 100755
--- a/scripts/t-rex-64-debug-gdb
+++ b/scripts/t-rex-64-debug-gdb
@@ -1,4 +1,4 @@
#! /bin/bash
export LD_LIBRARY_PATH=`pwd`
-gdb --args ./_t-rex-64-debug $@
+/bin/gdb --args ./_t-rex-64-debug $@