X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2c5bc1925ed8daa3274f4c6ddefbbe0e7ecf6a06..515cd2622ad1000f5f3ba58ecfaf488ac922b963:/src/mc/inspect/mc_unw.hpp diff --git a/src/mc/inspect/mc_unw.hpp b/src/mc/inspect/mc_unw.hpp index ce9d39c7b9..148591a154 100644 --- a/src/mc/inspect/mc_unw.hpp +++ b/src/mc/inspect/mc_unw.hpp @@ -40,12 +40,12 @@ XBT_PRIVATE void* create_context(unw_addr_space_t as, pid_t pid); namespace simgrid::mc { class UnwindContext { - simgrid::mc::AddressSpace* address_space_ = nullptr; - simgrid::mc::RemoteProcess* process_ = nullptr; - unw_context_t unwind_context_ = {}; + simgrid::mc::AddressSpace* address_space_ = nullptr; + simgrid::mc::RemoteProcessMemory* process_ = nullptr; + unw_context_t unwind_context_ = {}; public: - void initialize(simgrid::mc::RemoteProcess* process, unw_context_t* c); + void initialize(simgrid::mc::RemoteProcessMemory* process, unw_context_t* c); unw_cursor_t cursor(); private: // Methods and virtual table for libunwind