summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/gdb
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_4_6'.cvs2svn2002-07-031-3/+2
* MFC: rev 1.59 (fix lib ordering for static linking)David E. O'Brien2002-06-251-2/+3
* MFC: rev 1.58 (link with libiberty.a before libreadline.so)David E. O'Brien2002-06-211-4/+4
* MFC: Make our version tag unique due to our local changes.Mark Peek2002-05-142-2/+4
* MFC: 1.31-1.32: Do not compile in VM_MAXUSER_ADDRESS, find it dynamicallyPeter Wemm2001-12-171-4/+22
* MFC: rev 1.25: adapt gdb -k dynamically to changes in kernbase ratherPeter Wemm2001-09-211-1/+19
* MFC: I almost forgot this part of the SSE MFC.Peter Wemm2001-08-151-0/+8
* MFC: rev 1.25, don't call ptrace(PT*DBREGS) except for targets of typeJoerg Wunsch2001-01-051-0/+15
* MFC: add /dev/zero and use PATH_* where possible.David E. O'Brien2000-12-112-2/+8
* MFC: Sync gdb thread support to match recent changes to the threadsDaniel Eischen2000-11-101-26/+39
* MFC (freebsd-nat.c 1.23, nm.h 1.10): hardware watchpoint support for GDBJoerg Wunsch2000-08-222-0/+256
* MFC: rev 1.44-45 (fix LDADD)David E. O'Brien2000-07-061-21/+25
* MFC: rev 1.22 (debugging support when using libc_r's pthreads)David E. O'Brien2000-07-061-14/+4
* MFC: rev 1.3 (debugging support when using libc_r's pthreads)David E. O'Brien2000-07-061-0/+8
* MFC: 1.13 (debugging support when using libc_r's pthreads)David E. O'Brien2000-07-061-0/+8
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-05-281-0/+1126
* MFC: rev 1.47 (callback.c)David E. O'Brien2000-05-171-1/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-131-974/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-274-4/+4
* Live & postmortem kernel debugging support for the alpha platform.Andrew Gallatin1999-06-215-2/+492
* Fix placement of signal trampoline.Dmitrij Tejblum1999-06-131-2/+2
* Fixed some regressions in rev.1.40:Bruce Evans1999-05-111-7/+4
* Implement corefiles for FreeBSD/alpha. This requires a separate change toDoug Rabson1999-05-071-81/+23
* Add core-regset.c to the Makefile to allow debugging elf corefiles.Doug Rabson1999-05-071-2/+2
* * Add bmake framework for using gdb alongside binutils. The old bmakeDoug Rabson1999-05-0215-181/+704
* Make gdb work with kernel after the SMP vmspace sharing changes.Luoqi Chen1999-04-283-27/+147
* echo -> ${ECHO}.Bruce Evans1999-04-031-2/+2
* Fixed breakage of gdbreplay's and gdbserver's BINDIR in previous commit.Bruce Evans1998-10-151-1/+3
* Fix GDB so that it can handle ELF core dumps.John Polstra1998-09-143-6/+47
* Missed some BINFORMATs. Fingers! Can't live with 'em. Can't live without 'em.John Birrell1998-08-301-4/+4
* BINFORMAT -> OBJFORMAT ready for E-day. I tossed a coin to decide thisJohn Birrell1998-08-301-2/+2
* Fixed printf format errors.Bruce Evans1998-06-302-4/+4
* Don't attempt to read process context from the kernel when (theBruce Evans1998-05-122-4/+4
* Simplified using new yacc rules. This is cosmetic - the old rulesBruce Evans1998-05-041-5/+4
* Fixed apparent bitrot (`=' changed to `?=') in the definition of BINDIRBruce Evans1998-05-011-2/+1
* Add support for ELF shared libraries. Also use bfd from the binutils in thatDoug Rabson1998-04-302-3/+37
* Removed vestiges of use of beforedepend target.Bruce Evans1998-03-191-3/+3
* Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalBruce Evans1998-03-071-22/+9
* Fixed printing of %fs and %gs for live kernels.Bruce Evans1998-02-132-12/+16
* Fixed accesses to addresses between VM_MAXUSER_ADDRESS (normallyBruce Evans1998-01-192-24/+42
* Removed `kstack' and associated mistranslations in kvtophys().Bruce Evans1998-01-192-36/+2
* Fixed endless loop for `p/x *(int *)0xf0000000'. kvm_uread() inBruce Evans1998-01-182-14/+20
* Don't override FRAME_CHAIN(). If the current frame is valid, thenBruce Evans1998-01-183-91/+0
* Fixed sloppy definitions of SIGTRAMP_START and SIGTRAMP_END. The oldBruce Evans1998-01-181-4/+7
* Pass the system name to dmesg. Rev.1.7 only works when the symbols inBruce Evans1998-01-172-4/+18
* Exec dmesg and awk to print everything in the message bufferBruce Evans1997-12-192-2/+20
* Implemented "info float" for core files.Bruce Evans1997-11-231-36/+65
* #include <machine/tss.h> explicitlyPeter Wemm1997-10-102-0/+2
* Changes to support full make parallelism (-j<n>) in the worldJordan K. Hubbard1997-10-051-2/+3
* Support 4MB pages.Bruce Evans1997-07-272-14/+44