Searched hist:5514 (Results 1 - 3 of 3) sorted by relevance

/gem5/src/sim/
H A DProcess.py5514:9a903bf83a33 Wed Jul 23 17:41:00 EDT 2008 Michael Adler <Michael.Adler@intel.com> 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.
H A Dprocess.cc5514:9a903bf83a33 Wed Jul 23 17:41:00 EDT 2008 Michael Adler <Michael.Adler@intel.com> 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.
/gem5/configs/example/
H A Dse.py5514:9a903bf83a33 Wed Jul 23 17:41:00 EDT 2008 Michael Adler <Michael.Adler@intel.com> 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.

Completed in 66 milliseconds