From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23515 invoked by alias); 13 Sep 2006 20:30:51 -0000 Received: (qmail 23506 invoked by uid 22791); 13 Sep 2006 20:30:50 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Wed, 13 Sep 2006 20:30:45 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1GNbNb-0005VB-ET; Wed, 13 Sep 2006 16:30:43 -0400 Date: Wed, 13 Sep 2006 20:30:00 -0000 From: Daniel Jacobowitz To: Michael Snyder Cc: gdb-patches@sourceware.org Subject: Re: [RFC] h8300 "info registers" fix Message-ID: <20060913203043.GB21009@nevyn.them.org> Mail-Followup-To: Michael Snyder , gdb-patches@sourceware.org References: <0F4DF2E21F33DD46BE7B8CDEEB0E16D307EAB2@ussunex01.palmsource.com> <20060913200917.GA20574@nevyn.them.org> <0F4DF2E21F33DD46BE7B8CDEEB0E16D307EAB3@ussunex01.palmsource.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0F4DF2E21F33DD46BE7B8CDEEB0E16D307EAB3@ussunex01.palmsource.com> User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-09/txt/msg00071.txt.bz2 On Wed, Sep 13, 2006 at 01:20:09PM -0700, Michael Snyder wrote: > Grumble -- is the regcache kept in host order, or target order? Target order. [Which is apparently a bit weird; most debug interfaces I've seen lately use host order.] -- Daniel Jacobowitz CodeSourcery