* configure.ac: Define HAVE_LINUX_REGSETS even if PTRACE_GETREGS
authorDaniel Jacobowitz <drow@false.org>
Wed, 13 Jul 2005 15:21:02 +0000 (15:21 +0000)
committerDaniel Jacobowitz <drow@false.org>
Wed, 13 Jul 2005 15:21:02 +0000 (15:21 +0000)
commite9d25b9800c6f642ae0fe10a0fa57d079d84ff6e
treeeff685623f742c5dda706a2ca61b4ebb08a44130
parenta06660f79997c37a351afbce6ce75bd0c3de1276
* configure.ac: Define HAVE_LINUX_REGSETS even if PTRACE_GETREGS
is not available.  Define HAVE_PTRACE_GETREGS if it is.
* config.in, configure: Regenerated.
* configure.srv: Set srv_linux_regsets for PowerPC and PowerPC64.
* linux-i386-low.c, linux-m68k-low.c: Update to use
HAVE_PTRACE_GETREGS.
* linux-low.c (regsets_fetch_inferior_registers)
(regsets_store_inferior_registers): Only return 0 if we processed
GENERAL_REGS.
* linux-ppc-low.c (ppc_fill_gregset, target_regsets): New.
* linux-ppc64-low.c (ppc_fill_gregset, target_regsets): New.
gdb/gdbserver/ChangeLog
gdb/gdbserver/config.in
gdb/gdbserver/configure
gdb/gdbserver/configure.ac
gdb/gdbserver/configure.srv
gdb/gdbserver/linux-i386-low.c
gdb/gdbserver/linux-low.c
gdb/gdbserver/linux-m68k-low.c
gdb/gdbserver/linux-ppc-low.c
gdb/gdbserver/linux-ppc64-low.c
This page took 0.025259 seconds and 4 git commands to generate.