X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/81c638173fb96d986d183561433ac408f0ea5fcf..a28f8d4f0a7734d65dafa41486ca0ab78038a975:/src/mc/mc_dwarf.hpp diff --git a/src/mc/mc_dwarf.hpp b/src/mc/mc_dwarf.hpp index 8dd31624c5..85c7641e7b 100644 --- a/src/mc/mc_dwarf.hpp +++ b/src/mc/mc_dwarf.hpp @@ -16,8 +16,7 @@ #define DW_LANG_Objc DW_LANG_ObjC /* fix spelling error in older dwarf.h */ #include -#include "mc/Variable.hpp" -#include "mc/mc_memory_map.h" +#include "src/mc/Variable.hpp" namespace simgrid { namespace dwarf { @@ -25,13 +24,14 @@ namespace dwarf { XBT_PRIVATE const char* attrname(int attr); XBT_PRIVATE const char* tagname(int tag); -} -} - -XBT_PRIVATE void MC_dwarf_get_variables(simgrid::mc::ObjectInformation* info); - -XBT_PRIVATE void* mc_member_resolve( +XBT_PRIVATE void* resolve_member( const void* base, simgrid::mc::Type* type, simgrid::mc::Member* member, simgrid::mc::AddressSpace* snapshot, int process_index); +XBT_PRIVATE +int dwarf_register_to_libunwind(int dwarf_register); + +} +} + #endif