process: separate stderr from stdout
authorMichael Adler <Michael.Adler@intel.com>
Wed, 23 Jul 2008 21:41:34 +0000 (14:41 -0700)
committerMichael Adler <Michael.Adler@intel.com>
Wed, 23 Jul 2008 21:41:34 +0000 (14:41 -0700)
commit5f42bfcd56c84f6fe938b88411265359fc702110
treea075741ec0d18af15c7a4b1c4aef23091706b4f8
parent2cd04fd6da67d874fd4e563ed05707a42ff0598f
process: separate stderr from stdout
- Add the option of redirecting stderr to a file. With the old
behaviour, stderr would follow stdout if stdout was to a file, but
stderr went to the host stderr if stdout went to the host stdout.  The
new default maintains stdout and stderr going to the host.  Now the
two can specify different files, but they will share a file descriptor
if the name of the files is the same.
- Add --output and --errout options to se.py to go with --input.
configs/example/se.py
src/sim/Process.py
src/sim/process.cc