gem5  v22.1.0.0
Namespaces | Macros | Functions
backtrace_glibc.cc File Reference
#include <execinfo.h>
#include <unistd.h>
#include "base/atomicio.hh"
#include "sim/backtrace.hh"

Go to the source code of this file.

Namespaces

 gem5
 Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223.
 

Macros

#define SAFE_MSG(m)
 

Functions

void gem5::print_backtrace ()
 Print a gem5 post-mortem report. More...
 

Macro Definition Documentation

◆ SAFE_MSG

#define SAFE_MSG (   m)
Value:
do { \
static const char msg[] = m; \
atomic_write(STDERR_FILENO, msg, sizeof(msg) - 1); \
} while (0)

Definition at line 47 of file backtrace_glibc.cc.


Generated on Wed Dec 21 2022 10:22:58 for gem5 by doxygen 1.9.1