Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* GDB broken on MIPS targets with unmarked binaries
@ 2002-06-05 13:08 Daniel Jacobowitz
  2002-06-05 13:44 ` Andrew Cagney
  0 siblings, 1 reply; 9+ messages in thread
From: Daniel Jacobowitz @ 2002-06-05 13:08 UTC (permalink / raw)
  To: gdb

There's an interesting crash on startup in a mips-elf GDB nowadays... the
code reads:

    default:
      tdep->mips_abi_string = "default";
      tdep->mips_default_saved_regsize = MIPS_REGSIZE;
      tdep->mips_default_stack_argsize = MIPS_REGSIZE;
      tdep->mips_fp_register_double = (REGISTER_VIRTUAL_SIZE (FP0_REGNUM) == 8);
      tdep->mips_last_arg_regnum = A0_REGNUM + 8 - 1;
      tdep->mips_last_fp_arg_regnum = FPA0_REGNUM + 8 - 1;
      tdep->mips_regs_have_home_p = 1;
      tdep->gdb_target_is_mips64 = 0;
      tdep->default_mask_address_p = 0;
      set_gdbarch_long_bit (gdbarch, 32);
      set_gdbarch_ptr_bit (gdbarch, 32);
      set_gdbarch_long_long_bit (gdbarch, 64);
      break;

Something brought in recently, probably by the OS ABI changes if I had to
guess, is causing the check of REGISTER_VIRTUAL_SIZE to fail.  I've no idea
why.  Compiling a mips-elf (not mips-linux, which sets MIPS_DEFAULT_ABI) and
running gdb on an unmarked ELF binary reproduces this.

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2002-06-07 20:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-05 13:08 GDB broken on MIPS targets with unmarked binaries Daniel Jacobowitz
2002-06-05 13:44 ` Andrew Cagney
2002-06-05 14:03   ` Daniel Jacobowitz
2002-06-05 14:12     ` Daniel Jacobowitz
2002-06-05 14:41       ` Andrew Cagney
2002-06-06 18:44         ` Daniel Jacobowitz
2002-06-07 12:55           ` Andrew Cagney
2002-06-07 13:07             ` Daniel Jacobowitz
2002-06-07 13:27               ` Andrew Cagney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox