home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenStep 4.2J (Developer)
/
os42jdev.iso
/
NextDeveloper
/
Apps
/
ProjectBuilder.app
/
Resources
/
gdbAddrs.sh
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Linux/UNIX/POSIX Shell Script
|
1996-05-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