unresolved symbols with libthread_db library

Daniel Jacobowitz drow@mvista.com
Mon Jan 20 16:31:00 GMT 2003


On Mon, Jan 20, 2003 at 03:57:49PM +0100, Frank van Eijkelenburg wrote:
> I'm trying to compile a simple program which uses the libthread_db library
> (see code at the end). However I have some unresolved symbols. Does anyone
> know what to include to resolve these symbols. Or should I implement
> something myself? With this program I want to try debugging a multithreaded
> program with use of gdbserver.

If you want to use libthread_db, you need to provide all the hooks
yourself.  See GDB's proc_service.c.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer



More information about the Gdb mailing list