SimGrid  3.18
Versatile Simulation of Distributed Systems
backtrace_dummy.cpp File Reference
#include "xbt/ex.h"
#include "src/xbt_modinter.h"
#include <xbt/backtrace.hpp>

Namespaces

 simgrid
 Alltoall Bruck.
 
 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::stringsimgrid::xbt::resolveBacktrace (xbt_backtrace_location_t const *loc, std::size_t count)
 

Function Documentation

◆ xbt_backtrace_current()

size_t xbt_backtrace_current ( xbt_backtrace_location_t loc,
size_t  count 
)

Captures a backtrace for further use.

◆ xbt_backtrace_no_malloc()

int xbt_backtrace_no_malloc ( void **  array,
int  size 
)

reimplementation of glibc backtrace based directly on gcc library, without implicit malloc