From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30360 invoked by alias); 22 Apr 2004 16:09:57 -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 30331 invoked from network); 22 Apr 2004 16:09:56 -0000 Received: from unknown (HELO localhost.redhat.com) (24.157.170.238) by sources.redhat.com with SMTP; 22 Apr 2004 16:09:56 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id B946A2BA0; Thu, 22 Apr 2004 12:09:47 -0400 (EDT) Message-ID: <4087EE4B.4010805@gnu.org> Date: Thu, 22 Apr 2004 16:09:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Robert Picco Cc: gdb-patches@sources.redhat.com Subject: Re: new gdb remote packet type References: <407F2BAB.4060408@hp.com> <40802711.3040104@gnu.org> <4087E8C0.30806@hp.com> In-Reply-To: <4087E8C0.30806@hp.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-04/txt/msg00529.txt.bz2 > you'd prefer that I use the q-packet mechanism? Yes, the qPart packet was designed for exactly the situtation you encountered. It can specify a length/offset and return a short transfer. Andrew