Backtracing implementation. More...
#include <ostream>
#include <tuple>
#include <string>
Namespaces | |
namespace | syten |
Syten namespace. | |
Functions | |
std::tuple< std::string, std::string, std::string, std::string > | syten::demangle_symbol (const char *symbol_name) |
Returns a tuple <module, demangled_name, location, hexoffset> More... | |
std::string | syten::exec_get_cout (std::string const &command) |
Executes the supplied command and writes the STDOUT from the command into the supplied string. More... | |
void | syten::print_backtrace () |
Prints a backtrace using logGW(). More... | |
Backtracing implementation.