Files
Joelle van Dyne 622c8770d0 cpu-exec: support single-step without debug
Currently, single-stepping is tied to GDB debugging. This means that when
EXCP_DEBUG is returned, a debug exception is triggered in many cases. We
define a new EXCP_SINGLESTEP to differentiate the case where we want a
single step to not be tied to a debug exception. We also define a new flag
for cpu->singlestep_enabled called SSTEP_NODEBUG which is set when we want
to use single-step for purposes other than debugging.

Signed-off-by: Joelle van Dyne <j@getutm.app>
2025-02-08 19:07:42 -08:00
..
2023-06-05 12:04:29 -07:00
2023-06-05 12:04:29 -07:00
2025-01-29 11:43:04 -03:00
2024-10-07 11:33:20 +02:00
2023-10-22 16:34:21 -07:00