mirror of
https://github.com/gnustep/libs-steptalk.git
synced 2025-02-21 02:31:01 +00:00
added gdbstexec
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16340 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c7856b742f
commit
4f01854884
1 changed files with 8 additions and 0 deletions
8
Testing/gdbstexec
Executable file
8
Testing/gdbstexec
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/csh
|
||||
|
||||
set temp = `tempfile -p stexec`
|
||||
echo set args $*:q > $temp
|
||||
echo run >> $temp
|
||||
echo bt >> $temp
|
||||
gdb --command=$temp `which stexec`
|
||||
rm $temp
|
Loading…
Reference in a new issue