This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]