MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / check_debugger

Function check_debugger

src/newcpu.cpp:4729–4739  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4727}
4728
4729static void check_debugger()
4730{
4731 if (regs.spcflags & SPCFLAG_BRK) {
4732 unset_special(SPCFLAG_BRK);
4733#ifdef DEBUGGER
4734 if (debugging) {
4735 debug();
4736 }
4737#endif
4738 }
4739}
4740
4741static void debug_cpu_stop()
4742{

Callers 11

m68k_run_1Function · 0.85
m68k_run_1_ceFunction · 0.85
cpu_thread_run_jitFunction · 0.85
m68k_run_jitFunction · 0.85
newcpu.cppFile · 0.85
m68k_run_3ceFunction · 0.85
m68k_run_3pFunction · 0.85
m68k_run_2ceFunction · 0.85
m68k_run_2pFunction · 0.85
m68k_run_2_000Function · 0.85
m68k_run_2_020Function · 0.85

Calls 2

unset_specialFunction · 0.85
debugFunction · 0.85

Tested by

no test coverage detected