MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / debug_inst_repeat

Function debug_inst_repeat

core/debug/debug.c:231–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231void debug_inst_repeat(void) {
232 if (debug.step) {
233 if (debug.stepOver) {
234 gui_debug_close();
235 } else {
236 debug.step = false;
237 debug_open(DBG_STEP, cpu.registers.PC);
238 }
239 }
240}
241
242void debug_record_call(uint32_t retAddr, bool mode) {
243 uint32_t stack = cpu_address_mode(cpu.registers.stack[mode].hl, mode);

Callers 1

cpu_execute_bliFunction · 0.85

Calls 2

debug_openFunction · 0.85
gui_debug_closeFunction · 0.50

Tested by

no test coverage detected