[comp.sys.next] Debuggers, again

nestor@sei.cmu.edu (John Nestor) (03/22/91)

Thanks to all those who responded to my request for
information on full source debugging on the Next.

Emacs provides a gdb mode (via M-x gdb) where
gdb runs in one emacs window and source is shown in 
a second emacs window.  The application can either
be launched from gdb (run command) or gdb
can attach to an already running process (attach command).

I now have another gdb question.  I am using rld_load
to dynamically link in parts of my application.  Is there
any way to let gdb know about these parts so that I can 
symbolically debug them?