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]
Other format: [Raw text]

Re: Fix Java PR gdb/1322 (was Re: [rfa/doc] Document pr gdb/1322 in PROBLEMS)


drow> Could someone test that it fixes the Java problems on HEAD?

It works for me.  It passes the "continue to exit" test
in gdb.java/jmisc1.exp.  (That's the specific test for this bug).

I didn't do a full before-and-after with this patch, my system is busy
today.  But it looks like it could not possibly cause any regressions,
It's really just changing the order of two tests that already happen:
an fde==NULL test and the test inside the SECT_OFF_TEXT macro.

Recommended for approval in gdb HEAD.

Michael C

	* dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
	available before calling SECT_OFF_TEXT.


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