summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gdb/libgdb/fbsd-threads.c
Commit message (Expand)AuthorAgeFilesLines
* Print key value, an index, otherwise we don't know which key is allocated.davidxu2012-05-211-1/+1
* Print the raw value of si_code, that is esp. useful for undecoded values.kib2011-03-261-3/+4
* Sync: merge r215464 through r215708 from ^/head.dim2010-11-221-3/+44
|\
| * Add the ability for GDB to printout the thread name along with otherattilio2010-11-221-3/+44
* | Fix warnings in fbsd-threads.c.dim2010-11-011-2/+6
|/
* For "thread signal" command, print some information from siginfo whenkib2010-07-041-0/+37
* Widen psaddr_t from uintptr_t to uint64_t. This results in anmarcel2008-09-141-6/+7
* - Add a global variable 'fbsdcoreops_suppress_target' that can be set tojhb2008-04-291-2/+11
* Avoid writing uninitialized stack data into a thread's MMX/SSE state byemaste2007-02-201-7/+12
* Introduce a new proc service routine ps_linfo() to get LWP info.davidxu2006-02-071-0/+14
* 1. Eliminate compile warnings.davidxu2006-02-061-8/+60
* Add support for XMM registers in GDB for x86 processors that supportdfr2005-05-311-11/+111
* Don't try to enable event reporting for core file, it is not writable.davidxu2005-05-061-0/+2
* Report events from thread library.davidxu2005-04-121-16/+210
* Print thread address.davidxu2005-04-051-4/+4
* When grabbing registers for an lwp, fake the inferior's pid using thepeadar2005-01-111-2/+6
* Always set current thread when activating thread debugger,davidxu2004-11-151-1/+1
* Fix comments, most are style fix.davidxu2004-08-221-21/+11
* Fix some text messages.davidxu2004-08-221-2/+2
* Add code to support statically linked binary and .core file of threadeddavidxu2004-08-221-177/+367
* 1. Add some code check if thread suspending or resuming is failed.davidxu2004-08-081-3/+79
* o ps_pd{read|write} and ps_pt{read|write} are obsolete interfacemarcel2004-07-171-22/+2
* ptrace's first parameter is command not pid. pointy hat to me.davidxu2004-07-161-2/+6
* Add libthread_db assisted debugging support module.davidxu2004-07-151-0/+1095
OpenPOWER on IntegriCloud