Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] Minor cleanups in disassemble code
@ 2024-03-21 18:10 Tom Tromey
  2024-03-21 18:10 ` [PATCH 1/3] Constify get_disassembler_options Tom Tromey
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Tom Tromey @ 2024-03-21 18:10 UTC (permalink / raw)
  To: gdb-patches

I happened to look at the disassemble code today, and I saw a few
minor changes that, IMO, make it a bit cleaner.

Regression tested on x86-64 Fedora 38.

---
Tom Tromey (3):
      Constify get_disassembler_options
      Remove some unnecessary casts
      Use std::string for disassembler options

 gdb/arc-tdep.c            | 15 +++++++--------
 gdb/arch-utils.c          |  6 +++---
 gdb/arm-tdep.c            |  6 +++---
 gdb/disasm.c              | 22 +++++++++-------------
 gdb/disasm.h              |  2 +-
 gdb/gdbarch-gen.h         |  4 ++--
 gdb/gdbarch.c             |  6 +++---
 gdb/gdbarch_components.py |  2 +-
 gdb/mips-tdep.c           | 14 +++++++-------
 gdb/riscv-tdep.c          |  2 +-
 gdb/rs6000-tdep.c         |  2 +-
 gdb/s390-tdep.c           |  2 +-
 12 files changed, 39 insertions(+), 44 deletions(-)
---
base-commit: acaf48b921453c37fc2df4151699c912940bcd25
change-id: 20240321-disassemble-cleanup-5da01a245e74

Best regards,
-- 
Tom Tromey <tromey@adacore.com>


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

end of thread, other threads:[~2024-03-22 19:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-21 18:10 [PATCH 0/3] Minor cleanups in disassemble code Tom Tromey
2024-03-21 18:10 ` [PATCH 1/3] Constify get_disassembler_options Tom Tromey
2024-03-21 18:10 ` [PATCH 2/3] Remove some unnecessary casts Tom Tromey
2024-03-21 18:10 ` [PATCH 3/3] Use std::string for disassembler options Tom Tromey
2024-03-22 17:59 ` [PATCH 0/3] Minor cleanups in disassemble code John Baldwin
2024-03-22 19:12   ` Tom Tromey

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