From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29725 invoked by alias); 3 Feb 2013 16:52:36 -0000 Received: (qmail 29683 invoked by uid 22791); 3 Feb 2013 16:52:32 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_SPAMHAUS_DROP,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 03 Feb 2013 16:52:23 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r13GqMSY003923 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 3 Feb 2013 11:52:22 -0500 Received: from host2.jankratochvil.net ([10.3.113.16]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r13GA94B014982 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Sun, 3 Feb 2013 11:10:21 -0500 Date: Sun, 03 Feb 2013 16:52:00 -0000 From: Jan Kratochvil To: gdb-patches@sourceware.org Cc: Doug Evans Subject: [commit] [patchv2 6/11] New option 'set filename-display' Message-ID: <20130203161008.GF4448@host2.jankratochvil.net> References: <20130127223430.GG15252@host2.jankratochvil.net> <20744.16555.106143.99469@ruffy2.mtv.corp.google.com> <20130201205526.GA21133@host2.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130201205526.GA21133@host2.jankratochvil.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2013-02/txt/msg00067.txt.bz2 On Fri, 01 Feb 2013 21:55:26 +0100, Jan Kratochvil wrote: > gdb/ > 2012-11-30 Eldar Gaynetdinov > Jan Kratochvil > > Add a new variable that controls a way in which filenames are > displayed. > * NEWS (set filename-display): New entry. > * source.c (filename_display_basename, filename_display_relative) > (filename_display_absolute, filename_display_kind_names) > (filename_display_string, show_filename_display_string) > (symtab_to_filename_for_display): New. > (_initialize_source): Added initialization of 'filename-display' > variable. > * source.h (symtab_to_filename_for_display): Added declaration. > * stack.c (print_frame): Added new variable and calling of a new > function and condition with this variable. Changed third argument of > calling of a function. > > gdb/doc/ > 2012-11-30 Eldar Gaynetdinov > Jan Kratochvil > > * gdb.texinfo (Backtrace): Added description of 'filename-display' > variable in 'set/show backtrace' section. > > gdb/testsuite/ > 2012-11-30 Jan Kratochvil > > * gdb.dwarf2/dw2-dir-file-name.exp: New file. > * gdb.dwarf2/dw2-dir-file-name.c: New file. Checked in: http://sourceware.org/ml/gdb-cvs/2013-02/msg00020.html Jan