summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gdb/libgdb
Commit message (Expand)AuthorAgeFilesLines
* Add the ability for GDB to printout the thread name along with otherattilio2010-11-221-3/+44
* Add missing '/'.nyan2010-11-141-1/+1
* We need to add powerpc64->powerpc translations (I knew I hated copyingimp2010-11-141-1/+1
* Complete the integration of tbemd branch into head.imp2010-11-101-1/+9
* 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
* Clean the product of patch(1).ru2006-04-101-0/+2
* 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 a kluge to allow kgdb(1) to inject its own frame sniffer in themarcel2005-09-102-2/+33
* 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
* Use the system gnuregex library vs. building GNU regex bits into libibertyobrien2005-02-141-0/+5
* When grabbing registers for an lwp, fake the inferior's pid using thepeadar2005-01-111-2/+6
* Source changes to allow building a cross-debugger. Move solib.c andmarcel2004-12-051-3/+2
* Fix previous commit. GDB_CROSS_DEBUGGER needs to be defined for allmarcel2004-12-051-9/+1
* Makefile (only) changes to allow building a cross debugger.marcel2004-11-301-6/+18
* Always set current thread when activating thread debugger,davidxu2004-11-151-1/+1
* Prepare for a subsequent import: If the first letter of the filenamemarcel2004-11-091-35/+43
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
* Only compile fbsd-thread.c on amd64 and i386, other architecturesdavidxu2004-08-221-1/+5
* 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-082-4/+80
* 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
* Add bmake glue for gdb 6.1.1. Supports alpha, amd64, i386, ia64marcel2004-06-251-0/+52
OpenPOWER on IntegriCloud