X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/31a461643fe82c00e0fe4efc8941eee20b0838ea..0fbb2ce49d807800629638bb182ef8cc159a77bf:/src/mc/mc_object_info.h diff --git a/src/mc/mc_object_info.h b/src/mc/mc_object_info.h index c1c6ae4b15..1da12e81a6 100644 --- a/src/mc/mc_object_info.h +++ b/src/mc/mc_object_info.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2014. The SimGrid Team. +/* Copyright (c) 2007-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -15,17 +15,17 @@ #include "mc_forward.hpp" #include "mc_memory_map.h" -XBT_INTERNAL std::shared_ptr MC_find_object_info( +XBT_PRIVATE std::shared_ptr MC_find_object_info( std::vector const& maps, const char* name, int executable); -XBT_INTERNAL void MC_post_process_object_info(simgrid::mc::Process* process, simgrid::mc::ObjectInformation* info); +XBT_PRIVATE void MC_post_process_object_info(simgrid::mc::Process* process, simgrid::mc::ObjectInformation* info); -XBT_INTERNAL void MC_dwarf_get_variables(simgrid::mc::ObjectInformation* info); -XBT_INTERNAL void MC_dwarf_get_variables_libdw(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_INTERNAL const char* MC_dwarf_attrname(int attr); -XBT_INTERNAL const char* MC_dwarf_tagname(int tag); +XBT_PRIVATE const char* MC_dwarf_attrname(int attr); +XBT_PRIVATE const char* MC_dwarf_tagname(int tag); -XBT_INTERNAL void* mc_member_resolve( +XBT_PRIVATE void* mc_member_resolve( const void* base, simgrid::mc::Type* type, simgrid::mc::Type* member, simgrid::mc::AddressSpace* snapshot, int process_index);