cvs commit: src/gnu/usr.bin/gdb/libgdb fbsd-threads.c src/lib/libthread_db libpthread_db.c libthr_db.c thread_db.c thread_db.h thread_db_int.h src/sys/sys procfs.h

2008-09-14 Thread Marcel Moolenaar
marcel 2008-09-14 16:52:42 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/libgdb fbsd-threads.c lib/libthread_db libpthread_db.c libthr_db.c thread_db.c thread_db.h thread_db_int.h sys/sys procfs.h Log: SVN rev

cvs commit: src/gnu/usr.bin/gdb/libgdb fbsd-threads.c

2008-05-09 Thread John Baldwin
jhb 2008-05-09 18:20:29 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) gnu/usr.bin/gdb/libgdb fbsd-threads.c Log: MFC: Add 'fbsdcoreops_suppress_target' to support kgdb having its own coredump target and adjust core dump target's long name and

cvs commit: src/gnu/usr.bin/gdb/libgdb fbsd-threads.c

2008-05-09 Thread John Baldwin
jhb 2008-05-09 18:20:35 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) gnu/usr.bin/gdb/libgdb fbsd-threads.c Log: MFC: Add 'fbsdcoreops_suppress_target' to support kgdb having its own coredump target and adjust core dump target's long name and

cvs commit: src/gnu/usr.bin/gdb/libgdb fbsd-threads.c

2008-04-29 Thread John Baldwin
jhb 2008-04-29 17:47:25 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/libgdb fbsd-threads.c Log: - Add a global variable 'fbsdcoreops_suppress_target' that can be set to force the FreeBSD multithreaded core target to not register any target for handling

cvs commit: src/gnu/usr.bin/gdb/libgdb fbsd-threads.c

2007-02-26 Thread Ed Maste
emaste 2007-02-27 01:54:17 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) gnu/usr.bin/gdb/libgdb fbsd-threads.c Log: MFC fbsd-threads.c 1.16: Avoid writing uninitialized stack data into a thread's MMX/SSE state by first getting the current state

cvs commit: src/gnu/usr.bin/gdb/libgdb fbsd-threads.c

2007-02-20 Thread Ed Maste
emaste 2007-02-20 18:10:13 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/libgdb fbsd-threads.c Log: Avoid writing uninitialized stack data into a thread's MMX/SSE state by first getting the current state with td_thr_getxmmregs_p. Without this, debugging a

cvs commit: src/gnu/usr.bin/gdb/libgdb fbsd-threads.c

2006-05-16 Thread David Xu
davidxu 2006-05-17 02:31:50 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) gnu/usr.bin/gdb/libgdb fbsd-threads.c Log: MFC revision 1.14-1.15, add command 'thread signal'. Revision ChangesPath 1.13.2.2 +59 -0

cvs commit: src/gnu/usr.bin/gdb/libgdb fbsd-threads.c

2006-02-15 Thread David Xu
davidxu 2006-02-16 02:40:56 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) gnu/usr.bin/gdb/libgdb fbsd-threads.c Log: Partially MFC revision 1.14: Eliminate compile warnings. This allows me to debug threaded program on Pentium-D machine.

cvs commit: src/gnu/usr.bin/gdb/libgdb fbsd-threads.c

2006-02-05 Thread David Xu
davidxu 2006-02-06 06:07:56 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/libgdb fbsd-threads.c Log: 1. Eliminate compile warnings. 2. Add command 'thread signal' to print out current thread's signal mask and pending signals. Revision ChangesPath