[PATCH v3 0/3] disass: Add /x modifier

Fam Zheng fam@euphon.net
Fri Sep 25 18:30:33 GMT 2020


On Fri, Sep 25, 2020 at 5:41 PM Eli Zaretskii <eliz@gnu.org> wrote:
>
> > From: fam@euphon.net
> > Date: Fri, 25 Sep 2020 18:25:29 +0100
> > Cc: fam@euphon.net, Simon Marchi <simark@simark.ca>,
> >  Andreas Schwab <schwab@linux-m68k.org>
> >
> > From: Fam Zheng <famzheng@amazon.com>
> >
> > 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(-)
>
> The documentation parts are okay, thanks.
>
> (But where are the ChangeLog entries?)

Hmm, not used to working with ChangeLog yet. Will respin.

Fam


More information about the Gdb-patches mailing list