summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/gdb/kvm-fbsd.c
Commit message (Expand)AuthorAgeFilesLines
* Garbage collect gnu/usr.bin/binutils/{gasp,gdb,gdbreplay}, as these havedim2010-11-111-502/+0
* Sperate out the MD parts of kvm-fbsd to get rid of the #ifdef maze.obrien2004-06-111-273/+8
* Use pcbp->pcb_ufp for UltraSparc vs. ->pcb_fp.obrien2004-05-101-2/+2
* Follow existing GDB style for frame_info vars.obrien2004-01-261-5/+5
* Remove trailing white space.obrien2004-01-261-5/+5
* Attempt to automatically read in kernel module symbols when a liveiedowse2003-03-211-1/+30
* Add support for sparc64 kernel debugging.mp2002-10-211-5/+64
* Fix function parameter lists to be correct and eliminate compiler warnings.mp2002-10-121-3/+4
* Stop using 3 distinct and far varied coding styles in a single file.obrien2002-09-181-280/+277
* Recognize frames for lcall_syscall and int0x80_syscall.peter2002-07-281-2/+4
* Stop trying to reimplement libkvm on i386. Instead use it directly andobrien2002-07-101-824/+422
* Dike out bits specific to i386. This pretty much means no kgdb forobrien2002-06-301-10/+34
* Bmake bits for GDB 5.2.obrien2002-06-291-3/+15
* phsyical -> physicalbde2002-05-271-1/+1
* Add missing &peter2002-02-081-1/+1
* Make this part compile and try and use the p_threads tailq. It might workpeter2002-02-081-2/+7
* Catch up to the globaldata -> pcpu changes.jhb2001-12-121-10/+10
* *** empty log message ***peter2001-12-111-4/+22
* Compensate for "Compensate for header dethreading" by backing it out.bde2001-10-101-1/+0
* Remove the Xresume* labels from the i386 interrupt handlers; theiedowse2001-10-091-2/+5
* Catch up with the SMPng reduced interrupt frame size. The correspondingiedowse2001-10-081-1/+1
* Don't try to dereference a kernel pointer in userland; use offsetof()fenner2001-09-191-1/+1
* KSE Milestone 2julian2001-09-121-5/+9
* Dynamically adapt to kernbase changes on crashdumps, falling back topeter2001-08-241-1/+19
* Define _KERNEL as this grubs around where no userland should go.obrien2001-08-161-0/+2
* Compensate for dethreaded headers.markm2001-05-011-0/+1
* - Add #defines for the symbol names of the kernel interrupt, systemjake2001-01-101-29/+47
* Fix gdb -k after jake's most recent commit. The gd_XXX symbols are nowpeter2001-01-071-1/+1
* Use macro API to <sys/queue.h>phk2000-12-311-1/+1
* Catch up to the new kinfo_proc.jhb2000-12-121-2/+2
* Add `_PATH_DEVZERO'.obrien2000-12-091-1/+4
* * Add bmake framework for using gdb alongside binutils. The old bmakedfr1999-05-021-42/+19
* Make gdb work with kernel after the SMP vmspace sharing changes.luoqi1999-04-281-12/+73
* 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
* 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-181-38/+0
* 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
* #include <machine/tss.h> explicitlypeter1997-10-101-0/+1
* Support 4MB pages.bde1997-07-271-8/+23
* Support reading and writing of %fs and %gs (except from core files).bde1997-06-071-1/+3
* Fetch the registers from struct members in the pcb instead ofbde1997-04-301-28/+19
* change kvm-fbsd.c so that kernel debugging works again.gj1997-04-271-8/+19
* changes required in the gdb directory for making gdbgj1997-01-151-0/+941
OpenPOWER on IntegriCloud