index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gnu
/
usr.bin
/
gdb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reconnect gdb info file to the build.
sheldonh
2002-07-01
1
-2
/
+2
*
Upgrade for readline 4.2
ache
2001-04-11
1
-45
/
+29
*
A bandaid to try and make this buildable. This should probably be
peter
2000-03-20
1
-4
/
+27
*
Remove old bmake framework for gdb. It has moved to live next to binutils.
dfr
1999-05-02
23
-5425
/
+0
*
Make gdb work with kernel after the SMP vmspace sharing changes.
luoqi
1999-04-28
2
-15
/
+74
*
echo -> ${ECHO}.
bde
1999-04-03
1
-2
/
+2
*
Fixed breakage of gdbreplay's and gdbserver's BINDIR in previous commit.
bde
1998-10-15
2
-8
/
+4
*
Install gdb in /usr/lib/aout or /usr/lib/elf depending on format.
peter
1998-10-15
1
-1
/
+7
*
Fix GDB so that it can handle ELF core dumps.
jdp
1998-09-14
4
-7
/
+48
*
Missed some BINFORMATs. Fingers! Can't live with 'em. Can't live without 'em.
jb
1998-08-30
1
-4
/
+4
*
BINFORMAT -> OBJFORMAT ready for E-day. I tossed a coin to decide this
jb
1998-08-30
1
-2
/
+2
*
Fixed printf format errors.
bde
1998-06-30
1
-2
/
+2
*
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
[next]