]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdbserver/ChangeLog
Use PTRACE_GETREGSET/SETREGSET in nios2 gdbserver.
authorSandra Loosemore <sandra@codesourcery.com>
Fri, 8 May 2015 19:32:43 +0000 (12:32 -0700)
committerSandra Loosemore <sandra@codesourcery.com>
Fri, 8 May 2015 19:32:43 +0000 (12:32 -0700)
commit21e94bd9f0888034c094e02c75d382d75340326c
tree6988b652ed3e9630d69b1203527caeceae3ff3a4
parentb73c49b7f6691cf1debb14dbce5b3222a7190314
Use PTRACE_GETREGSET/SETREGSET in nios2 gdbserver.

2015-05-08  Sandra Loosemore  <sandra@codesourcery.com>

gdb/gdbserver/
* linux-nios2-low.c: Include elf/common.h.  Adjust comments.
Remove HAVE_PTRACE_GETREGS conditionals.
(nios2_regsets): Use PTRACE_GETREGSET and PTRACE_SETREGSET
instead of PTRACE_GETREGS and PTRACE_SETREGS.
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-nios2-low.c