public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] gdbserver: Fix support for S390 TDB
@ 2014-12-09 13:59 Andreas Arnez
  2014-12-09 13:59 ` [PATCH v3 2/3] gdbserver: Prevent stale/random values in register cache Andreas Arnez
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Andreas Arnez @ 2014-12-09 13:59 UTC (permalink / raw)
  To: gdb-patches

This is a follow-up to patch 2 of the series called "S390: Fixes for
gdbserver on targets with TDB".  The last version of that patch was
here:

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

This new version is split up in three patches and contains the following
changes:

* Invalidate the register cache whenever we are about to fetch the
  register values from the inferior.

* Instead of passing NULL to the regset store function upon ENODATA from
  ptrace, just suppress its invocation, since the registers are now
  "unavailable" by default.  Consequently no longer handle NULL in
  s390_store_tdb or arm_store_wmmxregset.

* Suppress calling the register store function upon other errors from
  ptrace as well.

* Rephrase the while()-loops as for()-loops in regsets_fetch_- and
  -_store_inferior_registers, for improved readability.

Tested on S390 and i386.

Andreas Arnez (3):
  gdbserver: Rephrase loops in regsets_fetch/store_inferior_registers
  gdbserver: Prevent stale/random values in register cache
  S390: Fix gdbserver support for TDB

 gdb/gdbserver/linux-low.c      |   38 +++++++++++++-------------------------
 gdb/gdbserver/linux-s390-low.c |   31 +++++++++++++++++++++----------
 gdb/gdbserver/regcache.c       |    5 +++++
 3 files changed, 39 insertions(+), 35 deletions(-)

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-12-11 20:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-09 13:59 [PATCH v3 0/3] gdbserver: Fix support for S390 TDB Andreas Arnez
2014-12-09 13:59 ` [PATCH v3 2/3] gdbserver: Prevent stale/random values in register cache Andreas Arnez
2014-12-10 19:14   ` Ulrich Weigand
2014-12-11 17:05     ` Andreas Arnez
2014-12-09 13:59 ` [PATCH v3 1/3] gdbserver: Rephrase loops in regsets_fetch/store_inferior_registers Andreas Arnez
2014-12-09 13:59 ` [PATCH v3 3/3] S390: Fix gdbserver support for TDB Andreas Arnez
2014-12-10 19:16   ` Ulrich Weigand
2014-12-11 17:04     ` Andreas Arnez
2014-12-11 20:16       ` Ulrich Weigand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).