Last change
on this file was
11754,
checked in by westram, 11 years ago
|
- reintegrates 'bugrep' into 'trunk'
- adds:
|
-
Property svn:executable set to
*
|
File size:
306 bytes
|
Line | |
---|
1 | #!/bin/bash -x |
---|
2 | ARGS="$*" |
---|
3 | echo "Running arb_ntree in debugger (gdb)" |
---|
4 | CMDS=ARB_debug.$$.commands |
---|
5 | arb_echo "set args $ARGS" "source $ARBHOME/lib/BUGS/trace.gdb" > $CMDS |
---|
6 | echo "---------- $CMDS" |
---|
7 | cat $CMDS |
---|
8 | echo "---------- execute in gdb" |
---|
9 | gdb -n -batch -command=$CMDS arb_ntree |
---|
10 | echo "---------- done" |
---|
11 | rm $CMDS |
---|
12 | |
---|
13 | |
---|
Note: See
TracBrowser
for help on using the repository browser.