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: Testsuite failure in gdb.cp/annota2.exp


On Fri, Jan 26, 2007 at 04:17:52PM +0100, Andreas Schwab wrote:
> The test "watch triggered on a.x" fails on ia64 because it only allows 3
> or 4 occurences of "frames-invalid", but I get 6 of them.  What is the
> significance of the "frames-invalid" annotation?

As Nick said, this comes from flush_cached_frames.  I bet we get one
each hardware single step, and you've just got more instructions on
that source line than the test expects.

> 2007-01-26  Andreas Schwab  <schwab@suse.de>
> 
> 	* gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
> 	amounts of "frames-invalid" annotations.

OK.

-- 
Daniel Jacobowitz
CodeSourcery


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