Go to the documentation of this file.
43 #include "debug/FmtFlag.hh"
44 #include "debug/FmtStackTrace.hh"
45 #include "debug/FmtTicksOff.hh"
51 static const std::string default_name(
"global");
88 warn(
"Trying to set debug logger to NULL\n");
110 const void *
d,
int len,
const std::string &flag)
115 const char *
data =
static_cast<const char *
>(
d);
118 for (
i = 0;
i <
len;
i += 16) {
119 std::ostringstream line;
125 for (
j = 0;
j <
c;
j++) {
127 if ((
j & 0xf) == 7 &&
j > 0)
135 for (
j = 0;
j <
c;
j++) {
136 int ch =
data[
i +
j] & 0x7f;
137 ccprintf(line,
"%c", (
char)(isprint(ch) ? ch :
' '));
150 const std::string &flag,
const std::string &message)
155 if (!debug::FmtTicksOff && (when !=
MaxTick))
158 if (debug::FmtFlag && !flag.empty())
167 if (debug::FmtStackTrace) {
ObjectMatch contains a vector of expressions.
static void globalDisable()
virtual void logMessage(Tick when, const std::string &name, const std::string &flag, const std::string &message)=0
Log formatted message.
bool match(const std::string &name) const
static void globalEnable()
Logger * getDebugLogger()
Get the current global debug logger.
void ccprintf(cp::Print &print)
#define STATIC_ERR(m)
Statically allocate a string and write it to STDERR.
uint64_t Tick
Tick count type.
virtual std::ostream & getOstream()=0
Return an ostream that can be used to send messages to the 'same place' as formatted logMessage messa...
Debug logging base class.
void logMessage(Tick when, const std::string &name, const std::string &flag, const std::string &message) override
Log formatted message.
ObjectMatch ignore
Name match for objects to ignore.
std::ostream & output()
Get the ostream from the current global logger.
const std::string & name()
Logging wrapper for ostreams with the format: <when>: <name>: <message-body>
void setDebugLogger(Logger *logger)
Delete the current global logger and assign a new one.
void enable()
Enable/disable debug logging.
void dump(Tick when, const std::string &name, const void *d, int len, const std::string &flag)
Dump a block of data of length len.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
void print_backtrace()
Print a gem5 post-mortem report.
Generated on Wed Jul 13 2022 10:39:15 for gem5 by doxygen 1.8.17