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:

Jan> BTW the testcase does not work on neither ppc32 nor on ppc64.

Tom> Thanks, I will investigate.

On PPC32 the problem was just that the test case was not robust against
differences between compilers on different arches.  In particular,
different versions of gcc seem to give different (sometimes even quite
weird) line numbers to the landing point of an exception.

I fixed this by rewriting the test case to be more robust against these
kinds of differences.


On PPC64, as you surmised, the problem was related to function
descriptors.  In particular, create_exception_master_breakpoint
was calling lookup_minimal_symbol_text -- but that failed on PPC64.
FWIW I expect that the longjmp code also has a problem here, but again
probably masked by glibc PC mangling.


I think I've addressed all the comments.  I'll send an updated patch
tomorrow.

Tom


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