summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-131-6/+8
* Fixed accesses to addresses between VM_MAXUSER_ADDRESS (normallybde1998-01-191-12/+21
* Removed `kstack' and associated mistranslations in kvtophys().bde1998-01-191-18/+1
* Fixed endless loop for `p/x *(int *)0xf0000000'. kvm_uread() inbde1998-01-181-7/+10
* Don't override FRAME_CHAIN(). If the current frame is valid, thenbde1998-01-182-53/+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-171-2/+9
* Exec dmesg and awk to print everything in the message bufferbde1997-12-191-1/+10
* Implemented "info float" for core files.bde1997-11-231-36/+65
* #include <machine/tss.h> explicitlypeter1997-10-101-0/+1
* Changes to support full make parallelism (-j<n>) in the worldjkh1997-10-051-2/+3
* Support 4MB pages.bde1997-07-271-8/+23
* Don't define HOST_DATA_START_ADDR, since gdb works without it thebde1997-07-131-2/+3
* Removed -I path to gdb's readline. This didn't do much in -currentbde1997-06-301-1/+0
* gdb.info still needs a near-copy of hsuser.texinfo to avoid thebde1997-06-301-0/+313
* Don't depend upon the user structure having been aligned on a 8 KB boundary.tegge1997-06-271-1/+12
* Zap some unused debugging printfs that I accidently left in.peter1997-06-271-5/+0
* Support reading and writing of %fs and %gs (except from core files).bde1997-06-073-5/+27
* delete kcorelow.c, it didn't produce any code and broke init.cgj1997-05-022-365/+2
* Clean up merge from 2.2 (without spamming peter's changes)pst1997-05-011-7/+4
* Patch up init.c generation so that it works in -current.. It was tryingpeter1997-05-011-11/+10
* Fix include of <sys/dir.h> to <dirent.h> - it hits a #warningpeter1997-05-011-1/+1
* Fix up a spurious '@' I added at the last secondpst1997-05-011-4/+4
* Merge from 2.2: auto-gen init.c and add ser-tcp.cpst1997-05-012-64/+53
* Fetch the registers from struct members in the pcb instead ofbde1997-04-301-28/+19
* Backed out previous change. It just gave a more verbose Makefile bybde1997-04-301-3/+1
* change kvm-fbsd.c so that kernel debugging works again.gj1997-04-273-9/+407
* Activate gdbserver and gdbreplaypst1997-04-264-7/+7
OpenPOWER on IntegriCloud