Home
last modified time | relevance | path

Searched refs:stop_for_step (Results 1 – 1 of 1) sorted by relevance

/dports/games/tads/tads-3.0.8/tads3/
H A Dvmdbg.cpp2452 int stop_for_step; in step() local
2509 stop_for_step = single_step_ || (error_code != 0); in step()
2624 if (stop_for_step in step()
2635 stop_for_step = FALSE; in step()
2644 if (stop_for_step in step()
2650 stop_for_step = FALSE; in step()
2693 if (stop_for_step in step()
2702 stop_for_step = FALSE; in step()
2713 if (pc_ptr == 0 && stop_for_step) in step()
2736 if (line_ptr_valid && (stop_for_step || hit_bp || hit_global_bp)) in step()