* i386-linux-nat.c (ORIG_EAX): Define to -1 if not already
authorMark Kettenis <kettenis@gnu.org>
Sat, 9 Nov 2002 21:31:12 +0000 (21:31 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sat, 9 Nov 2002 21:31:12 +0000 (21:31 +0000)
commitce556f853977ba8b2df2321a48a7f29697b9c444
tree20a31b56c20479a0475a10638d9b7ecca27667b6
parent932bb5249e2a85de849b8cf07b3b74a4816a4d21
* i386-linux-nat.c (ORIG_EAX): Define to -1 if not already
defined.
(regmap): Extend to cover all registers.
(PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE,
OLD_CANNOT_FETCH_REGISTERS, OLD_CANNOT_STORE_REGISTERS): Remove
definitions.
(fetch_register, sore_register): Simplify.
(old_fetch_inferior_registers, old_store_inferior_registers):
Remove functions.
(cannot_fetch_register, cannot_store_register): Change
implementation to use regmap array to decide which registers
cannot be fetched/stored.  This removes $orig_eax from the
registers that cannot be fetched/stored.
(fetch_inferior_registers): Call fetch_register directly instead
of calling old_fetch_inferior_registers.
(store_inferior_registers): Call store_register directly instead
of calling old_store_inferior_registers.
(i386_linux_dr_get): Replace PT_READ_U with PTRACE_PEEKUSER.
(i386_linux_dr_set): Replace PT_WRITE_U with PTRACE_POKEUSER.
* config/i386/nm-linux.h (U_REGS_OFFSET): Remove definition.
gdb/ChangeLog
gdb/config/i386/nm-linux.h
gdb/i386-linux-nat.c
This page took 0.025421 seconds and 4 git commands to generate.