X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b5b885cc2a87003f2774fcd64358e735b8dcd2e2..9c92907fc7a130fd6abc60b98791daa320742ba2:/src/mc/mc_unw.h diff --git a/src/mc/mc_unw.h b/src/mc/mc_unw.h index 3625d26990..6d1fe47e90 100644 --- a/src/mc/mc_unw.h +++ b/src/mc/mc_unw.h @@ -7,7 +7,7 @@ #ifndef SIMGRID_MC_UNW_H #define SIMGRID_MC_UNW_H -/** \file +/** @file * Libunwind implementation for the model-checker * * Libunwind provides an pluggable stack unwinding API: the way the current @@ -87,6 +87,10 @@ public: static unw_addr_space_t createUnwindAddressSpace(); }; +void MC_dump_stack_unw(FILE* file, unw_cursor_t cursor); +void dumpStack(FILE* file, unw_cursor_t cursor); +void dumpStack(FILE* file, pid_t pid); + } }