From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5424 invoked by alias); 25 Feb 2004 20:15:05 -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 5416 invoked from network); 25 Feb 2004 20:15:04 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 25 Feb 2004 20:15:04 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id B09852B92; Wed, 25 Feb 2004 15:15:01 -0500 (EST) Message-ID: <403D0245.9040500@gnu.org> Date: Wed, 25 Feb 2004 20:15:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Roland McGrath Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] remote protocol support for TARGET_OBJECT_AUXV References: <200402251941.i1PJfx4p004863@magilla.sf.frob.com> In-Reply-To: <200402251941.i1PJfx4p004863@magilla.sf.frob.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-02/txt/msg00739.txt.bz2 > This patch implements the remote support for auxv access. > The new protocol bits were just committed to gdb.texinfo, which see. > Here is the patch for the gdb side, followed by the patch > implementing the stub side for gdbserver on GNU/Linux. Ok (I guess it works). Andrew > 2004-02-25 Roland McGrath > > * remote.c (remote_protocol_qPart_auxv): New variable. > (init_all_packet_configs): Initialize it. > (set_remote_protocol_qPart_auxv_packet_cmd): New function. > (show_remote_protocol_qPart_auxv_packet_cmd): New function. > (show_remote_cmd): Call it. > (_initialize_remote): Initialize commands. > (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to > service TARGET_OBJECT_AUXV requests.