SimGrid  3.18
Versatile Simulation of Distributed Systems
backtrace.hpp File Reference
#include <cstddef>
#include <string>
#include <memory>
#include <vector>
#include <xbt/base.h>
#include <xbt/backtrace.h>

Namespaces

 simgrid
 Alltoall Bruck.
 
 simgrid::xbt
 

Functions

std::vector< xbt_backtrace_location_tsimgrid::xbt::backtrace ()
 Get the current backtrace. More...
 
std::vector< std::stringsimgrid::xbt::resolveBacktrace (xbt_backtrace_location_t const *loc, std::size_t count)
 

Variables

std::unique_ptr< char, void(*)(void *)> simgrid::xbt::demangle (const char *name)
 Try to demangle a C++ name. More...