Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/4] Split up s390-linux-tdep.c
@ 2017-11-23 15:37 Philipp Rudo
  2017-11-23 15:37 ` [PATCH 4/4] Add comments to uncommented functions in s390-linux-tdep.c Philipp Rudo
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Philipp Rudo @ 2017-11-23 15:37 UTC (permalink / raw)
  To: gdb-patches; +Cc: Andreas Arnez, Ulrich Weigand

Hi everybody

This patch set splits up the s390 tdep code followed by some minor clean up
and coding style fixes.  It originates from my Linux kernel feature and
helps adding the new Linux kernel 'OS' to s390 while keeping the code
manageable.  I want to bring the set upstream in advance of the rest of the
kernel debugging feature as nearly all changes to s390-linux-tdep.c cause
merge conflicts making the maintenance off-tree extremely labor intensive
and error prone.

Thanks
Philipp

Philipp Rudo (4):
  Split up s390-linux-tdep.c into two files
  Clean up s390-linux-tdep.c
  Add comments to uncommented functions in s390-tdep.c
  Add comments to uncommented functions in s390-linux-tdep.c

 gdb/Makefile.in       |    3 +
 gdb/configure.tgt     |    4 +-
 gdb/s390-linux-nat.c  |    1 +
 gdb/s390-linux-tdep.c | 2933 +++----------------------------------------------
 gdb/s390-linux-tdep.h |  194 +---
 gdb/s390-tdep.c       | 2658 ++++++++++++++++++++++++++++++++++++++++++++
 gdb/s390-tdep.h       |  386 +++++++
 7 files changed, 3202 insertions(+), 2977 deletions(-)
 create mode 100644 gdb/s390-tdep.c
 create mode 100644 gdb/s390-tdep.h

-- 
2.13.5


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

end of thread, other threads:[~2017-11-28 19:31 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-23 15:37 [PATCH 0/4] Split up s390-linux-tdep.c Philipp Rudo
2017-11-23 15:37 ` [PATCH 4/4] Add comments to uncommented functions in s390-linux-tdep.c Philipp Rudo
2017-11-23 15:37 ` [PATCH 3/4] Add comments to uncommented functions in s390-tdep.c Philipp Rudo
2017-11-23 15:38 ` [PATCH 2/4] Clean up s390-linux-tdep.c Philipp Rudo
2017-11-23 15:38 ` [PATCH 1/4] Split up s390-linux-tdep.c into two files Philipp Rudo
2017-11-23 20:26   ` Ulrich Weigand
2017-11-24 16:55     ` Philipp Rudo
2017-11-24 19:25       ` Ulrich Weigand
2017-11-28  9:34         ` Philipp Rudo
2017-11-28 19:31           ` Ulrich Weigand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox