Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* Moving forward with gdb sh native support?
@ 2018-03-22  1:37 Rich Felker
  2018-03-22  9:02 ` John Paul Adrian Glaubitz
  2018-03-22 11:45 ` Simon Marchi
  0 siblings, 2 replies; 4+ messages in thread
From: Rich Felker @ 2018-03-22  1:37 UTC (permalink / raw)
  To: gdb
  Cc: John Paul Adrian Glaubitz, Hector Oron, Nobuhiro Iwamatsu,
	takasi-y, debian-superh, linux-sh

I've recently gotten a chance to get back into gdb support for the sh
architecture, and have a series of related patches I'm going to be
submitting upstream soon. The ones that aren't specific to
SH2/J2/nommu stuff are adding support for software single-step (the
hardware single-step assumed in the current linux-sh-low does not seem
to be supported, as least not by Linux, on the vast majority of real
and emulated hardware) and some minor bugfix prerequisites for that.
Currently my changes here only cover gdbserver since there's no
upstream sh-native support in gdb.

In conjunction with this I began looking again at the old sh native
patches, which Adrian Glaubitz has been maintaining for the Debian
side here:

https://github.com/glaubitz/binutils-gdb/commits/linux-sh

Having just looked at the gdbserver-side code for linux-sh, it looks
like there's a nontrivial amount of code duplication, and like there
will be even more if I copy my branch decoding (sh_get_next_pcs) code
for single-step over.

Is this how it's supposed to be, or is there a recommended way to
refactor it to share code between gdb and gdbserver? If so, does it
make sense to go forward with the existing patches for sh native and
then tweak to share some things, or would it make more sense to redo
the native support along with a heavier refactoring?

I know lack of sh native support has been a longstanding issue and
Adrian has been doing a likely-painful job of keeping the patches
up-to-date for a long time now, so whatever we do I hope we can work
out a solution that gets it upstream soon.

Rich


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

end of thread, other threads:[~2018-03-23  2:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-22  1:37 Moving forward with gdb sh native support? Rich Felker
2018-03-22  9:02 ` John Paul Adrian Glaubitz
2018-03-23  2:09   ` NIIBE Yutaka
2018-03-22 11:45 ` Simon Marchi

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