A little bit of code here and there to get more access to
authorNathan Binkert <binkertn@umich.edu>
Tue, 4 Nov 2003 22:43:41 +0000 (17:43 -0500)
committerNathan Binkert <binkertn@umich.edu>
Tue, 4 Nov 2003 22:43:41 +0000 (17:43 -0500)
commit247984bc22442c5871bc2f19285bccc730dcd578
tree0db8e022406c1983bf5ad10d4387923b94010e3c
parenta7635fa6ef488b8e44b127c40ab2a6818620145e
A little bit of code here and there to get more access to
what the console output is.

base/circlebuf.hh:
base/circlebuf.cc:
    add stuff to spit to an ostream
    prepend _ in front of protected member variables
    formatting
dev/console.hh:
dev/console.cc:
    Add DPRINTF to spit out the lines of console data
dev/console.cc:
    little hack to append name() to the file so that we can
    easily get multiple output files.
dev/console.hh:
    TRACING_ON == 1 not defined(TRACING_ON)

--HG--
extra : convert_revision : bbe80715fb97ee4c4ed6b484955ef71289f09fc9
base/circlebuf.cc
base/circlebuf.hh
dev/console.cc
dev/console.hh