cvs commit: src/gnu/usr.bin/binutils/gdb freebsd-uthread.c
Alexander Kabaev
kan at FreeBSD.org
Mon Nov 22 11:09:03 PST 2004
kan 2004-11-22 19:09:02 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_4)
gnu/usr.bin/binutils/gdb freebsd-uthread.c
Log:
Make the life of those who is stuck debugging multithreaded programs on 4.x
little easier. Teach gdb how to look for thread info in core files. This
allows for more detailed post-mortem analysis of crashed programs as users
should now be able to use standard gdb commands to list all threads running
in the program at the time of the crash and switch between them to look at
their backtraces and inspect their frames.
Allow gdb to cleanly detach multithreaded programs.
Tested by: jhb
Approved by: obrien
Revision Changes Path
1.3.2.5 +142 -6 src/gnu/usr.bin/binutils/gdb/freebsd-uthread.c
More information about the cvs-src
mailing list