summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gdb
Commit message (Expand)AuthorAgeFilesLines
* Source changes to allow building a cross-debugger. Move solib.c andmarcel2004-12-0516-5/+29
* Fix previous commit. GDB_CROSS_DEBUGGER needs to be defined for allmarcel2004-12-052-9/+5
* Makefile (only) changes to allow building a cross debugger.marcel2004-11-3010-21/+50
* s/MACHINE_ARCH/TARGET_ARCH/. We use TARGET_ARCH to pick the MD filesmarcel2004-11-301-1/+1
* [Sorry, forgot to commit my source changes in my previous commit.]joerg2004-11-221-2/+5
* Document all options and general usage.joerg2004-11-221-0/+67
* Fix the abuse of Ar macros for designating flag options, use Fl instead.joerg2004-11-221-4/+4
* Always set current thread when activating thread debugger,davidxu2004-11-151-1/+1
* Whitespace fix.marcel2004-11-091-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-242-2/+2
* Update to readline 5.0ache2004-10-181-3/+7
* If the argument to the -r flag starts with a ':' or a '|', don't try tobrooks2004-09-031-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
* Improve the usage. Without any arguments, kgdb(1) works on /dev/memmarcel2004-08-152-49/+126
* Initialize thread_db module.davidxu2004-08-101-0/+2
* Initialize thread_db module.davidxu2004-08-081-0/+2
* 1. Add some code check if thread suspending or resuming is failed.davidxu2004-08-082-4/+80
* Hook kgdb into the build.marcel2004-07-251-1/+1
* Add the beginnings of kernel debugging support. the kgdb(1) toolmarcel2004-07-2511-0/+1089
* 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
* Update config.h to account for the prgregset_t and psaddr_t typesmarcel2004-07-165-10/+10
* Add libthread_db assisted debugging support module.davidxu2004-07-151-0/+1095
* Prepare for upcoming Binutils house cleaning.obrien2004-07-061-1/+1
* We don't have to reach into binutils/doc anymore for inc-hist.diffmarcel2004-06-271-1/+1
* Fixed world breakage in the NOSHARED=yes case (missing library).bde2004-06-262-9/+9
* Add bmake glue for gdb 6.1.1. Supports alpha, amd64, i386, ia64marcel2004-06-2522-0/+4513
* Reconnect gdb info file to the build.sheldonh2002-07-011-2/+2
* Upgrade for readline 4.2ache2001-04-111-45/+29
* A bandaid to try and make this buildable. This should probably bepeter2000-03-201-4/+27
* Remove old bmake framework for gdb. It has moved to live next to binutils.dfr1999-05-0223-5425/+0
* Make gdb work with kernel after the SMP vmspace sharing changes.luoqi1999-04-282-15/+74
* echo -> ${ECHO}.bde1999-04-031-2/+2
* Fixed breakage of gdbreplay's and gdbserver's BINDIR in previous commit.bde1998-10-152-8/+4
* Install gdb in /usr/lib/aout or /usr/lib/elf depending on format.peter1998-10-151-1/+7
* Fix GDB so that it can handle ELF core dumps.jdp1998-09-144-7/+48
* Missed some BINFORMATs. Fingers! Can't live with 'em. Can't live without 'em.jb1998-08-301-4/+4
* BINFORMAT -> OBJFORMAT ready for E-day. I tossed a coin to decide thisjb1998-08-301-2/+2
* Fixed printf format errors.bde1998-06-301-2/+2
* Don't attempt to read process context from the kernel when (thebde1998-05-121-2/+2
* Simplified using new yacc rules. This is cosmetic - the old rulesbde1998-05-041-5/+4
* Inherit BINDIR properly.bde1998-05-012-4/+2
* Fixed apparent bitrot (`=' changed to `?=') in the definition of BINDIRbde1998-05-011-2/+1
* Removed self-inclusion-prevention ifdef. It is unnecessary now thatbde1998-05-011-12/+5
* Oops, This should have been committed with the Makefile change thatbde1998-05-013-433/+24
* Fixed dependencies.bde1998-05-011-3/+17
OpenPOWER on IntegriCloud