]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/mc_unw.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MC request_enabled: add documentation and an explosive support for semaphores and...
[simgrid.git] / src / mc / mc_unw.h
index 3625d269908b7561be0541ff545dbfae341dc2c0..6d1fe47e902563a27faf10bfdd36022302a9d8fc 100644 (file)
@@ -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);
+
 }
 }