From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28511 invoked by alias); 14 Nov 2003 21:09:09 -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 28474 invoked from network); 14 Nov 2003 21:09:08 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 14 Nov 2003 21:09:08 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 27B9B2B8F; Fri, 14 Nov 2003 16:09:05 -0500 (EST) Message-ID: <3FB54470.9060902@gnu.org> Date: Fri, 14 Nov 2003 21:09:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Snyder Cc: Andrew Cagney , "Dhananjay R. Deshpande" , gdb-patches@sources.redhat.com Subject: Re: H8300 Patch - Fix GDB crash problem when object file of different H8 cpu is loaded References: <69595093233BB547BB70CF5E492B63F202B1061C@sohm.kpit.com> <3FB4EB64.3080106@redhat.com> <3FB5351A.3040009@redhat.com> <3FB5377F.8040709@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-11/txt/msg00309.txt.bz2 > On further reflection, Andrew, the sim also needs to be able to > set these variables. In fact, they really belong to the sim, > in as much as that's where they're defined. Sounds like similar but separate problems - both the sim and gdb need to look at their current local architecture. Andrew