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 failures


 > > I see the problem now, gdb_expect_list needs "-re":
 > 
 > I'm pretty sure it doesn't.  It always treats the list items as regular
 > expressions.

You're right.  I got distracted by the annotate-quit fail (which was there
before my change).
 
 > The problem is elsewhere:
 > 
 > >   gdb_expect_list "first run until main breakpoint" "$gdb_prompt$" {
 > 
 > You're in {} quoting, so variables are not expanded.  It is probably
 > not worth changing that.

OK.  Shall I commit Mark's and my changes for gdb.base/annota3.exp and
gdb.cp/annota3.exp (without hex)?


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