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: [patch] Racy FAIL: gdb.base/auxv.exp + gdb.base/callfuncs.exp [Re: [patch/rfc] Recognize non-DW_AT_location <value optimized out> symbols]


On Fri, Mar 20, 2009 at 03:18:41PM -0400, Joel Brobecker wrote:
> But I have a question: Does anyone know who is responsible for us
> getting CR/LF as line-endings even on Unix? Is that expect? dejagnu?
> our gdb-testsuite framework? I can't find any information on the web
> nor find a clue in gdb/testsuite/lib :-(.

It's expect.  Expect creates a pseudo-terminal (pty).  The kernel does
normal terminal processing on it, which includes carriage returns.
I'm not sure how this works out on Cygwin, but I assume the principle
is the same and only the actors are different.

-- 
Daniel Jacobowitz
CodeSourcery


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