From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24030 invoked by alias); 9 Dec 2013 13:04:08 -0000 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 Received: (qmail 24019 invoked by uid 89); 9 Dec 2013 13:04:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from Unknown (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 09 Dec 2013 13:04:07 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rB9D3vDZ007292 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 9 Dec 2013 08:03:57 -0500 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id rB9D3trE031683; Mon, 9 Dec 2013 08:03:56 -0500 Message-ID: <52A5BFBB.20000@redhat.com> Date: Mon, 09 Dec 2013 13:04:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: Azat Khuzhin CC: Joel Brobecker , gdb-patches@sourceware.org Subject: Re: [PATCH] gdb: set filename-display shortpath support References: <1386538152-13461-1-git-send-email-a3at.mail@gmail.com> <20131209083216.GB4011@adacore.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-12/txt/msg00338.txt.bz2 On 12/09/2013 09:02 AM, Azat Khuzhin wrote: > Thanks for you review. > I resent new patch with coding style issues resolved. (V2) If there will be further versions, please identify the patch version in the subject line too: e.g., [PATCH v5]. It gets confusing to have several similar threads with the same subject. Thanks! -- Pedro Alves