Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
Backtrace.h
Go to the documentation of this file.
1#pragma once
2#include <ostream>
3#include <unw/global.h>
4
5namespace sf::backtrace
6{
7
12
17
21_UNW_FUNC void print(std::ostream& os);
22
23};// namespace sf::backtrace
Definition Backtrace.h:6
void initialize()
Called when library is loaded.
void uninitialize()
Called when library is unloaded.
_UNW_FUNC void print(std::ostream &os)
Prints the call stack.
#define _UNW_FUNC
Definition unw/global.h:34