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

Daniel Jacobowitz drow@false.org
Fri Mar 20 21:54:00 GMT 2009


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



More information about the Gdb-patches mailing list