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
/
binutils
/
gdb
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bmake bits for GDB 5.2.
obrien
2002-06-30
1
-4
/
+0
*
Bmake bits for GDB 5.2.
obrien
2002-06-29
5
-2016
/
+0
*
phsyical -> physical
bde
2002-05-27
1
-1
/
+1
*
Make our version tag unique due to our local changes.
mp
2002-05-14
1
-1
/
+2
*
Enhance GDB's abillity WRT stack traces where signal handlers are involved.
obrien
2002-03-27
2
-4
/
+53
*
Add missing &
peter
2002-02-08
1
-1
/
+1
*
Make this part compile and try and use the p_threads tailq. It might work
peter
2002-02-08
1
-2
/
+7
*
Catch up to the globaldata -> pcpu changes.
jhb
2001-12-12
1
-10
/
+10
*
*** empty log message ***
peter
2001-12-11
1
-4
/
+22
*
Compensate for "Compensate for header dethreading" by backing it out.
bde
2001-10-10
2
-2
/
+0
*
Remove the Xresume* labels from the i386 interrupt handlers; the
iedowse
2001-10-09
1
-2
/
+5
*
Catch up with the SMPng reduced interrupt frame size. The corresponding
iedowse
2001-10-08
1
-1
/
+1
*
Don't try to dereference a kernel pointer in userland; use offsetof()
fenner
2001-09-19
1
-1
/
+1
*
KSE Milestone 2
julian
2001-09-12
2
-24
/
+17
*
Dynamically adapt to kernbase changes on crashdumps, falling back to
peter
2001-08-24
1
-1
/
+19
*
Define _KERNEL as this grubs around where no userland should go.
obrien
2001-08-16
1
-0
/
+2
*
Use the real structure names explicitly. Note that this is mostly for
peter
2001-07-12
1
-0
/
+8
*
Compensate for dethreaded headers.
markm
2001-05-01
2
-0
/
+2
*
- Add #defines for the symbol names of the kernel interrupt, system
jake
2001-01-10
1
-29
/
+47
*
Fix gdb -k after jake's most recent commit. The gd_XXX symbols are now
peter
2001-01-07
1
-1
/
+1
*
Use macro API to <sys/queue.h>
phk
2000-12-31
1
-1
/
+1
*
Fix an annoying message ``gdb: ptrace(PT_GETDBREGS) failed: No such process''
joerg
2000-12-26
1
-0
/
+15
*
Catch up to the new kinfo_proc.
jhb
2000-12-12
2
-3
/
+3
*
Add `_PATH_DEVZERO'.
obrien
2000-12-09
1
-1
/
+4
*
Implement the GDB counterpart to use hardware watchpoints in connection
joerg
2000-08-17
2
-0
/
+256
*
Add support for debugging programs using libc_r's implementation of
dfr
2000-04-29
2
-14
/
+12
*
Fix placement of signal trampoline.
dt
1999-06-13
1
-2
/
+2
*
* Add bmake framework for using gdb alongside binutils. The old bmake
dfr
1999-05-02
5
-53
/
+30
*
Make gdb work with kernel after the SMP vmspace sharing changes.
luoqi
1999-04-28
2
-15
/
+74
*
Fix GDB so that it can handle ELF core dumps.
jdp
1998-09-14
1
-1
/
+42
*
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
*
Add support for ELF shared libraries. Also use bfd from the binutils in that
dfr
1998-04-30
1
-0
/
+7
*
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
*
Support 4MB pages.
bde
1997-07-27
1
-8
/
+23
*
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
*
Fetch the registers from struct members in the pcb instead of
bde
1997-04-30
1
-28
/
+19
*
change kvm-fbsd.c so that kernel debugging works again.
gj
1997-04-27
1
-8
/
+19
*
Attempt to patch up gdb so that it has a chance of working with the new
peter
1997-04-07
3
-0
/
+355
[next]