summaryrefslogtreecommitdiffstats
path: root/scripts/t-rex-64-debug-gdb-core
blob: cc7904480ae80a7cc6d1e34c54e57803c4ac8dd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/bash
export LD_LIBRARY_PATH=`pwd`
/bin/gdb ./_t-rex-64-debug $@ 
RESULT=$?

if [ $RESULT -ne 0 ]; then
  exit $RESULT
fi