cvs commit: src/lib/libthread_db
Makefilesrc/lib/libthread_db/include
thread_db.h thread_db_int.h src/lib/libthread_db/pthread Makefile
src/lib/libthread_db/src Makefile thread_db.c
Scott Long
scottl at freebsd.org
Wed Jul 14 20:50:46 PDT 2004
David Xu wrote:
> davidxu 2004-07-15 03:36:35 UTC
>
> FreeBSD src repository
>
> Added files:
> lib/libthread_db Makefile
> lib/libthread_db/include thread_db.h thread_db_int.h
> lib/libthread_db/pthread Makefile pthread_db.c pthread_db.h
> pthread_db_i386.c
> lib/libthread_db/src Makefile thread_db.c
> Log:
> Add my initial work of libthread_db. The library is used by gdb to debug
> threaded process. Current, only libpthread is supported, but macrel will
> work on it to support libthr and libc_r.
>
This is excellent! Can you give a quick summary of what one should
expect from this when using GDB?
Scott
More information about the cvs-src
mailing list