[PATCH v4 0/4] gdbserver: Fix support for S390 TDB

Andreas Arnez arnez@linux.vnet.ibm.com
Fri Dec 12 10:17:00 GMT 2014


Last version here:

  https://sourceware.org/ml/gdb-patches/2014-12/msg00193.html

New in v4:

* Removed the #ifndef IN_PROCESS_AGENT in get_thread_regcache, since
  the whole routine is already under the same #ifndef.

* Added a comment to the handling of ENODATA from ptrace.

* Split out support for read-only regsets into a separate patch (now
  patch #3).


Andreas Arnez (4):
  gdbserver: Rephrase loops in regsets_fetch/store_inferior_registers
  gdbserver: Prevent stale/random values in register cache
  gdbserver: Support read-only regsets in linux-low.c
  S390: Fix gdbserver support for TDB

 gdb/gdbserver/linux-low.c      | 42 ++++++++++++++++++------------------------
 gdb/gdbserver/linux-s390-low.c | 31 +++++++++++++++++++++----------
 gdb/gdbserver/regcache.c       |  3 +++
 3 files changed, 42 insertions(+), 34 deletions(-)

-- 
1.8.4.2



More information about the Gdb-patches mailing list