From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 653 invoked by alias); 15 Feb 2013 15:14:38 -0000 Received: (qmail 632 invoked by uid 48); 15 Feb 2013 15:14:37 -0000 From: "asmwarrior at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/15150] New: suggestion on adding some statements/words about how file names are displayed. Date: Fri, 15 Feb 2013 15:14:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: asmwarrior 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-Changed-Fields: Message-ID: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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 X-SW-Source: 2013-q1/txt/msg00245.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=15150 Bug #: 15150 Summary: suggestion on adding some statements/words about how file names are displayed. Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: gdb AssignedTo: unassigned@sourceware.org ReportedBy: asmwarrior@gmail.com Classification: Unclassified Hi, with the change several days ago, I see some texts were added in the gdb manual to tell the user about changing how file names are displayed. gdb/doc/gdb.texinfo | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index a8a7284..a448c97 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -6535,6 +6535,24 @@ unlimited. Display the current limit on backtrace levels. @end table +You can control how file names are displayed. + +@table @code +@item set filename-display +@itemx set filename-display relative +@cindex filename-display +Display file names relative to the compilation directory. This is the default. + +@item set filename-display basename +Display only basename of a filename. + +@item set filename-display absolute +Display an absolute filename. + +@item show filename-display +Show the current way to display filenames. +@end table + @node Selection @section Selecting a Frame These changes were under the frame/backtrace section of the manual, but those options were in-fact affect on other part of the command response. E.g. the breakpoint command response. E.g.: set filename-display absolute will affect the result. [debug]> break "E:/code/cb/test_code/mortenr2012-01-15/main.cpp:16" [debug]Breakpoint 2 at 0x4016ef: file E:\code\cb\test_code\mortenr2012-01-15\main.cpp, line 16. So, please mention or add some texts for this kind of information. Thanks. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.