summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/gdb
Commit message (Expand)AuthorAgeFilesLines
* Dynamically adapt to kernbase changes on crashdumps, falling back topeter2001-08-242-2/+38
* Define _KERNEL as this grubs around where no userland should go.obrien2001-08-162-0/+4
* Use the real structure names explicitly. Note that this is mostly forpeter2001-07-121-0/+8
* like i386, add inclusion of lock.hmjacob2001-05-032-1/+4
* Compensate for dethreaded headers.markm2001-05-013-0/+3
* - Add #defines for the symbol names of the kernel interrupt, systemjake2001-01-102-58/+94
* Fix gdb -k after jake's most recent commit. The gd_XXX symbols are nowpeter2001-01-072-2/+2
* Use macro API to <sys/queue.h>phk2000-12-312-2/+2
* Fix an annoying message ``gdb: ptrace(PT_GETDBREGS) failed: No such process''joerg2000-12-261-0/+15
* Catch up to the new kinfo_proc.jhb2000-12-123-5/+5
* Add `_PATH_DEVZERO'.obrien2000-12-093-3/+12
* Deal with a real PITA in that GDB 4.18 (as we imported it) requires aobrien2000-11-251-1/+5
* Sync gdb thread support with recent changes to the threads library.deischen2000-11-101-17/+10
* Adjust to reflect recent changes in the internal layout of a structdeischen2000-10-131-26/+46
* Implement the GDB counterpart to use hardware watchpoints in connectionjoerg2000-08-172-0/+256
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Pull the switch and activate our Binutils to a snapshot of the up andobrien2000-05-221-0/+4
* callback.c is not really used, nor is it part of GDB 4.18.obrien2000-05-171-1/+1
* Add support for debugging programs using libc_r's implementation ofdfr2000-04-295-28/+1160
* Add a '+' to the first LDADD, otherwise it clobbers the LDADD ingj2000-04-041-1/+1
* Use `${dir}/libfoo.a' instead of `-L${dir} -lfoo' for local staticbde2000-03-271-7/+7
* $Id$ -> $FreeBSD$peter1999-08-274-4/+4
* Live & postmortem kernel debugging support for the alpha platform.gallatin1999-06-215-2/+492
* Fix placement of signal trampoline.dt1999-06-131-2/+2
* Fixed some regressions in rev.1.40:bde1999-05-111-7/+4
* Implement corefiles for FreeBSD/alpha. This requires a separate change todfr1999-05-071-81/+23
* Add core-regset.c to the Makefile to allow debugging elf corefiles.dfr1999-05-071-2/+2
* * Add bmake framework for using gdb alongside binutils. The old bmakedfr1999-05-0215-181/+704
* Make gdb work with kernel after the SMP vmspace sharing changes.luoqi1999-04-283-27/+147
* echo -> ${ECHO}.bde1999-04-031-2/+2
* Fixed breakage of gdbreplay's and gdbserver's BINDIR in previous commit.bde1998-10-151-1/+3
* Fix GDB so that it can handle ELF core dumps.jdp1998-09-143-6/+47
* 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-302-4/+4
* Don't attempt to read process context from the kernel when (thebde1998-05-122-4/+4
* Simplified using new yacc rules. This is cosmetic - the old rulesbde1998-05-041-5/+4
* Fixed apparent bitrot (`=' changed to `?=') in the definition of BINDIRbde1998-05-011-2/+1
* Add support for ELF shared libraries. Also use bfd from the binutils in thatdfr1998-04-302-3/+37
* Removed vestiges of use of beforedepend target.bde1998-03-191-3/+3
* Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalbde1998-03-071-22/+9
* Fixed printing of %fs and %gs for live kernels.bde1998-02-132-12/+16
* Fixed accesses to addresses between VM_MAXUSER_ADDRESS (normallybde1998-01-192-24/+42
* Removed `kstack' and associated mistranslations in kvtophys().bde1998-01-192-36/+2
* Fixed endless loop for `p/x *(int *)0xf0000000'. kvm_uread() inbde1998-01-182-14/+20
* Don't override FRAME_CHAIN(). If the current frame is valid, thenbde1998-01-183-91/+0
* Fixed sloppy definitions of SIGTRAMP_START and SIGTRAMP_END. The oldbde1998-01-181-4/+7
* Pass the system name to dmesg. Rev.1.7 only works when the symbols inbde1998-01-172-4/+18
* Exec dmesg and awk to print everything in the message bufferbde1997-12-192-2/+20
OpenPOWER on IntegriCloud