cvs commit: src/lib/libthread_db Makefilesrc/lib/libthread_db/include
thread_db.h thread_db_int.h src/lib/libthread_db/pthread Makefile
pthread_db.c pthread_db.h pthread_db_i386.c
src/lib/libthread_db/src Makefile thread_db.c
David Xu
davidxu at FreeBSD.org
Wed Jul 14 20:36:36 PDT 2004
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.
Revision Changes Path
1.1 +5 -0 src/lib/libthread_db/Makefile (new)
1.1 +287 -0 src/lib/libthread_db/include/thread_db.h (new)
1.1 +93 -0 src/lib/libthread_db/include/thread_db_int.h (new)
1.1 +19 -0 src/lib/libthread_db/pthread/Makefile (new)
1.1 +1087 -0 src/lib/libthread_db/pthread/pthread_db.c (new)
1.1 +60 -0 src/lib/libthread_db/pthread/pthread_db.h (new)
1.1 +105 -0 src/lib/libthread_db/pthread/pthread_db_i386.c (new)
1.1 +15 -0 src/lib/libthread_db/src/Makefile (new)
1.1 +359 -0 src/lib/libthread_db/src/thread_db.c (new)
More information about the cvs-all
mailing list