X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/46448320f12d59d0a5efc015ec51ec6ebba525c6..1e1c35b1b06811a56db7b80698ec8cea723cf25a:/src/mc/mc_object_info.h diff --git a/src/mc/mc_object_info.h b/src/mc/mc_object_info.h index 019c758ece..da93084f24 100644 --- a/src/mc/mc_object_info.h +++ b/src/mc/mc_object_info.h @@ -12,17 +12,11 @@ #include -#include "mc_forward.hpp" -#include "mc_memory_map.h" +#include "src/mc/mc_forward.hpp" +#include "src/xbt/memory_map.hpp" 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