| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't attempt to read process context from the kernel when (the | bde | 1998-05-12 | 1 | -2/+2 |
* | Simplified using new yacc rules. This is cosmetic - the old rules | bde | 1998-05-04 | 1 | -5/+4 |
* | Inherit BINDIR properly. | bde | 1998-05-01 | 2 | -4/+2 |
* | Fixed apparent bitrot (`=' changed to `?=') in the definition of BINDIR | bde | 1998-05-01 | 1 | -2/+1 |
* | Removed self-inclusion-prevention ifdef. It is unnecessary now that | bde | 1998-05-01 | 1 | -12/+5 |
* | Oops, This should have been committed with the Makefile change that | bde | 1998-05-01 | 3 | -433/+24 |
* | Fixed dependencies. | bde | 1998-05-01 | 1 | -3/+17 |
* | Add support for ELF shared libraries. Also use bfd from the binutils in that | dfr | 1998-04-30 | 2 | -3/+37 |
* | Removed vestiges of use of beforedepend target. | bde | 1998-03-19 | 1 | -3/+3 |
* | Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internal | bde | 1998-03-07 | 1 | -22/+9 |
* | Fixed printing of %fs and %gs for live kernels. | bde | 1998-02-13 | 1 | -6/+8 |
* | Fixed accesses to addresses between VM_MAXUSER_ADDRESS (normally | bde | 1998-01-19 | 1 | -12/+21 |
* | Removed `kstack' and associated mistranslations in kvtophys(). | bde | 1998-01-19 | 1 | -18/+1 |
* | Fixed endless loop for `p/x *(int *)0xf0000000'. kvm_uread() in | bde | 1998-01-18 | 1 | -7/+10 |
* | Don't override FRAME_CHAIN(). If the current frame is valid, then | bde | 1998-01-18 | 2 | -53/+0 |
* | Fixed sloppy definitions of SIGTRAMP_START and SIGTRAMP_END. The old | bde | 1998-01-18 | 1 | -4/+7 |
* | Pass the system name to dmesg. Rev.1.7 only works when the symbols in | bde | 1998-01-17 | 1 | -2/+9 |
* | Exec dmesg and awk to print everything in the message buffer | bde | 1997-12-19 | 1 | -1/+10 |
* | Implemented "info float" for core files. | bde | 1997-11-23 | 1 | -36/+65 |
* | #include <machine/tss.h> explicitly | peter | 1997-10-10 | 1 | -0/+1 |
* | Changes to support full make parallelism (-j<n>) in the world | jkh | 1997-10-05 | 1 | -2/+3 |
* | Support 4MB pages. | bde | 1997-07-27 | 1 | -8/+23 |
* | Don't define HOST_DATA_START_ADDR, since gdb works without it the | bde | 1997-07-13 | 1 | -2/+3 |
* | Removed -I path to gdb's readline. This didn't do much in -current | bde | 1997-06-30 | 1 | -1/+0 |
* | gdb.info still needs a near-copy of hsuser.texinfo to avoid the | bde | 1997-06-30 | 1 | -0/+313 |
* | Don't depend upon the user structure having been aligned on a 8 KB boundary. | tegge | 1997-06-27 | 1 | -1/+12 |
* | Zap some unused debugging printfs that I accidently left in. | peter | 1997-06-27 | 1 | -5/+0 |
* | Support reading and writing of %fs and %gs (except from core files). | bde | 1997-06-07 | 3 | -5/+27 |
* | delete kcorelow.c, it didn't produce any code and broke init.c | gj | 1997-05-02 | 2 | -365/+2 |
* | Clean up merge from 2.2 (without spamming peter's changes) | pst | 1997-05-01 | 1 | -7/+4 |
* | Patch up init.c generation so that it works in -current.. It was trying | peter | 1997-05-01 | 1 | -11/+10 |
* | Fix include of <sys/dir.h> to <dirent.h> - it hits a #warning | peter | 1997-05-01 | 1 | -1/+1 |
* | Fix up a spurious '@' I added at the last second | pst | 1997-05-01 | 1 | -4/+4 |
* | Merge from 2.2: auto-gen init.c and add ser-tcp.c | pst | 1997-05-01 | 2 | -64/+53 |
* | Fetch the registers from struct members in the pcb instead of | bde | 1997-04-30 | 1 | -28/+19 |
* | Backed out previous change. It just gave a more verbose Makefile by | bde | 1997-04-30 | 1 | -3/+1 |
* | change kvm-fbsd.c so that kernel debugging works again. | gj | 1997-04-27 | 3 | -9/+407 |
* | Activate gdbserver and gdbreplay | pst | 1997-04-26 | 4 | -7/+7 |
* | This commit was generated by cvs2svn to compensate for changes in r25149, | pst | 1997-04-25 | 2 | -0/+450 |
|\ |
|
| * | Initial import of gdbserver FreeBSD support | pst | 1997-04-25 | 2 | -0/+450 |
* | | This commit was generated by cvs2svn to compensate for changes in r25147, | pst | 1997-04-25 | 1 | -0/+17 |
|\ \
| |/ |
|
| * | Initial import of gdbreplay build structure | pst | 1997-04-25 | 1 | -0/+17 |
* | Attempt to patch up gdb so that it has a chance of working with the new | peter | 1997-04-07 | 4 | -3/+358 |
* | generate c-exp.c, f-exp.c and m2-exp.c with yacc rather than using | peter | 1997-03-29 | 1 | -2/+5 |
* | Protect against multiple inclusion (All the CFLAGS+= items make the cc | peter | 1997-03-29 | 1 | -1/+4 |
* | delete the LINKS line (link gdb to kgdb) by popular demand. | gj | 1997-03-15 | 1 | -3/+1 |
* | add LINKS line to Makefile to automatically produce a link to kgdb | gj | 1997-03-12 | 2 | -1/+10 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 2 | -2/+2 |
* | Oops, the last commit shouldn't have removed floatformat.c. | bde | 1997-02-15 | 1 | -1/+1 |
* | Don't use the private version of vasprintf(). It doesn't understand | bde | 1997-02-15 | 1 | -7/+4 |