From c6462990df3773ed4bdf82f7dc3b30f1c6331a81 Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Tue, 19 Jun 2018 17:36:58 +0200 Subject: Jitter: add simple trace api --- test/analysis/dse.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/analysis') diff --git a/test/analysis/dse.py b/test/analysis/dse.py index 5a72db34..4367f6f7 100644 --- a/test/analysis/dse.py +++ b/test/analysis/dse.py @@ -34,8 +34,7 @@ class DSETest(object): self.myjit = jitter(jitter_engine) self.myjit.init_stack() - self.myjit.jit.log_regs = True - self.myjit.jit.log_mn = True + self.myjit.set_trace_log() self.dse = None self.assembly = None -- cgit 1.4.1