Date: Sun, 4 Jul 2010 12:08:04 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libthread_db Symbol.map libpthread_db.c libthr_db.c thread_db.c thread_db.h thread_db_int.h Message-ID: <201007041208.o64C8HuR096401@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2010-07-04 12:08:04 UTC FreeBSD src repository Modified files: lib/libthread_db Symbol.map libpthread_db.c libthr_db.c thread_db.c thread_db.h thread_db_int.h Log: SVN rev 209689 on 2010-07-04 12:08:04Z by kib Extend the td_thrinfo_t to include siginfo for the signal that stopped the target. Take care of ABI. Suggested by: davidxu MFC after: 2 weeks Revision Changes Path 1.3 +4 -1 src/lib/libthread_db/Symbol.map 1.21 +12 -1 src/lib/libthread_db/libpthread_db.c 1.18 +23 -1 src/lib/libthread_db/libthr_db.c 1.10 +8 -0 src/lib/libthread_db/thread_db.c 1.11 +1 -0 src/lib/libthread_db/thread_db.h 1.7 +23 -0 src/lib/libthread_db/thread_db_int.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007041208.o64C8HuR096401>