public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
From: Andrew Burgess <aburgess@sourceware.org>
To: gdb-cvs@sourceware.org
Subject: [binutils-gdb] gdb: handle dis_style_sub_mnemonic disassembler style
Date: Mon, 25 Jul 2022 13:28:12 +0000 (GMT)	[thread overview]
Message-ID: <20220725132812.B6C7B3875A3D@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=90ed15932111ce37c4187163dd9279ef1798f24e

commit 90ed15932111ce37c4187163dd9279ef1798f24e
Author: Andrew Burgess <aburgess@redhat.com>
Date:   Mon Jul 25 14:26:24 2022 +0100

    gdb: handle dis_style_sub_mnemonic disassembler style
    
    In commit:
    
      commit 4f46c0bc36471b725de0253bfec1a42a36e2c5c5
      Date:   Mon Jul 4 17:45:25 2022 +0100
    
          opcodes: add new sub-mnemonic disassembler style
    
    I added a new disassembler style dis_style_sub_mnemonic, but forgot to
    add GDB support for this style.  Fix this oversight in this commit.

Diff:
---
 gdb/disasm.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gdb/disasm.c b/gdb/disasm.c
index cf27a32fbe7..db6724757ac 100644
--- a/gdb/disasm.c
+++ b/gdb/disasm.c
@@ -296,6 +296,7 @@ gdb_printing_disassembler::fprintf_styled_func (void *dis_info,
   switch (style)
     {
     case dis_style_mnemonic:
+    case dis_style_sub_mnemonic:
     case dis_style_assembler_directive:
       fputs_styled (txt, disasm_mnemonic_style.style (), stream);
       break;


                 reply	other threads:[~2022-07-25 13:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220725132812.B6C7B3875A3D@sourceware.org \
    --to=aburgess@sourceware.org \
    --cc=gdb-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).