public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v7 0/3] disass: Add /x modifier
@ 2020-09-26  8:50 fam
  2020-09-26  8:50 ` [PATCH v7 1/3] disass: Add /x modifier to print offsets in hex fam
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: fam @ 2020-09-26  8:50 UTC (permalink / raw)
  To: gdb-patches
  Cc: Eli Zaretskii, fam, Andreas Schwab, Pedro Alves, Andrew Burgess,
	Simon Marchi

From: Fam Zheng <famzheng@amazon.com>

v7: Fix texinfo node name in ChangeLog. [Eli]

v6: Add texinfo section name in ChangeLog. [Eli]

v5: Add function names in ChangeLog. [Eli]

v4: Add ChangeLog entries. [Eli]

v3: Add a test, more doc, and drop tmp buffer. [Andreas, Simon, Pedro]

This is a new modifier for disass command, to print offsets in hex. This
reduces pain for low level debugging (Linux kernel, Xen, etc.) when the
backtraces from dmesg are in hex - no manual converting needed to do a cross
matching when looking at both sides at the same time.

Fam Zheng (3):
  disass: Add /x modifier to print offsets in hex
  disass: Add test for /x mode
  disass: Add texinfo doc for the /x modifier

 gdb/NEWS                                |  3 ++
 gdb/cli/cli-cmds.c                      | 17 +++++++----
 gdb/disasm.c                            |  5 +++-
 gdb/disasm.h                            |  1 +
 gdb/doc/gdb.texinfo                     | 38 +++++++++++++++++++------
 gdb/record.c                            |  3 ++
 gdb/testsuite/gdb.base/disasm-optim.exp |  7 +++++
 7 files changed, 59 insertions(+), 15 deletions(-)

-- 
2.25.1



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

end of thread, other threads:[~2020-11-12 20:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-26  8:50 [PATCH v7 0/3] disass: Add /x modifier fam
2020-09-26  8:50 ` [PATCH v7 1/3] disass: Add /x modifier to print offsets in hex fam
2020-10-12  9:56   ` Fam Zheng
2020-10-12 15:05     ` Eli Zaretskii
2020-11-12 20:16   ` Tom Tromey
2020-09-26  8:50 ` [PATCH v7 2/3] disass: Add test for /x mode fam
2020-11-12 20:17   ` Tom Tromey
2020-09-26  8:50 ` [PATCH v7 3/3] disass: Add texinfo doc for the /x modifier fam

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