home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenStep (Enterprise)
/
OpenStepENTCD.toast
/
OEDEV
/
DEV.Z
/
gdbAddrs.sh
< prev
next >
Wrap
Linux/UNIX/POSIX Shell Script
|
1996-09-09
|
236b
|
9 lines
#!/bin/sh
# finds the address of the static variable which
# tells gdb it received a control-c.
GDB=$NEXT_ROOT/NextDeveloper/Executables/gdb.exe
$GDB $GDB << FUNKYSTUFF | grep Symbol
info address ctrlc_received_by_debugger
FUNKYSTUFF