aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/gdb/i386
Commit message (Expand)AuthorAgeFilesLines
* Bmake bits for GDB 5.2.David E. O'Brien2002-06-301-4/+0
* Bmake bits for GDB 5.2.David E. O'Brien2002-06-295-2016/+0
* phsyical -> physicalBruce Evans2002-05-271-1/+1
* Make our version tag unique due to our local changes.Mark Peek2002-05-141-1/+2
* Enhance GDB's abillity WRT stack traces where signal handlers are involved.David E. O'Brien2002-03-272-4/+53
* Add missing &Peter Wemm2002-02-081-1/+1
* Make this part compile and try and use the p_threads tailq. It might workPeter Wemm2002-02-081-2/+7
* Catch up to the globaldata -> pcpu changes.John Baldwin2001-12-121-10/+10
* *** empty log message ***Peter Wemm2001-12-111-4/+22
* Compensate for "Compensate for header dethreading" by backing it out.Bruce Evans2001-10-102-2/+0
* Remove the Xresume* labels from the i386 interrupt handlers; theIan Dowse2001-10-091-2/+5
* Catch up with the SMPng reduced interrupt frame size. The correspondingIan Dowse2001-10-081-1/+1
* Don't try to dereference a kernel pointer in userland; use offsetof()Bill Fenner2001-09-191-1/+1
* KSE Milestone 2Julian Elischer2001-09-122-24/+17
* Dynamically adapt to kernbase changes on crashdumps, falling back toPeter Wemm2001-08-241-1/+19
* Define _KERNEL as this grubs around where no userland should go.David E. O'Brien2001-08-161-0/+2
* Use the real structure names explicitly. Note that this is mostly forPeter Wemm2001-07-121-0/+8
* Compensate for dethreaded headers.Mark Murray2001-05-012-0/+2
* - Add #defines for the symbol names of the kernel interrupt, systemJake Burkholder2001-01-101-29/+47
* Fix gdb -k after jake's most recent commit. The gd_XXX symbols are nowPeter Wemm2001-01-071-1/+1
* Use macro API to <sys/queue.h>Poul-Henning Kamp2000-12-311-1/+1
* Fix an annoying message ``gdb: ptrace(PT_GETDBREGS) failed: No such process''Joerg Wunsch2000-12-261-0/+15
* Catch up to the new kinfo_proc.John Baldwin2000-12-122-3/+3
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-1/+4
* Implement the GDB counterpart to use hardware watchpoints in connectionJoerg Wunsch2000-08-172-0/+256
* Add support for debugging programs using libc_r's implementation ofDoug Rabson2000-04-292-14/+12
* Fix placement of signal trampoline.Dmitrij Tejblum1999-06-131-2/+2
* * Add bmake framework for using gdb alongside binutils. The old bmakeDoug Rabson1999-05-025-53/+30
* Make gdb work with kernel after the SMP vmspace sharing changes.Luoqi Chen1999-04-282-15/+74
* Fix GDB so that it can handle ELF core dumps.John Polstra1998-09-141-1/+42
* Fixed printf format errors.Bruce Evans1998-06-301-2/+2
* Don't attempt to read process context from the kernel when (theBruce Evans1998-05-121-2/+2
* Add support for ELF shared libraries. Also use bfd from the binutils in thatDoug Rabson1998-04-301-0/+7
* Fixed printing of %fs and %gs for live kernels.Bruce Evans1998-02-131-6/+8
* Fixed accesses to addresses between VM_MAXUSER_ADDRESS (normallyBruce Evans1998-01-191-12/+21
* Removed `kstack' and associated mistranslations in kvtophys().Bruce Evans1998-01-191-18/+1
* Fixed endless loop for `p/x *(int *)0xf0000000'. kvm_uread() inBruce Evans1998-01-181-7/+10
* Don't override FRAME_CHAIN(). If the current frame is valid, thenBruce Evans1998-01-182-53/+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-171-2/+9
* Exec dmesg and awk to print everything in the message bufferBruce Evans1997-12-191-1/+10
* Implemented "info float" for core files.Bruce Evans1997-11-231-36/+65
* #include <machine/tss.h> explicitlyPeter Wemm1997-10-101-0/+1
* Support 4MB pages.Bruce Evans1997-07-271-8/+23
* Don't depend upon the user structure having been aligned on a 8 KB boundary.Tor Egge1997-06-271-1/+12
* Zap some unused debugging printfs that I accidently left in.Peter Wemm1997-06-271-5/+0
* Support reading and writing of %fs and %gs (except from core files).Bruce Evans1997-06-073-5/+27
* Fetch the registers from struct members in the pcb instead ofBruce Evans1997-04-301-28/+19
* change kvm-fbsd.c so that kernel debugging works again.Gary Jennejohn1997-04-271-8/+19
* Attempt to patch up gdb so that it has a chance of working with the newPeter Wemm1997-04-073-0/+355