X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/440ced834dc98975c18cf7130ae1d6d9018438db..ff00d50c71255dd055527b806d9e2791013443d8:/src/mc/mc_object_info.h diff --git a/src/mc/mc_object_info.h b/src/mc/mc_object_info.h index 9ba2378353..a20c531179 100644 --- a/src/mc/mc_object_info.h +++ b/src/mc/mc_object_info.h @@ -141,23 +141,6 @@ public: }; -} -} - -XBT_INTERNAL std::shared_ptr MC_find_object_info( - std::vector const& maps, const char* name, int executable); -XBT_INTERNAL void MC_post_process_object_info(mc_process_t process, mc_object_info_t info); - -XBT_INTERNAL void MC_dwarf_get_variables(mc_object_info_t info); -XBT_INTERNAL void MC_dwarf_get_variables_libdw(mc_object_info_t info); -XBT_INTERNAL const char* MC_dwarf_attrname(int attr); -XBT_INTERNAL const char* MC_dwarf_tagname(int tag); - -XBT_INTERNAL void* mc_member_resolve(const void* base, mc_type_t type, mc_type_t member, mc_address_space_t snapshot, int process_index); - -namespace simgrid { -namespace mc { - class Variable { public: Variable(); @@ -197,6 +180,19 @@ public: } +XBT_INTERNAL std::shared_ptr MC_find_object_info( + std::vector const& maps, const char* name, int executable); +XBT_INTERNAL void MC_post_process_object_info(mc_process_t process, mc_object_info_t info); + +XBT_INTERNAL void MC_dwarf_get_variables(mc_object_info_t info); +XBT_INTERNAL void MC_dwarf_get_variables_libdw(mc_object_info_t info); +XBT_INTERNAL const char* MC_dwarf_attrname(int attr); +XBT_INTERNAL const char* MC_dwarf_tagname(int tag); + +XBT_INTERNAL void* mc_member_resolve( + const void* base, mc_type_t type, mc_type_t member, + mc_address_space_t snapshot, int process_index); + struct s_mc_function_index_item { void* low_pc, *high_pc;