winpty/libpconsole
Ryan Prichard 00a6c3b90e Shut down the unix-adapter when the child process exits.
- In the agent, poll for the process exit at the same time we pull for
   output.  Once the child exits, record the exit code and close the data
   pipe.

 - In the unix-adapter, shut the program down once the input or output
   handlers abort.  Before exiting, query the agent for the exit code.

 - Also: in the unix-adapter, apparently receiving the SIGWINCH signal can
   interrupt both select and the InputHandler's read system call.  I hope
   it doesn't affect the blocking Win32 APIs, but I'm not really sure.
2012-02-20 03:30:43 -08:00
..
Makefile Checkpoint work on libpconsole. 2012-02-10 02:09:38 -08:00
pconsole.cc Shut down the unix-adapter when the child process exits. 2012-02-20 03:30:43 -08:00
PConsoleDebugClient.cc Work on switching from qmake to makefiles and reorganize code a little. 2012-01-21 17:30:41 -08:00