instruction_hardware_breakpoint_count = 2
def server(self):
- sim = testlib.VcsSim(simv=parsed.run, debug=True)
+ sim = testlib.VcsSim(simv=parsed.run, debug=False)
x = testlib.Openocd(cmd=parsed.cmd,
config="targets/%s/openocd.cfg" % self.name,
otherProcess = sim)
instruction_hardware_breakpoint_count = 2
def server(self):
- sim = testlib.VcsSim(simv=parsed.run, debug=True)
+ sim = testlib.VcsSim(simv=parsed.run, debug=False)
x = testlib.Openocd(cmd=parsed.cmd,
config="targets/%s/openocd.cfg" % self.name,
otherProcess = sim)