[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Can dejagnu follow a fork call?
From: |
Ben Elliston |
Subject: |
Re: Can dejagnu follow a fork call? |
Date: |
Sun, 28 Jun 2009 19:39:47 +1000 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
Hi Don
> My conclusion is that there is something about dejagnu that causes
> it to lose the I/O connection to the forked child process (the Java
> part). I think my 'send' and 'expect' commands are just talking to
> the driver, not the Java command line program that I want to test.
That does not sound right to me; after all, the GDB testsuite involves
running inferior programs under the debugger.
Can you give an example?
Ben