1
0
mirror of https://github.com/simh/simh.git synced 2026-02-28 17:20:20 +00:00
Files
simh.simh/sim_console.c
Mark Pizzolato df31a5b7f9 CONSOLE: Fix DBGINT support for behaviors with gdb and lldb
Input of the WRU character reliably causes return from the running
simulator.

- DBGINT works with gdb as a debugger with the default being the next
  character after the WRU value.  ^F when WRU is default ^E.
- lldb does not support DBGINT signaling.  Only Control-C causes
  break back to lldb.

Currently, a bug in lldb exists that causes console character input of the
CR character (^M) to actually be received as LF (^J).  A bug report has
been submitted to the llvm project describing the problem.
2025-08-14 08:45:58 -10:00

171 KiB