RTXI  2.4
The Real-Time eXperiment Interface Documentation
Functions
debug.h File Reference
#include <boost/stacktrace.hpp>
#include <execinfo.h>
#include <stdarg.h>
#include <string>
#include <memory>
#include <iostream>
Include dependency graph for debug.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void PRINT_BACKTRACE (void)
 Prints a backtrace to standard error. More...
 
void ERROR_MSG (const std::string &errmsg,...)
 

Function Documentation

◆ ERROR_MSG()

void ERROR_MSG(const std::string & errmsg,
 ... 
)

Definition at line 27 of file debug.cpp.

◆ PRINT_BACKTRACE()

void PRINT_BACKTRACE(void )

Prints a backtrace to standard error.

Definition at line 22 of file debug.cpp.