This is the mail archive of the gdb-patches@sourceware.org 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]
Other format: [Raw text]

Re: RFC: next/finish/etc -vs- exceptions


>>>>> "Tom" == Tom Tromey <tromey@redhat.com> writes:

Tom> It turns out there is a bug here in CVS gdb, with longjmp breakpoints.

Tom> Error accessing memory address 0x83f4375: Input/output error.

Tom> I'm looking into it some more.

Oh, duh.  This happens because the gdb can't decode the mangled PC in
glibc's jmp_buf, aka http://sourceware.org/bugzilla/show_bug.cgi?id=9270

I'm going to hack around this so I can test my patch.

Tom


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