public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
From: "jengelh at inai dot de" <sourceware-bugzilla@sourceware.org>
To: gdb-prs@sourceware.org
Subject: [Bug cli/30208] New: Colors for `disas` inconsistent
Date: Tue, 07 Mar 2023 15:24:27 +0000	[thread overview]
Message-ID: <bug-30208-4717@http.sourceware.org/bugzilla/> (raw)

https://sourceware.org/bugzilla/show_bug.cgi?id=30208

            Bug ID: 30208
           Summary: Colors for `disas` inconsistent
           Product: gdb
           Version: 12.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: cli
          Assignee: unassigned at sourceware dot org
          Reporter: jengelh at inai dot de
  Target Milestone: ---

Created attachment 14739
  --> https://sourceware.org/bugzilla/attachment.cgi?id=14739&action=edit
screenshot

Input
=====

$ cat x.cpp
int main()
{
        asm volatile(
                "mov %rdi, -0x8(%rbp);"
                "mov -0x8(%rbp), %rax;"
        );
}

$ g++ -g x.cpp
$ gdb a.out
(gdb) b main
(gdb) r
Breakpoint 1, main () at x.cpp:3
3               asm volatile(
(gdb) disas


Observed
========
In one instance of "-0x8", the blue color is only applied to the 0x prefix.

Expected
========
Colorize -0x8 blue throughout.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

             reply	other threads:[~2023-03-07 15:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-07 15:24 jengelh at inai dot de [this message]
2023-03-07 15:31 ` [Bug cli/30208] " tromey at sourceware dot org

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=bug-30208-4717@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=gdb-prs@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).