Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!ucla-cs!elroy.jpl.nasa.gov!swrinde!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!tut.cis.ohio-state.edu!sei.cmu.edu!nestor From: nestor@sei.cmu.edu (John Nestor) Newsgroups: comp.sys.next Subject: Debuggers, again Message-ID: <23044@as0c.sei.cmu.edu> Date: 21 Mar 91 20:18:47 GMT Reply-To: nestor@sei.cmu.edu (John Nestor) Distribution: usa Organization: Software Engineering Institute, Pittsburgh, PA Lines: 13 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?