This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: 5.1 PATCH: Allow gdb to link on mips-sgi-irix5.3


> From: Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
> Date: Fri, 27 Jul 2001 13:55:17 +0200 (MEST)
> 
> While a mips-sgi-irix6.2 configuration is able to debug the O32-with-stabs
> hello-gcc that fails in the mips-sgi-irix5.3 configuration, the
> O32-with-mdebug binary still triggers the same internal error reported with
> my patch.

Which message is that, this:

  /vol/gnu/src/gdb/src/gdb/regcache.c:281: gdb-internal-error: legacy_read_register_gen: Assertion `regnum >= 0 && regnum < (NUM_REGS + NUM_PSEUDO_REGS)' failed.

or this:

  /vol/gnu/src/gdb/src/gdb/mdebugread.c:2443: gdb-internal-error: sect_index_data not initialized

I'd expect the former not to appear (that was one of the bugs I fixed
in the Irix 6.x config).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]