From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3801 invoked by alias); 5 Jun 2013 14:27:40 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org Received: (qmail 3778 invoked by uid 48); 5 Jun 2013 14:27:40 -0000 From: "adrianh.bsc at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug tui/15580] New: TUI assembly window line prefix is too long Date: Wed, 05 Jun 2013 14:27:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: tui X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: adrianh.bsc at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2013-q2/txt/msg00362.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=15580 Bug ID: 15580 Summary: TUI assembly window line prefix is too long Product: gdb Version: unknown Status: NEW Severity: normal Priority: P2 Component: tui Assignee: unassigned at sourceware dot org Reporter: adrianh.bsc at gmail dot com When the assembly window is displayed, it prefixes each line with a fully resolved C++ function signature and line offset which can be very long as it can contain namespaces and template parameters. This is ok, except that it makes it difficult to read the assembly instructions as I have to set the ASM window focus and then scroll right. There are a couple of different suggestions that I have for this: 1. Have the assembly window right justify it's instructions. This will allow the assembly instructions to always be displayed, yet almost always allow the right most portion of the signature and offset to be displayed. 2. Have an alternative prefix which could include be a : prefix or :+ for something similar to the + prefix. I'm thinking that the first would require the least amount of changes, but the second may be useful, perhaps in combination with the first. -- You are receiving this mail because: You are on the CC list for the bug.