Merge branch 'tracing-off-by-one'

This commit is contained in:
Horst Schirmeier
2013-10-28 18:37:07 +01:00
4 changed files with 35 additions and 69 deletions

View File

@ -209,10 +209,6 @@ bool GenericTracing::run()
// this must be done *after* configuring the plugin:
simulator.addFlow(&tp);
// In order to not loose the IP event at the beginning of the
// trace, we have to handle the IP event manually
tp.handleSingleIP(l_start_symbol);
////////////////////////////////////////////////////////////////
// STEP 2: continue to the save point, and save state
if (start_symbol != save_symbol) {