From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25535 invoked by alias); 15 Mar 2013 16:28:51 -0000 Received: (qmail 25515 invoked by uid 22791); 15 Mar 2013 16:28:41 -0000 X-SWARE-Spam-Status: No, hits=-4.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_SPAMHAUS_DROP,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from na3sys009aog114.obsmtp.com (HELO na3sys009aog114.obsmtp.com) (74.125.149.211) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 15 Mar 2013 16:28:35 +0000 Received: from mx20.qnx.com ([72.1.200.103]) (using TLSv1) by na3sys009aob114.postini.com ([74.125.148.12]) with SMTP ID DSNKUUNMD21OSquidzWiwp7oxaOV1psWEoZO@postini.com; Fri, 15 Mar 2013 09:28:35 PDT Received: by mx20.qnx.com (Postfix, from userid 500) id 22BB4210F6; Fri, 15 Mar 2013 12:27:58 -0400 (EDT) Received: from exhts.ott.qnx.com (exch2 [10.222.2.136]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mx20.qnx.com (Postfix) with ESMTPS id B165720A7D; Fri, 15 Mar 2013 12:27:57 -0400 (EDT) Received: from [10.222.96.215] (10.222.2.5) by EXCH2.ott.qnx.com (10.222.2.136) with Microsoft SMTP Server (TLS) id 14.2.318.4; Fri, 15 Mar 2013 12:27:57 -0400 Message-ID: <51434C02.90806@qnx.com> Date: Fri, 15 Mar 2013 16:43:00 -0000 From: Aleksandar Ristovski User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130308 Thunderbird/17.0.4 MIME-Version: 1.0 To: Jan Kratochvil CC: "gdb-patches@sourceware.org" Subject: Re: [draft patch 0/6] Split FYI and some review notes References: <51278984.3070208@qnx.com> <20130310210734.GA21130@host2.jankratochvil.net> <51434041.4080309@qnx.com> <20130315162225.GA1048@host2.jankratochvil.net> In-Reply-To: <20130315162225.GA1048@host2.jankratochvil.net> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit 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-03/txt/msg00673.txt.bz2 On 13-03-15 12:22 PM, Jan Kratochvil wrote: > On Fri, 15 Mar 2013 16:37:37 +0100, Aleksandar Ristovski wrote: >> Thinking about this, we have to do a real name on this as maps/smaps >> contain name as requested initially, not pathname as resolved. >> >> While we can determine entry that corresponds to the given l_ld, the >> name sent to gdb needs to be realname as that is what gdb expects. > > Name sent to gdb is from r_debug->link_map->l_name, gdbserver already sends it > that way and everyone seems to be fine with it Ah, of course. We will just send l_name. Ok, scratch my comment.