From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 59330 invoked by alias); 20 Oct 2015 17:13:32 -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 59313 invoked by uid 89); 20 Oct 2015 17:13:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: smtp-a02.blackberry.com Received: from smtp-a02.blackberry.com (HELO smtp-a02.blackberry.com) (208.65.78.91) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 20 Oct 2015 17:13:30 +0000 Received: from mhs103cnc.rim.net ([10.65.141.77]) by mhs214cnc-app.rim.net with ESMTP; 20 Oct 2015 13:13:30 -0400 Received: from unknown (HELO [10.222.109.89]) ([10.65.140.254]) by mhs103cnc.rim.net with ESMTP; 20 Oct 2015 17:13:26 +0000 Subject: Re: [PATCH 2/3] (patch 2/4, v2) [nto] Implement TARGET_OBJECT_AUXV. To: Pedro Alves , "gdb-patches@sourceware.org" References: <56263FED.3050602@redhat.com> <1445351294-18179-1-git-send-email-aristovski@qnx.com> <1445351294-18179-3-git-send-email-aristovski@qnx.com> <56265BB2.6060204@redhat.com> <562660E9.7000000@qnx.com> <562665DE.1030104@redhat.com> <5626721A.5060808@qnx.com> Newsgroups: gmane.comp.gdb.patches From: Aleksandar Ristovski Message-ID: <56267637.5050204@qnx.com> Date: Tue, 20 Oct 2015 18:11:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <5626721A.5060808@qnx.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2015-10/txt/msg00377.txt.bz2 On 15-10-20 12:55 PM, Aleksandar Ristovski wrote: > On 15-10-20 12:03 PM, Pedro Alves wrote: >> On 10/20/2015 04:42 PM, Aleksandar Ristovski wrote: >>> On 15-10-20 11:20 AM, Pedro Alves wrote: >>>> Does this result in any visible improvement? I assume that >>>> at least, "info auxv" now works [1] [2]. It'd be really nice to have a >>>> blurb in the commit log mentioning what motivated this. >>> >>> Yes, info auxv works on a live process. For the core I have other >>> patches that need to go in first, but the mechanism of getting auxv >>> remains the same; only determining initial stack changes. >> >> OK, but please clarify or drop the misleading comment until >> those patches go in then. Please push with that fixed. > Pushed now. Thank you, Aleksandar Ristovski From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 65426 invoked by alias); 20 Oct 2015 17:15:28 -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 65284 invoked by uid 89); 20 Oct 2015 17:15:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,FSL_HELO_BARE_IP_2,RCVD_IN_DNSWL_LOW,RCVD_NUMERIC_HELO,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.2 X-HELO: plane.gmane.org Received: from plane.gmane.org (HELO plane.gmane.org) (80.91.229.3) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 20 Oct 2015 17:15:19 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZoaV7-0003dq-A8 for gdb-patches@sourceware.org; Tue, 20 Oct 2015 19:15:05 +0200 Received: from 209.226.137.108 ([209.226.137.108]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 20 Oct 2015 19:15:05 +0200 Received: from aristovski by 209.226.137.108 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 20 Oct 2015 19:15:05 +0200 To: gdb-patches@sourceware.org From: Aleksandar Ristovski Subject: Re: [PATCH 2/3] (patch 2/4, v2) [nto] Implement TARGET_OBJECT_AUXV. Date: Tue, 20 Oct 2015 18:39:00 -0000 Message-ID: <56267637.5050204@qnx.com> References: <56263FED.3050602@redhat.com> <1445351294-18179-1-git-send-email-aristovski@qnx.com> <1445351294-18179-3-git-send-email-aristovski@qnx.com> <56265BB2.6060204@redhat.com> <562660E9.7000000@qnx.com> <562665DE.1030104@redhat.com> <5626721A.5060808@qnx.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 In-Reply-To: <5626721A.5060808@qnx.com> X-IsSubscribed: yes X-SW-Source: 2015-10/txt/msg00380.txt.bz2 Message-ID: <20151020183900.tDGIbXfVi-2Bx4sD_3yBQtH4wMvi_n4glr0CVPTS5uE@z> On 15-10-20 12:55 PM, Aleksandar Ristovski wrote: > On 15-10-20 12:03 PM, Pedro Alves wrote: >> On 10/20/2015 04:42 PM, Aleksandar Ristovski wrote: >>> On 15-10-20 11:20 AM, Pedro Alves wrote: >>>> Does this result in any visible improvement? I assume that >>>> at least, "info auxv" now works [1] [2]. It'd be really nice to have a >>>> blurb in the commit log mentioning what motivated this. >>> >>> Yes, info auxv works on a live process. For the core I have other >>> patches that need to go in first, but the mechanism of getting auxv >>> remains the same; only determining initial stack changes. >> >> OK, but please clarify or drop the misleading comment until >> those patches go in then. Please push with that fixed. > Pushed now. Thank you, Aleksandar Ristovski