diff options
author | Hanoh Haim <hhaim@cisco.com> | 2016-05-10 17:27:07 +0300 |
---|---|---|
committer | Hanoh Haim <hhaim@cisco.com> | 2016-05-10 17:27:07 +0300 |
commit | 996f2451dba01f534420418eaac2856510682757 (patch) | |
tree | 016d58d6e97c0fc22d0577f52b44530f5bf670fb /scripts/t-rex-64-debug-gdb | |
parent | 4d319010eaeb17cce9af55ef00feb71a6930c931 (diff) |
refactor the schduler to be with minimum TSC instructions
Diffstat (limited to 'scripts/t-rex-64-debug-gdb')
-rwxr-xr-x | scripts/t-rex-64-debug-gdb | 2 |
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 $@ |