X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2df30fefa5d12b5dba9d58ac65fa718ffcc54633..e6ca184e99d50d0ee8fe405a83ee5277e2ecfce6:/src/mc/mc_dwarf.hpp diff --git a/src/mc/mc_dwarf.hpp b/src/mc/mc_dwarf.hpp index 11d3ce727e..62fb9a18a9 100644 --- a/src/mc/mc_dwarf.hpp +++ b/src/mc/mc_dwarf.hpp @@ -11,13 +11,13 @@ #include +#include #include #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 { @@ -29,6 +29,9 @@ 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); + } }