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: [RFA/testsuite] Increase expect buffer size (related to GPLv3)


> > 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
> > 
> >         * lib/gdb.exp (default_gdb_init): Increase expect buffer size
> >         to 30000 (from 20000).
> > 
> > Tested on x86-linux. No regression.
> > OK to apply?
> 
> This is fine.

Thanks! I checked this in.

> It is also possible to do locally; instead of a single gdb_test, use
> gdb_test_multiple and match other lines of text using "exp_continue"
> to keep looking for the prompt.  There's some examples of this
> already.

Aha, thanks for the tip!

-- 
Joel


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