From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 579 invoked by alias); 16 Mar 2004 07:15:27 -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 31370 invoked from network); 16 Mar 2004 07:03:25 -0000 Received: from unknown (HELO alice.acmet.com) (61.11.104.16) by sources.redhat.com with SMTP; 16 Mar 2004 07:03:25 -0000 Received: from monika (localhost [127.0.0.1]) by alice.acmet.com (8.11.6/8.11.6) with ESMTP id i2G75U821225; Tue, 16 Mar 2004 12:35:30 +0530 From: "Monika Chaddha" To: "'Andrew Cagney'" Cc: Subject: RE: Disassembler: Query about 'membership' field in the 'mips_opcode structure' Date: Tue, 16 Mar 2004 07:15:00 -0000 Message-ID: <005901c40b24$921822c0$5100a8c0@monika> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: <40480B7D.6050001@gnu.org> X-SW-Source: 2004-03/txt/msg00142.txt.bz2 Thanks for this help!! Yes, this is working fine. After executing 'set architecture mips:isa32' command, all instructions under I32 membership are displaying correctly. But still I have one query that if I configure, build and install my gdb6.0 for target=mipsisa32-elf, than why should I set architecture again for disassembler? I have no problem in simulator part than why in disassembler? Monika Chaddha >-----Original Message----- >From: Andrew Cagney [mailto:cagney@gnu.org] >Sent: Friday, March 05, 2004 10:39 AM >To: Monika Chaddha >Cc: gdb@sources.redhat.com >Subject: Re: Disassembler: Query about 'membership' field in the >'mips_opcode structure' > >> 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 >