X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d57f583f531c3ed96281734e99a3199e0a58ec3f..4a6b0a991a67e6f2f67c03fed43529e078da7115:/src/mc/LocationList.hpp diff --git a/src/mc/LocationList.hpp b/src/mc/LocationList.hpp index 2e04e01439..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,18 +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); - -void* mc_find_frame_base( - simgrid::mc::Frame* frame, simgrid::mc::ObjectInformation* object_info, unw_cursor_t* unw_cursor); - -SG_END_DECL() - #endif