Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Remote support for filling state->internal_comm
[simgrid.git] / src / mc /
2015-03-12 Gabriel Corona[mc] Remote support for filling state->internal_comm
2015-03-12 Gabriel Corona[mc] Fetch simix_process_maxpid from MCed
2015-03-12 Gabriel Corona[mc] Simplify nesting of MC_state_get_request
2015-03-10 Gabriel CoronaMerge branch 'master' into mc-process
2015-03-10 Gabriel Corona[mc] Add more smx_process_t MCer/MCed translations
2015-03-10 Gabriel Corona[mc] Remote access to process name
2015-03-09 Gabriel Corona[mc] Read host name from remote process
2015-03-06 Gabriel Corona[mc] Cross-process access to smx_process and simcall
2015-02-27 Gabriel CoronaAdd missing copyright notice
2015-02-26 Marion Guthmullermodel-checker : MUTEX_UNLOCK is invisible for MC
2015-02-26 Marion Guthmullermodel-checker : mutex owner may be NULL after UNLOCK
2015-02-25 Marion Guthmullermodel-checker : clang compliant
2015-02-25 Marion Guthmullermodel-checker : include MUTEX_LOCK and UNLOCK in dot...
2015-02-25 Marion Guthmullermodel-checker : really (?) fix SIMCALL_MUTEX_LOCK and...
2015-02-25 Marion Guthmullermodel-checker : fix SIMCALL_MUTEX_LOCK with MC
2015-02-24 Marion Guthmullermodel-checker : extend comm determinism verification
2015-02-24 Marion Guthmullermodel-checker : non-progressive cycle detection (enable...
2015-02-23 Gabriel Corona[mc] Use MC_process_is_enabled instead of MC_request_is...
2015-02-18 Arnaud LegrandMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-02-13 Gabriel Corona[mc] Do not use strerror(), not thread-safe
2015-02-13 Marion Guthmullermodel-checker : include tag in comm determinism verific...
2015-02-13 Gabriel Corona[mc] Remote support for MC_deadlock_check() using MC_ME...
2015-02-12 Gabriel CoronaMerge master into mc-process
2015-02-12 Gabriel Corona[mc] Make an option for file descriptor snapshot (off...
2015-02-12 Gabriel Corona[mc] Mark some issues as fixed
2015-02-10 Marion Guthmullermodel-checker : intermediate backtracking enabled if...
2015-02-10 Gabriel Corona[mc] Server side symbol evaluation
2015-02-10 Marion Guthmullermodel-checker : memory leak
2015-02-10 Gabriel Corona[mc] Register symbols as pointers in the examples
2015-02-10 Gabriel Corona[mc] Extend xbt_propositional_symbols
2015-02-10 Gabriel Corona[mc] Cleanup heap switching code
2015-02-09 Marion Guthmullermodel-checker : cosmetics
2015-02-09 Marion Guthmullermodel-checker : non-recursive liveness algorithm
2015-02-09 Marion Guthmullermodel-checker : intermediate backtracking with model...
2015-02-09 Marion Guthmullermodel-checker : communications determinism with visited...
2015-02-06 Gabriel Corona[mc] Add MCer handling for MC_MESSAGE_IGNORE_HEAP and...
2015-02-06 Gabriel Corona(wip) Move the MCed public API in the same file
2015-02-06 Gabriel Corona[mc] New message for stack_area
2015-02-06 Gabriel Corona[mc] Flag global variables in mc_ignore as belonging...
2015-02-06 Gabriel Corona[mc] Communicate MC_remove_ignore_heap to the remote...
2015-02-06 Gabriel Corona[mc] Do not call malloc_no_memset in mc_snapshot
2015-02-06 Gabriel Corona[mc] Implement remote support for MC_ignore
2015-02-06 Gabriel Corona[mc] Move mc_model_checker in its own .c file
2015-02-06 Gabriel Corona[mc] Communication of heap_area_to_ignore to the remote...
2015-02-05 Gabriel Corona[mc] Define one struct per MC message type
2015-02-03 Gabriel Corona[mc] Move MC_init_pid outside of mc_server
2015-02-03 Gabriel Corona[mc] Remove some functions in mc_server
2015-02-03 Gabriel Corona[mc] Basic infrastructure for a real model-checker...
2015-02-02 Gabriel CoronaEnable C++11
2015-01-30 Gabriel Corona[mc] Remote unwinding support
2015-01-23 Gabriel Corona[mc] Make a copy of the libunwind context when snapshot...
2015-01-16 Gabriel Corona[mc] Add some comments
2015-01-16 Gabriel Corona[mc] Create a separate simgrid-mc program
2015-01-09 Gabriel Corona[mc] Remove remaining bits on hardcoded object list
2014-12-19 Gabriel Corona[mc] Add some FIXMEs for cross-process support
2014-12-19 Gabriel Corona[mc] Cross-process support for MC_ignore
2014-12-19 Gabriel Corona[mc] Implements privatization support for MC_process_read
2014-12-19 Gabriel Corona[mc] Abstract the process and a snapshot types with...
2014-12-16 Gabriel Corona[mc] More comments for mc_dwarf_execute_expression()
2014-12-16 Gabriel Corona[mc] Add more information about mc_dwarf_register_to_li...
2014-12-12 Gabriel Corona[mc] Support for reading heap state from another process
2014-12-11 Gabriel Corona[mc] Fix error handling in MC_process{read,write}
2014-12-11 Gabriel Corona[mc] Access memory from another process
2014-12-10 Marion Guthmullerfix dot output with file descriptor checkpoint/restore
2014-12-09 Gabriel Corona[mc] Enable the custom mm malloc only in MC
2014-12-09 Gabriel Corona[mm] Allow to disable the mm based `malloc` at runtime
2014-12-09 Gabriel Corona[mc] Remove redundant typedefs
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-05 Gabriel Corona[mc] Multiple .so support in MC_ignore_local_variable()
2014-12-05 Gabriel Corona[mc] Basic support for more other libraries than libsim...
2014-12-04 Gabriel Corona[mc] Move process info in a new s_mc_process_t structure
2014-12-04 Gabriel Corona[mc] Don't include libunwind.h in non MC builds
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 Augustin Degommeforgot to add this include
2014-12-02 Augustin Degommelet's try to please windows
2014-12-02 Gabriel Corona[mc] Modularise header files for MC
2014-12-02 Gabriel Corona[mc] Define a type for MC object information flags
2014-12-01 Gabriel Corona[mc] Remove MC_ignore_global_variable() calls
2014-12-01 Gabriel Corona[mc] Enable MC specific behaviour in replay mode
2014-12-01 Gabriel CoronaRevert "[mc] Enable MC specific behaviour in replay...
2014-12-01 Gabriel Corona[mc] Enable MC specific behaviour in replay mode
2014-12-01 Gabriel Corona[mc] Remove useless condition check
2014-12-01 Gabriel Corona[mc] Initial support MC record/replay
2014-11-28 Adrien Lebremerge msg_vm.c - adrien (please note that there is...
2014-11-28 Augustin Degommeremove potential bug / clang warning
2014-11-21 Gabriel CoronaMerge branch 'xp'
2014-11-18 Gabriel CoronaInfrastructure for statically defined tracepoints
2014-11-18 Gabriel Corona[mc] Remove reference to DW_TAG_mutable_type:
2014-11-17 Gabriel Corona[mm] Disable HAVE_GNU_LD code in order to get rid of...
2014-11-07 Gabriel Corona[mc] Add useless parends to remove WTF warning-which...
2014-11-07 Gabriel Corona[mc] Don't fork another process in the hop spot, MC_get...
2014-11-06 Gabriel Corona[mc] Add MC_dump_stacks
2014-11-04 Gabriel Corona[mc] Fix FD checkpoint/restore
2014-11-04 Marion Guthmullermodel-checker : comment debug printf
2014-11-04 Marion Guthmullermodel-checker : save and restore file descriptors
2014-11-02 Martin Quinsonrename smx_action_t to smx_synchro_t
2014-11-02 Martin QuinsonGenerate automatically the simcall_HANDLER_* prototypes
next