public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Disassembler Styling And The Python API
@ 2023-04-04  8:21 Andrew Burgess
  2023-04-04  8:21 ` [PATCH 1/5] gdb/doc: improve Python Disassembler API documentation Andrew Burgess
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Andrew Burgess @ 2023-04-04  8:21 UTC (permalink / raw)
  To: gdb-patches; +Cc: Andrew Burgess

This series extends the Python disassembler API to include styling
information.

Thanks,
Andrew


---

Andrew Burgess (5):
  gdb/doc: improve Python Disassembler API documentation
  gdb/python: implement __repr__ methods for py-disasm.c types
  gdb/python: implement DisassemblerResult.__str__ method
  gdb/python: rework how the disassembler API reads the result object
  gdb/python: extend the Python Disassembler API to allow for styling

 gdb/NEWS                               |  22 +
 gdb/doc/python.texi                    | 344 +++++++++-
 gdb/python/py-disasm.c                 | 897 ++++++++++++++++++++++---
 gdb/testsuite/gdb.python/py-disasm.exp |  93 ++-
 gdb/testsuite/gdb.python/py-disasm.py  | 246 +++++--
 5 files changed, 1438 insertions(+), 164 deletions(-)


base-commit: 60a13bbcdfb0ce008a77563cea0c34c830d7b170
-- 
2.25.4


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

end of thread, other threads:[~2023-05-12 17:43 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-04  8:21 [PATCH 0/5] Disassembler Styling And The Python API Andrew Burgess
2023-04-04  8:21 ` [PATCH 1/5] gdb/doc: improve Python Disassembler API documentation Andrew Burgess
2023-04-04 11:36   ` Eli Zaretskii
2023-04-28 22:49     ` Andrew Burgess
2023-05-12 17:42       ` Andrew Burgess
2023-04-04  8:21 ` [PATCH 2/5] gdb/python: implement __repr__ methods for py-disasm.c types Andrew Burgess
2023-05-12 17:43   ` Andrew Burgess
2023-04-04  8:21 ` [PATCH 3/5] gdb/python: implement DisassemblerResult.__str__ method Andrew Burgess
2023-05-12 17:43   ` Andrew Burgess
2023-04-04  8:21 ` [PATCH 4/5] gdb/python: rework how the disassembler API reads the result object Andrew Burgess
2023-04-04 11:38   ` Eli Zaretskii
2023-04-04  8:21 ` [PATCH 5/5] gdb/python: extend the Python Disassembler API to allow for styling Andrew Burgess
2023-04-04 12:01   ` Eli Zaretskii
2023-04-28 23:11     ` Andrew Burgess
2023-04-17 16:25   ` Tom Tromey
2023-04-28 23:09     ` [PATCHv2 " 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).