From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9799 invoked by alias); 12 Nov 2004 02:16:53 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 9226 invoked from network); 12 Nov 2004 02:16:28 -0000 Received: from unknown (HELO gizmo09bw.bigpond.com) (144.140.70.19) by sourceware.org with SMTP; 12 Nov 2004 02:16:28 -0000 Received: (qmail 797 invoked from network); 12 Nov 2004 02:16:26 -0000 Received: from unknown (HELO bwmam12.bigpond.com) (144.135.24.103) by gizmo09bw.bigpond.com with SMTP; 12 Nov 2004 02:16:26 -0000 Received: from cpe-203-51-247-200.qld.bigpond.net.au ([203.51.247.200]) by bwmam12.bigpond.com(MAM REL_3_4_2a 183/4362880) with SMTP id 4362880; Fri, 12 Nov 2004 12:16:26 +1000 Message-ID: <41941CFA.4070303@neurizon.net> Date: Fri, 12 Nov 2004 02:18:00 -0000 From: Steven Johnson User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.6) Gecko/20040115 MIME-Version: 1.0 To: Fabian Cenedese CC: gdb@sources.redhat.com Subject: Re: set architecture for MPC8xx References: <938F1554888BD71194E100B0D0FCD97201AAD7E2@ge51smail2.ge51.honeywell.de> <938F1554888BD71194E100B0D0FCD97201AAD7E2@ge51smail2.ge51.honeywell.de> <5.2.0.9.1.20041111105459.01d6ccb8@NT_SERVER> In-Reply-To: <5.2.0.9.1.20041111105459.01d6ccb8@NT_SERVER> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-11/txt/msg00113.txt.bz2 Fabian Cenedese wrote: >Is there a way to tell the stub the architecture gdb was set to? (Other >than with the monitor command.) > > That would be nice, but unfortunaltey not to my knowledge. The stub I wrote for MPC860, only worked with that architecture, and didnt work with the generic powerpc architecture. It saved me switching, when I never used anything but the MPC8XX Architecture with the stub. The counter would be nice, for the stub to tell GDB what architecture/s it actually supports, so GDB takes on the appropriate view. But also, stubs cant do this either. Hope this answers the question. Steven