X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5f32263569ffe21e013c081a922778e4cb785d7f..756df47074b2d7b0721f234077f5ef8d75e13932:/src/mc/LocationList.hpp diff --git a/src/mc/LocationList.hpp b/src/mc/LocationList.hpp index 978232aa66..c5c186f29b 100644 --- a/src/mc/LocationList.hpp +++ b/src/mc/LocationList.hpp @@ -15,11 +15,11 @@ #include #include -#include -#include "mc_base.h" -#include "mc_forward.hpp" -#include "mc/AddressSpace.hpp" -#include "mc/DwarfExpression.hpp" +#include "simgrid_config.h" +#include "src/mc/mc_base.h" +#include "src/mc/mc_forward.hpp" +#include "src/mc/AddressSpace.hpp" +#include "src/mc/DwarfExpression.hpp" namespace simgrid { namespace dwarf { @@ -82,15 +82,12 @@ Location resolve( simgrid::mc::AddressSpace* address_space, int process_index); +XBT_PRIVATE +simgrid::dwarf::LocationList location_list( + simgrid::mc::ObjectInformation& info, + Dwarf_Attribute& attr); + } } -SG_BEGIN_DECL() - -XBT_PRIVATE void mc_dwarf_location_list_init( - simgrid::dwarf::LocationList*, simgrid::mc::ObjectInformation* info, - Dwarf_Die* die, Dwarf_Attribute* attr); - -SG_END_DECL() - #endif