From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28628 invoked by alias); 3 Dec 2004 21:45:45 -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 28589 invoked from network); 3 Dec 2004 21:45:41 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 3 Dec 2004 21:45:41 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id iB3LjfeG014273 for ; Fri, 3 Dec 2004 16:45:41 -0500 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id iB3LjUr19528; Fri, 3 Dec 2004 16:45:30 -0500 Received: from redhat.com (dhcp-172-16-25-137.sfbay.redhat.com [172.16.25.137]) by potter.sfbay.redhat.com (8.12.8/8.12.8) with ESMTP id iB3LjSso022843; Fri, 3 Dec 2004 16:45:28 -0500 Message-ID: <41B0DE78.1020002@redhat.com> Date: Fri, 03 Dec 2004 21:48:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.3) Gecko/20040924 MIME-Version: 1.0 To: Daniel Jacobowitz CC: Paul Schlie , Steven Johnson , gdb-patches@sources.redhat.com Subject: Re: RFA: Recognize 'x' in response to 'p' packet References: <41AFEC78.50107@neurizon.net> <20041203135658.GA1878@nevyn.them.org> In-Reply-To: <20041203135658.GA1878@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-12/txt/msg00086.txt.bz2 Daniel Jacobowitz wrote: > On Thu, Dec 02, 2004 at 11:54:30PM -0500, Paul Schlie wrote: > >>I would have thought that the BFD etc. description of the target machine >>would have correctly identified the register set the machine supported. > > > That is not always possible. Targets are strange... I suppose the xxxx value could be used in this context, but its original motivation was for tracepoints. See my other post in this thread.