Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Move methods in Process class
[simgrid.git] / src / mc / mc_snapshot.h
2015-05-21 Gabriel Corona[mc] Move methods in Process class
2015-05-21 Gabriel Corona[mc] Add remote_ptr for marking pointers-to/addresses...
2015-05-21 Gabriel Corona[mc] Remove compatibility stuff
2015-05-21 Gabriel Corona[mc] Make C++ classes out of addres_space, process...
2015-05-19 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-05-07 Gabriel Corona[mc] Mark many MC symbols as hidden
2015-04-28 Gabriel Corona[mc] Remove the dual heap mc_heap/std_heap
2015-04-27 Gabriel CoronaMerge branch 'master' into mc
2015-04-17 Gabriel Corona[mc] C++ class PageStore
2015-04-17 Gabriel Corona[mc] C++ class ModelChecker
2015-04-17 Gabriel Corona[mc] Remove soft dirty page tracking
2015-04-16 Gabriel Corona[mc] Switch to C++
2015-04-14 Gabriel CoronaMerge branch 'master' into mc-process
2015-04-14 Gabriel CoronaMerge branch 'master' into mc-process
2015-04-02 Gabriel Corona[mc] Fix broken mc_snapshot_get_heap_end()
2015-03-26 Gabriel Corona[mc] Cross-process MC/safety implementation
2015-03-10 Gabriel CoronaMerge branch 'master' into mc-process
2015-02-24 Marion Guthmullermodel-checker : extend comm determinism verification
2015-02-18 Arnaud LegrandMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-02-12 Gabriel CoronaMerge master into mc-process
2015-01-30 Gabriel Corona[mc] Remote unwinding support
2015-01-23 Gabriel Corona[mc] Make a copy of the libunwind context when snapshot...
2014-12-19 Gabriel Corona[mc] Abstract the process and a snapshot types with...
2014-12-12 Gabriel Corona[mc] Support for reading heap state from another process
2014-12-11 Gabriel Corona[mc] Access memory from another process
2014-12-08 Gabriel Corona[mc] Multiple .so support for region snapshots
2014-12-08 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-12-04 Gabriel CoronaMerge branch 'master'
2014-12-04 Gabriel Corona[mc] Don't use unprototyped functions
2014-12-04 Gabriel Corona[mc] Remove useless header #includes
2014-12-02 Gabriel Corona[mc] Modularise header files for MC