freebsd-nq/gnu/usr.bin/binutils/gdb
Bruce Evans a511e4a787 Fetch the registers from struct members in the pcb instead of
punning the pcb to an array of ints and using magic indices to
access values in it.  This should prevent silent breakage from
changes in the pcb.

Supply 0 for unavailable registers instead of punning the tss to
an array of ints and using magic indices to access garbage values
in it.  (The registers are in the pcb; there is nothing interesting
in the tss.  This should change someday.  At least for dumps, all
the registers should be saved, and common_tss is a good place to
put them.)

Removed ancient wrong (disabled) method for reading eip.
1997-04-30 15:33:56 +00:00
..
i386 Fetch the registers from struct members in the pcb instead of 1997-04-30 15:33:56 +00:00
config.h changes required in the gdb directory for making gdb 1997-01-15 22:37:09 +00:00
gdb.1 change kvm-fbsd.c so that kernel debugging works again. 1997-04-27 21:36:49 +00:00
kvm-fbsd.c Fetch the registers from struct members in the pcb instead of 1997-04-30 15:33:56 +00:00
Makefile Backed out previous change. It just gave a more verbose Makefile by 1997-04-30 15:23:02 +00:00