Date: Thu, 15 Jul 2004 03:36:35 +0000 (UTC) From: David Xu <davidxu@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <200407150336.i6F3aZIw036415@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407150336.i6F3aZIw036415>