Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Modularise header files for MC
authorGabriel Corona <gabriel.corona@loria.fr>
Tue, 2 Dec 2014 09:41:38 +0000 (10:41 +0100)
committerGabriel Corona <gabriel.corona@loria.fr>
Tue, 2 Dec 2014 12:56:18 +0000 (13:56 +0100)
commitb487d5a9259b88670b8cd97e9c16e4b000c11008
tree7267abb1bc755074f2ff9f9419f8984b9cea575b
parent5c62f32db44e664cc48e746a8d57fcac12c95e33
[mc] Modularise header files for MC

This is a preparation step for the upcoming refactorisation of the MC
code in order to MC an external process.
16 files changed:
src/include/mc/datatypes.h
src/mc/mc_comm_pattern.h [new file with mode: 0644]
src/mc/mc_dwarf.c
src/mc/mc_forward.h [new file with mode: 0644]
src/mc/mc_liveness.h [new file with mode: 0644]
src/mc/mc_location.h [new file with mode: 0644]
src/mc/mc_memory_map.h [new file with mode: 0644]
src/mc/mc_mmalloc.h [new file with mode: 0644]
src/mc/mc_mmu.h
src/mc/mc_model_checker.h [new file with mode: 0644]
src/mc/mc_object_info.h [new file with mode: 0644]
src/mc/mc_private.h
src/mc/mc_request.h [new file with mode: 0644]
src/mc/mc_safety.h [new file with mode: 0644]
src/mc/mc_snapshot.h [new file with mode: 0644]
src/mc/mc_state.h [new file with mode: 0644]