Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Give the remote_process_memory to the mc::State constructor
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 13 Mar 2023 09:07:07 +0000 (10:07 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 13 Mar 2023 09:07:12 +0000 (10:07 +0100)
commit08ea5baca6d0667d4f47ee1688d4b2f30e97ee31
tree804f2405913f17e4787ce9845b06d8089c824c92
parent4249cbf34db972e00df34d98ec89cca899ac0a73
Give the remote_process_memory to the mc::State constructor

This way, we rely a bit less on the ugly mc_model_checker singleton.
src/mc/VisitedState.cpp
src/mc/api/RemoteApp.cpp
src/mc/api/State.cpp
src/mc/explo/DFSExplorer.cpp
src/mc/explo/LivenessChecker.cpp
src/mc/inspect/mc_unw.cpp
src/mc/inspect/mc_unw.hpp
src/mc/sosp/Snapshot.cpp
src/mc/sosp/Snapshot.hpp