public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Use libopcodes disassembler styling with GDB
@ 2022-06-17 10:36 Andrew Burgess
  2022-06-17 10:36 ` [PATCH 1/2] gdb: have gdb_disassemble_info carry 'this' in its stream pointer Andrew Burgess
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Andrew Burgess @ 2022-06-17 10:36 UTC (permalink / raw)
  To: gdb-patches; +Cc: Andrew Burgess

libopcodes is slowly gaining the ability to provide styling
information for its disassembler output.

This series extends GDB to make use of this information where possible
(currently only i386 based architectures and RISC-V).

---

Andrew Burgess (2):
  gdb: have gdb_disassemble_info carry 'this' in its stream pointer
  gdb: add support for disassembler styling using libopcodes

 gdb/NEWS            |  28 ++++++
 gdb/cli/cli-style.c | 107 ++++++++++++++++++++--
 gdb/cli/cli-style.h |  28 ++++--
 gdb/disasm.c        | 217 +++++++++++++++++++++++++++++++++++++++++---
 gdb/disasm.h        |  81 ++++++++++++-----
 gdb/doc/gdb.texinfo | 100 +++++++++++++++++++-
 6 files changed, 503 insertions(+), 58 deletions(-)

-- 
2.25.4


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

end of thread, other threads:[~2022-07-25 18:27 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-17 10:36 [PATCH 0/2] Use libopcodes disassembler styling with GDB Andrew Burgess
2022-06-17 10:36 ` [PATCH 1/2] gdb: have gdb_disassemble_info carry 'this' in its stream pointer Andrew Burgess
2022-06-17 10:36 ` [PATCH 2/2] gdb: add support for disassembler styling using libopcodes Andrew Burgess
2022-06-17 11:16   ` Eli Zaretskii
2022-06-30 12:22     ` Andrew Burgess
2022-06-30 13:46       ` Eli Zaretskii
2022-07-04 10:15         ` Andrew Burgess
2022-07-20  2:09   ` Simon Marchi
2022-07-20 13:14     ` [PATCH 0/2] Fix some undefined haviour bugs in Python disassembler API Andrew Burgess
2022-07-20 13:14       ` [PATCH 1/2] gdb: fix use of uninitialised gdb_printing_disassembler::m_in_comment Andrew Burgess
2022-07-20 14:21         ` Simon Marchi
2022-07-20 13:14       ` [PATCH 2/2] gdb/python: fix invalid use disassemble_info::stream Andrew Burgess
2022-07-25 18:27       ` [PATCH 0/2] Fix some undefined haviour bugs in Python disassembler API Andrew Burgess
2022-07-04 10:17 ` [PATCH 0/2] Use libopcodes disassembler styling with GDB Andrew Burgess
2022-07-11 14:18   ` 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).