Alsvinn
0.5.3
The fast FVM simulator with UQ support
|
Classes | |
struct | BacktraceInformation |
Functions | |
std::vector< BacktraceInformation > | getStacktrace () |
std::string | getShortStacktrace () |
std::string | getLongStacktrace () |
std::string alsutils::debug::getLongStacktrace | ( | ) |
Gets the stacktrace on GCC based systems (current not supported on other compilers). Uses the following functions in gcc
http://www.gnu.org/software/libc/manual/html_node/Backtraces.html
std::string alsutils::debug::getShortStacktrace | ( | ) |
Gets the stacktrace on GCC based systems (current not supported on other compilers). Uses the following functions in gcc
http://www.gnu.org/software/libc/manual/html_node/Backtraces.html
std::vector< BacktraceInformation > alsutils::debug::getStacktrace | ( | ) |
Gets the stacktrace on GCC based systems (current not supported on other compilers). Uses the following functions in gcc
http://www.gnu.org/software/libc/manual/html_node/Backtraces.html