diff options
Diffstat (limited to 'sim/gdbstub.py')
| -rw-r--r-- | sim/gdbstub.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/gdbstub.py b/sim/gdbstub.py index c01a4a7..8d20f39 100644 --- a/sim/gdbstub.py +++ b/sim/gdbstub.py @@ -1,6 +1,7 @@ import sys, socket cycles = None +enable_tty = True start_halted = True def init(): @@ -77,7 +78,6 @@ def halt(): elif data == b's': return 'step' else: - print('unhandled packet:', data, file=sys.stderr) out = b'' reply(out) |
