----- Original Message -----
If you don't have the n_tty.c file readily available, you can get
the
source-code/line-number data of a particular function by doing something
like this:
Actually, this is a much easier way:
crash> gdb list n_tty_read,n_tty_write
Dave