Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add parameter simix/breakpoint. Fixes #143.
[simgrid.git] / ChangeLog
index e85b360..71afbb0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,9 @@ TRACE
  - Introduced new function simgrid::s4u::Host::get_actor_count. This function
    returns the number of actors running on a specific host.
 
  - Introduced new function simgrid::s4u::Host::get_actor_count. This function
    returns the number of actors running on a specific host.
 
+ Simix:
+ - Add parameter --cfg=simix/breakpoint to raise a SIGTRAP at given time.
+
  SMPI:
  - Replay: The replay file has been re-written in C++.
  - Replay: Tags used for messages sent via MPI_Send / MPI_Recv are now
  SMPI:
  - Replay: The replay file has been re-written in C++.
  - Replay: Tags used for messages sent via MPI_Send / MPI_Recv are now
@@ -18,6 +21,7 @@ TRACE
            the C++ API has been slightly improved.
 
  Fixed bugs:
            the C++ API has been slightly improved.
 
  Fixed bugs:
+ - #143: Setting a breakpoint at a given time
  - #258: daemonized actors hang after all non-daemonized actors have completed
 
 ----------------------------------------------------------------------------
  - #258: daemonized actors hang after all non-daemonized actors have completed
 
 ----------------------------------------------------------------------------