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


On Mon, Jul 17, 2006 at 12:36:06PM +1200, Nick Roberts wrote:
>  > If you're not in a procedure you're normally at global scope.  Must
>  > have been some other problem, maybe quoting.  The file already uses
>  > $hex elsewhere.
> 
> 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.

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.

-- 
Daniel Jacobowitz
CodeSourcery


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