Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Remote unwinding support
authorGabriel Corona <gabriel.corona@loria.fr>
Mon, 19 Jan 2015 14:54:13 +0000 (15:54 +0100)
committerGabriel Corona <gabriel.corona@loria.fr>
Fri, 30 Jan 2015 09:19:44 +0000 (10:19 +0100)
commit208547c8a823a2df7a6e945697aacd2a7a38cbaf
treea44ca3db41e0ab9738260fe683557bb9fa1f2579
parente7c9e5f18448d9485d71ab58b77a4f9cb62a4bb4
[mc] Remote unwinding support

The contexts are still read directly from the current process memory
however.
16 files changed:
buildtools/Cmake/CompleteInFiles.cmake
buildtools/Cmake/DefinePackages.cmake
buildtools/Cmake/MakeLib.cmake
buildtools/Cmake/PrintArgs.cmake
buildtools/Cmake/src/internal_config.h.in
src/include/mc/datatypes.h
src/mc/mc_address_space.h
src/mc/mc_checkpoint.c
src/mc/mc_global.c
src/mc/mc_location.h
src/mc/mc_process.c
src/mc/mc_process.h
src/mc/mc_snapshot.h
src/mc/mc_unw.c [new file with mode: 0644]
src/mc/mc_unw.h [new file with mode: 0644]
src/mc/mc_unw_vmread.c [new file with mode: 0644]