From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1839 invoked by alias); 17 Oct 2008 15:31:05 -0000 Received: (qmail 1807 invoked by uid 22791); 17 Oct 2008 15:31:04 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 17 Oct 2008 15:30:24 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KqrHP-0005zK-6n for gdb@sources.redhat.com; Fri, 17 Oct 2008 15:30:19 +0000 Received: from mobius.qnx.com ([209.226.137.108]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Oct 2008 15:30:19 +0000 Received: from aristovski by mobius.qnx.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Oct 2008 15:30:19 +0000 To: gdb@sources.redhat.com From: Aleksandar Ristovski Subject: Re: linkmap from PT_DYNAMIC Date: Fri, 17 Oct 2008 15:31:00 -0000 Message-ID: References: <200810171520.m9HFKcns029400@d12av02.megacenter.de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) In-Reply-To: <200810171520.m9HFKcns029400@d12av02.megacenter.de.ibm.com> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-10/txt/msg00069.txt.bz2 Ulrich Weigand wrote: > Well, the scan_dyntag_auxv routine I added already does > attempt to access PT_DYNAMIC if there is no .dynamic > section. In fact, it should work even if you do not > have any executable file at all, as it directly reads > the program headers from the target. > > Is there some reason why this doesn't work for you? Actually I don't know if it will work, I implemented this on 6.7 code and then applied to sources from head gdb. I missed your auxv patch. I will check it out. Thanks for the info, Aleksandar