X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7da2926d0733ff0683f31aeea176ce71e127264f..646748e03f0997e891f569963d0113e16bb63890:/src/mc/mc_object_info.h?ds=sidebyside diff --git a/src/mc/mc_object_info.h b/src/mc/mc_object_info.h index 019c758ece..d8df6b23a3 100644 --- a/src/mc/mc_object_info.h +++ b/src/mc/mc_object_info.h @@ -16,13 +16,7 @@ #include "mc_memory_map.h" XBT_PRIVATE std::shared_ptr MC_find_object_info( - std::vector const& maps, const char* name, int executable); + std::vector const& maps, const char* name); XBT_PRIVATE void MC_post_process_object_info(simgrid::mc::Process* process, simgrid::mc::ObjectInformation* info); -XBT_PRIVATE void MC_dwarf_get_variables(simgrid::mc::ObjectInformation* info); -XBT_PRIVATE void MC_dwarf_get_variables_libdw(simgrid::mc::ObjectInformation* info); - -XBT_PRIVATE const char* MC_dwarf_attrname(int attr); -XBT_PRIVATE const char* MC_dwarf_tagname(int tag); - #endif