SimGrid
3.14.159
Versatile Simulation of Distributed Systems
|
#include "xbt/ex.h"
#include "src/xbt_modinter.h"
#include "src/xbt/ex_interface.h"
#include <xbt/backtrace.hpp>
Namespaces | |
simgrid | |
Host datatype from SIMIX POV. | |
simgrid::xbt | |
Functions | |
size_t | xbt_backtrace_current (xbt_backtrace_location_t *loc, size_t count) |
Captures a backtrace for further use. More... | |
int | xbt_backtrace_no_malloc (void **array, int size) |
reimplementation of glibc backtrace based directly on gcc library, without implicit malloc More... | |
std::vector< std::string > | simgrid::xbt::resolveBacktrace (xbt_backtrace_location_t const *loc, std::size_t count) |
size_t xbt_backtrace_current | ( | xbt_backtrace_location_t * | loc, |
size_t | count | ||
) |
Captures a backtrace for further use.
int xbt_backtrace_no_malloc | ( | void ** | array, |
int | size | ||
) |
reimplementation of glibc backtrace based directly on gcc library, without implicit malloc