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


 > 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?

I think the idea was that a frontend need only recompute the call stack when a
"frames-invalid" annotation was issued.  The problem is that almost any
activity seems to generate at least one, and frequently large numbers of such
annotations (they get printed every time flush_cached_frames is called).

Incidentally this test and the other don't pass on GNU/Linux either but the
fails are masked by PR gdb/38.

-- 
Nick                                           http://www.inet.net.nz/~nickrob


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