#include "foedus/assorted/rich_backtrace.hpp"
#include <backtrace.h>
#include <execinfo.h>
#include <stdio.h>
#include <unistd.h>
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <sstream>
#include <string>
#include <vector>
#include "foedus/assorted/assorted_func.hpp"
Go to the source code of this file.
|
| | foedus |
| | Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services).
|
| |
| | foedus::assorted |
| | Assorted Methods/Classes that are too subtle to have their own packages.
|
| |
| struct foedus::assorted::BacktraceContext::LibBacktraceInfo |
Definition at line 48 of file rich_backtrace.cpp.
| Class Members |
|
uintptr_t |
address_ |
|
|
string |
function_ |
|
|
string |
srcfile_ |
|
|
int |
srclineno_ |
|