aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gdb/libgdb/fbsd-threads.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-241-1/+1
* Avoid writing uninitialized stack data into a thread's MMX/SSE state byEd Maste2007-02-201-7/+12
* Introduce a new proc service routine ps_linfo() to get LWP info.David Xu2006-02-071-0/+14
* 1. Eliminate compile warnings.David Xu2006-02-061-8/+60
* Add support for XMM registers in GDB for x86 processors that supportDoug Rabson2005-05-311-11/+111
* Don't try to enable event reporting for core file, it is not writable.David Xu2005-05-061-0/+2
* Report events from thread library.David Xu2005-04-121-16/+210
* Print thread address.David Xu2005-04-051-4/+4
* When grabbing registers for an lwp, fake the inferior's pid using thePeter Edwards2005-01-111-2/+6
* Always set current thread when activating thread debugger,David Xu2004-11-151-1/+1
* Fix comments, most are style fix.David Xu2004-08-221-21/+11
* Fix some text messages.David Xu2004-08-221-2/+2
* Add code to support statically linked binary and .core file of threadedDavid Xu2004-08-221-177/+367
* 1. Add some code check if thread suspending or resuming is failed.David Xu2004-08-081-3/+79
* o ps_pd{read|write} and ps_pt{read|write} are obsolete interfaceMarcel Moolenaar2004-07-171-22/+2
* ptrace's first parameter is command not pid. pointy hat to me.David Xu2004-07-161-2/+6
* Add libthread_db assisted debugging support module.David Xu2004-07-151-0/+1095