Removed usage of BidirectionalPipe.
commitde78b704b9d2ea1450e54aeb5f58820f41096477
authorstrange <kawk256@gmail.com>
Fri, 25 Dec 2009 18:42:30 +0000 (25 10:42 -0800)
committerstrange <kawk256@gmail.com>
Fri, 25 Dec 2009 18:42:30 +0000 (25 10:42 -0800)
treea58ef5f2b63c16f6930f2f287fc829c3d65a7b08
parent3340dad43690569d6026f6e26f9ef189107226c8
Removed usage of BidirectionalPipe.

Basically, I don't want to redirect the output of the program again; instead,
I want to just use the current console, much like valgrind.

There's only one problem with this design, though, and that occurs when
aesalon is executed within an xterm, but that's easy enough to fix. Later.
src/gui/Program.cpp
src/interface/ProgramManager.cpp
src/interface/ProgramManager.h
src/interface/ptrace/Portal.cpp
src/interface/ptrace/Portal.h
src/platform/BidirectionalPipe.cpp
src/platform/BidirectionalPipe.h
src/platform/SymbolManager.cpp