freebsd-skq/gnu/usr.bin/gdb
bde d6d51045f3 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
..
bfd changes required in the bfd directory for making gdb 1997-01-15 22:28:25 +00:00
doc Simplify it using SRCDIR 1997-01-16 17:58:14 +00:00
gdb Fetch the registers from struct members in the pcb instead of 1997-04-30 15:33:56 +00:00
gdbreplay Activate gdbserver and gdbreplay 1997-04-26 17:34:05 +00:00
gdbserver Activate gdbserver and gdbreplay 1997-04-26 17:34:05 +00:00
libiberty Oops, the last commit shouldn't have removed floatformat.c. 1997-02-15 16:24:41 +00:00
Makefile Activate gdbserver and gdbreplay 1997-04-26 17:34:05 +00:00
Makefile.inc Activate gdbserver and gdbreplay 1997-04-26 17:34:05 +00:00