From mboxrd@z Thu Jan 1 00:00:00 1970 From: Will Cohen To: gdb@sourceware.cygnus.com Subject: Handling of processors models Date: Fri, 20 Oct 2000 12:45:00 -0000 Message-id: <39F09EEC.2A892C6@redhat.com> X-SW-Source: 2000-10/msg00057.html The disassembler for the MIPS processor print_insn_big_mips() in opcode/mips-dis.c uses information passed in the info structure to determine which particular model of MIPS processor it should disassemble code for. I have noticed that gdb does not fill this structure with the information from the object file describing the processor number and instruction set. The actual variable being passed into the disassembler is tm_print_insn_info. Should gdb be filling out this structure? Specifically, tm_print_insn_info.arch and tm_print_insn_info.mach? -Will