summaryrefslogtreecommitdiff
path: root/sim/gdbstub.py
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-12-07 20:04:15 -0600
committerAlejandro Soto <alejandro@34project.org>2022-12-07 20:04:23 -0600
commita7adc0af074826a4c68c7395d2abfd4b931955df (patch)
treee9db6027bf690ad17e66a97334a52e7f8790d36f /sim/gdbstub.py
parentc39552375661e495b344e8386649ade92a4d45b2 (diff)
Make the cycle limit optional
Diffstat (limited to 'sim/gdbstub.py')
-rw-r--r--sim/gdbstub.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/gdbstub.py b/sim/gdbstub.py
index 75c15cb..c01a4a7 100644
--- a/sim/gdbstub.py
+++ b/sim/gdbstub.py
@@ -1,5 +1,6 @@
import sys, socket
+cycles = None
start_halted = True
def init():