home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenStep (Enterprise)
/
OpenStepENTCD.toast
/
OEDEV
/
DEV.Z
/
gdbAddrs.sh
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Linux/UNIX/POSIX Shell Script
|
1996-09-09
|
236 b
|
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