From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13476 invoked by alias); 8 Oct 2003 00:07:12 -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 13466 invoked from network); 8 Oct 2003 00:07:11 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.81.54.130) by sources.redhat.com with SMTP; 8 Oct 2003 00:07:11 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 8F352357B; Tue, 7 Oct 2003 17:07:10 -0700 (PDT) Received: from magilla.sf.frob.com (localhost.localdomain [127.0.0.1]) by magilla.sf.frob.com (8.12.9/8.12.9) with ESMTP id h98079N2009230; Tue, 7 Oct 2003 17:07:09 -0700 Received: (from roland@localhost) by magilla.sf.frob.com (8.12.9/8.12.9/Submit) id h9807945009226; Tue, 7 Oct 2003 17:07:09 -0700 Date: Wed, 08 Oct 2003 00:07:00 -0000 Message-Id: <200310080007.h9807945009226@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Michael Snyder Cc: Elena Zannoni , gdb-patches@sources.redhat.com Subject: Re: unwind support for Linux 2.6 vsyscall DSO In-Reply-To: Michael Snyder's message of Tuesday, 7 October 2003 16:54:33 -0700 <3F835239.4020808@redhat.com> X-Windows: warn your friends about it. X-SW-Source: 2003-10/txt/msg00188.txt.bz2 > Something similar would be required in order to do a remote gcore -- > which we would like to do someday. It seems like to_query could be the way to go here. It's already transferred by the remote protocol. Perhaps both read_aux_vector and find_memory_regions should be recast as to_query queries; once the suffering is done once, it makes it easy to support them in gdbserver.