Go to the documentation of this file.
43 #include "debug/FmtFlag.hh"
44 #include "debug/FmtStackTrace.hh"
45 #include "debug/FmtTicksOff.hh"
50 static const std::string default_name(
"global");
84 warn(
"Trying to set debug logger to NULL\n");
106 const void *
d,
int len,
const std::string &flag)
111 const char *
data =
static_cast<const char *
>(
d);
114 for (
i = 0;
i <
len;
i += 16) {
115 std::ostringstream line;
121 for (
j = 0;
j <
c;
j++) {
123 if ((
j & 0xf) == 7 &&
j > 0)
131 for (
j = 0;
j <
c;
j++) {
132 int ch =
data[
i +
j] & 0x7f;
133 ccprintf(line,
"%c", (
char)(isprint(ch) ? ch :
' '));
146 const std::string &flag,
const std::string &message)
154 if (
DTRACE(FmtFlag) && !flag.empty())
163 if (
DTRACE(FmtStackTrace)) {
bool match(const std::string &name) const
uint64_t Tick
Tick count type.
Logger * getDebugLogger()
Get the current global debug logger.
virtual std::ostream & getOstream()=0
Return an ostream that can be used to send messages to the 'same place' as formatted logMessage messa...
void setDebugLogger(Logger *logger)
Delete the current global logger and assign a new one.
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.
void enable()
Enable/disable debug logging.
#define STATIC_ERR(m)
Statically allocate a string and write it to STDERR.
Debug logging base class.
void logMessage(Tick when, const std::string &name, const std::string &flag, const std::string &message) override
Log formatted message.
Logging wrapper for ostreams with the format: <when>: <name>: <message-body>
virtual void logMessage(Tick when, const std::string &name, const std::string &flag, const std::string &message)=0
Log formatted message.
static void globalEnable()
std::ostream & output()
Get the ostream from the current global logger.
static void globalDisable()
const std::string & name()
ObjectMatch ignore
Name match for objects to ignore.
void ccprintf(cp::Print &print)
ObjectMatch contains a vector of expressions.
void print_backtrace()
Print a gem5 post-mortem report.
Generated on Tue Mar 23 2021 19:41:24 for gem5 by doxygen 1.8.17