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 0/2] S390: Fixes for gdbserver on targets with TDB


On S390 targets with the transactional execution feature gdbserver has
some problems: It terminates early with a 31-bit inferior, and the
transaction diagnostic block (TDB) is always indicated as unavailable,
even if the inferior was stopped in a transaction.

These two patches fix these issues.

OK to apply?

Andreas Arnez (2):
  S390: Fix 'expedite' for s390-te-linux64
  S390: Fix gdbserver support for TDB

 gdb/features/Makefile              |    2 +-
 gdb/gdbserver/linux-low.c          |   11 ++++++++-
 gdb/gdbserver/linux-s390-low.c     |   45 ++++++++++++++++++++++++++++--------
 gdb/regformats/s390-te-linux64.dat |    2 +-
 4 files changed, 47 insertions(+), 13 deletions(-)

-- 
1.7.9.5


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