[PATCH v4 1/3] disass: Add /x modifier to print offsets in hex

Fam Zheng fam@euphon.net
Fri Sep 25 19:50:26 GMT 2020


On Fri, Sep 25, 2020 at 7:17 PM Eli Zaretskii <eliz@gnu.org> wrote:
>
> > From: fam@euphon.net
> > Cc: Eli Zaretskii <eliz@gnu.org>,
> >       Andrew Burgess <andrew.burgess@embecosm.com>,
> >       fam@euphon.net,
> >       Pedro Alves <pedro@palves.net>,
> >       Simon Marchi <simark@simark.ca>,
> >       Andreas Schwab <schwab@linux-m68k.org>
> > Date: Fri, 25 Sep 2020 19:53:39 +0100
> >
> > gdb/ChangeLog:
> >
> > 2020-09-25  Fam Zheng  <famzheng@amazon.com>
> >
> >       * NEWS: Mention the /x modifier of disass.
> >       * cli/cli-cmds.c: Parse /x modifier for disass.
> >       * disasm.c: Handle /x modifier.
> >       * disasm.h: Add a new flag for /x modifier.
> >       * record.c: Parse /x modifier.
>
> Each log entry should name the function(s) in which you made the
> changes.  See the GNU Coding Standards for more details about the
> ChangeLog format we use.

OK, thanks for pointing out!

Fam


More information about the Gdb-patches mailing list