Cthulhu
0.2.10
Cthulhu compiler collection
|
#include <panic.hpp>
Public Member Functions | |
bool | has_info () const |
void | reset () |
void | capture_trace (source_info_t location, const char *fmt, va_list args) |
void | draw () |
Data Fields | |
bool | has_error = false |
source_info_t | info = {} |
std::string | message |
std::vector< stack_frame_t > | frames |
void PanicInfo::capture_trace | ( | source_info_t | location, |
const char * | fmt, | ||
va_list | args | ||
) |
std::vector<stack_frame_t> ed::PanicInfo::frames |
source_info_t ed::PanicInfo::info = {} |