This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
Re: Disassembler: Query about 'membership' field in the 'mips_opcodestructure'
- From: Andrew Cagney <cagney at gnu dot org>
- To: Monika Chaddha <monika at acmet dot com>
- Cc: gdb at sources dot redhat dot com
- Date: Fri, 05 Mar 2004 00:09:17 -0500
- Subject: Re: Disassembler: Query about 'membership' field in the 'mips_opcodestructure'
- References: <000a01c401ff$807f6f60$5100a8c0@monika>
6) How do I change my current architecture as "mips32"?
(gdb) set architecture <tab>
it sounds like your executable isn't being identified as mips32. Look
at mips_gdbarch_init.
Andrew