From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8801 invoked by alias); 7 Oct 2003 23:54:36 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 8794 invoked from network); 7 Oct 2003 23:54:36 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 7 Oct 2003 23:54:36 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200] (may be forged)) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h97NsZ108998 for ; Tue, 7 Oct 2003 19:54:35 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h97NsYD14406; Tue, 7 Oct 2003 19:54:34 -0400 Received: from redhat.com (reddwarf.sfbay.redhat.com [172.16.24.50]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id h97NsYw11266; Tue, 7 Oct 2003 16:54:34 -0700 Message-ID: <3F835239.4020808@redhat.com> Date: Tue, 07 Oct 2003 23:54:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Roland McGrath CC: Elena Zannoni , gdb-patches@sources.redhat.com Subject: Re: unwind support for Linux 2.6 vsyscall DSO References: <200310062359.h96Nxqgt032566@magilla.sf.frob.com> In-Reply-To: <200310062359.h96Nxqgt032566@magilla.sf.frob.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-10/txt/msg00185.txt.bz2 Roland McGrath wrote: > You said "corefile/remote case", but looking for a .auxv section applies > only to core files. I don't think we have discussed the remote case. It > would require the remote stub reading the local /proc/PID/auxv file and > giving the information back to gdb. I'm not aware of anything in the > remote protocol to allow that. Something similar would be required in order to do a remote gcore -- which we would like to do someday.