X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e4997b8647e1c6c6c5328854a355ad3ef342e614..3203ed1f4fb6f4617e94d5351661ba07e8b8f833:/src/mc/mc_dwarf.hpp diff --git a/src/mc/mc_dwarf.hpp b/src/mc/mc_dwarf.hpp index 991817ec87..4ddeaa72f7 100644 --- a/src/mc/mc_dwarf.hpp +++ b/src/mc/mc_dwarf.hpp @@ -16,8 +16,8 @@ #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" +#include "src/mc/mc_memory_map.h" namespace simgrid { namespace dwarf { @@ -29,9 +29,10 @@ 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); + } } -XBT_PRIVATE void MC_dwarf_get_variables(simgrid::mc::ObjectInformation* info); - #endif