public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] RISC-V Disassembler Options Support
@ 2021-11-25 17:40 Andrew Burgess
  2021-11-25 17:40 ` [PATCH 1/2] opcodes/riscv: add disassembler options support to libopcodes Andrew Burgess
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Andrew Burgess @ 2021-11-25 17:40 UTC (permalink / raw)
  To: gdb-patches, binutils; +Cc: Simon Cook, Nelson Chu, Andrew Burgess

This series is a refresh of this patch that was never merged:

  https://sourceware.org/pipermail/binutils/2021-January/114944.html

I actually created this series from scratch, copying code from the
MIPS implementation, and it was only when I was reviewing the change
prior to posting that it all seemed very familiar, and I remembered
Simon's earlier work.

I believe I've addressed the review feedback from the earlier thread,
except that I have retained the help text that lists the valid
priv-spec values - not printing the valid values seems like a really
bad idea to me, so I'd prefer we kept that in.

All feedback welcome.

Thanks,
Andrew

---

Andrew Burgess (2):
  opcodes/riscv: add disassembler options support to libopcodes
  gdb: add risc-v disassembler options support

 gdb/riscv-tdep.c    |   8 +++
 include/ChangeLog   |   5 ++
 include/dis-asm.h   |   1 +
 opcodes/ChangeLog   |   9 +++
 opcodes/riscv-dis.c | 147 +++++++++++++++++++++++++++++++++++++++++---
 5 files changed, 161 insertions(+), 9 deletions(-)

-- 
2.25.4


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

end of thread, other threads:[~2021-11-26 10:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-25 17:40 [PATCH 0/2] RISC-V Disassembler Options Support Andrew Burgess
2021-11-25 17:40 ` [PATCH 1/2] opcodes/riscv: add disassembler options support to libopcodes Andrew Burgess
2021-11-25 17:40 ` [PATCH 2/2] gdb: add risc-v disassembler options support Andrew Burgess
2021-11-26  7:48 ` [PATCH 0/2] RISC-V Disassembler Options Support Nelson Chu
2021-11-26 10:22   ` Andrew Burgess

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).