mirror of
https://github.com/gnustep/libs-steptalk.git
synced 2025-02-21 02:31:01 +00:00
Documented gdbstexec
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16858 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8d919db520
commit
f375c3e0f3
1 changed files with 11 additions and 0 deletions
|
@ -1,4 +1,15 @@
|
||||||
#!/bin/csh
|
#!/bin/csh
|
||||||
|
#
|
||||||
|
# gdbstexec - GDB wrapper for stexec
|
||||||
|
#
|
||||||
|
# Put this file to be reachable from your PATH
|
||||||
|
#
|
||||||
|
# Use like stexec:
|
||||||
|
# gdbstexec script_name ...
|
||||||
|
# This will run stexec in gdb and run it with script script_name. After
|
||||||
|
# finishing, backtrace is displayed
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
set temp = `tempfile -p stexec`
|
set temp = `tempfile -p stexec`
|
||||||
echo set args $*:q > $temp
|
echo set args $*:q > $temp
|
||||||
|
|
Loading…
Reference in a new issue