Joe Conway <[EMAIL PROTECTED]> writes: > I'd add that when working with shared libraries, you need to make sure > they are loaded before you attach to the process (I think there is a way > to deal with it after the fact, but I'm not sure of the details).
On HPUX, I find that "sharedlibrary /path/to/library" works to teach gdb about symbols in a freshly loaded library. (Occasionally it seems to be needed for libraries that were already present at attach time, too.) Not sure if this applies to other OSes, but give it a try. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 7: don't forget to increase your free space map settings