From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32128 invoked by alias); 22 Apr 2004 15:45:54 -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 32087 invoked from network); 22 Apr 2004 15:45:53 -0000 Received: from unknown (HELO ztxmail05.ztx.compaq.com) (161.114.1.209) by sources.redhat.com with SMTP; 22 Apr 2004 15:45:53 -0000 Received: from taynzmail03.nz-tay.cpqcorp.net (taynzmail03.nz-tay.cpqcorp.net [16.47.4.103]) by ztxmail05.ztx.compaq.com (Postfix) with ESMTP id C8275F4; Thu, 22 Apr 2004 10:45:51 -0500 (CDT) Received: from kitche.zk3.dec.com (kitche2.zk3.dec.com [16.140.160.162]) by taynzmail03.nz-tay.cpqcorp.net (Postfix) with ESMTP id 53E85CD; Thu, 22 Apr 2004 11:45:51 -0400 (EDT) Received: from hp.com by kitche.zk3.dec.com (8.9.3/1.1.27.5/27Oct00-1235PM) id LAA0001260331; Thu, 22 Apr 2004 11:45:50 -0400 (EDT) Message-ID: <4087E8C0.30806@hp.com> Date: Thu, 22 Apr 2004 15:45:00 -0000 From: Robert Picco User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1) Gecko/20031030 MIME-Version: 1.0 To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: new gdb remote packet type References: <407F2BAB.4060408@hp.com> <40802711.3040104@gnu.org> In-Reply-To: <40802711.3040104@gnu.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-04/txt/msg00525.txt.bz2 Andrew Cagney wrote: > I'd investigate the qPart packet: > http://sources.redhat.com/gdb/current/onlinedocs/gdb_33.html#SEC658 > and how that, along with xfer_partial, can be extended to fetch an > arbitrary part of /proc/PID/registers. > > Andrew > So you aren't objecting to modifying what is sent in the g-packet? Instead of defining a new "r" packet, you'd prefer that I use the q-packet mechanism? thanks, Bob