Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reduce the amount of implicit include directories
[simgrid.git] / src / mc / mc_dwarf.hpp
index 11d3ce7..4ddeaa7 100644 (file)
@@ -16,8 +16,8 @@
 #define DW_LANG_Objc DW_LANG_ObjC       /* fix spelling error in older dwarf.h */
 #include <dwarf.h>
 
 #define DW_LANG_Objc DW_LANG_ObjC       /* fix spelling error in older dwarf.h */
 #include <dwarf.h>
 
-#include "mc/Variable.hpp"
-#include "mc/mc_memory_map.h"
+#include "src/mc/Variable.hpp"
+#include "src/mc/mc_memory_map.h"
 
 namespace simgrid {
 namespace dwarf {
 
 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);
 
   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);
+
 }
 }
 
 }
 }