OmniSciDB
a5dc49c757
|
#include <Shared/StackTrace.h>
#include "Shared/StringTransform.h"
#include "Shared/boost_stacktrace.hpp"
#include <boost/algorithm/string.hpp>
Go to the source code of this file.
Macros | |
#define | BOOST_STACKTRACE_GNU_SOURCE_NOT_REQUIRED 1 |
Functions | |
std::string | getCurrentStackTrace (uint32_t num_frames_to_skip, const char *stop_at_this_frame, bool skip_void_and_stl_frames) |
#define BOOST_STACKTRACE_GNU_SOURCE_NOT_REQUIRED 1 |
Definition at line 19 of file StackTrace.cpp.
std::string getCurrentStackTrace | ( | uint32_t | num_frames_to_skip, |
const char * | stop_at_this_frame, | ||
bool | skip_void_and_stl_frames | ||
) |
Definition at line 26 of file StackTrace.cpp.
References strip(), and to_string().
Referenced by logger::check_failed().