This is the mail archive of the gdb@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: Today's gdb failed


>>>>> "Andrew" == Andrew Cagney <ac131313@cygnus.com> writes:

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

Andrew> Hmm, I was going to post a ``yes I know, I fixed it'' but that
Andrew> doesn't look like the bit I broke.

I looked a little bit.

On my system, HAVE_PTRACE_GETFPXREGS is not defined.
This means that HAVE_SSE_REGS is not defined.
So the value of the above expression seems to be 32.
However regnum is 41.
I don't know what this means though.  I can't look any more.

Tom


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