From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10541 invoked by alias); 5 Mar 2004 05:09:35 -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 10523 invoked from network); 5 Mar 2004 05:09:29 -0000 Received: from unknown (HELO localhost.redhat.com) (24.157.170.238) by sources.redhat.com with SMTP; 5 Mar 2004 05:09:29 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 1A89D2B92; Fri, 5 Mar 2004 00:09:18 -0500 (EST) Message-ID: <40480B7D.6050001@gnu.org> Date: Fri, 05 Mar 2004 05: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: Monika Chaddha Cc: gdb@sources.redhat.com Subject: Re: Disassembler: Query about 'membership' field in the 'mips_opcode structure' References: <000a01c401ff$807f6f60$5100a8c0@monika> In-Reply-To: <000a01c401ff$807f6f60$5100a8c0@monika> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-03/txt/msg00035.txt.bz2 > 6) How do I change my current architecture as "mips32"? (gdb) set architecture it sounds like your executable isn't being identified as mips32. Look at mips_gdbarch_init. Andrew