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

Function activate_debugger_new

src/debug.cpp:149–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149void activate_debugger_new(void)
150{
151 activate_debugger();
152 debug_pc = M68K_GETPC;
153}
154
155void activate_debugger_new_pc(uaecptr pc, int len)
156{

Callers 5

debugmem_breakFunction · 0.85
record_copperFunction · 0.85
illg_debug_doFunction · 0.85
smc_detectorFunction · 0.85
debugtestFunction · 0.85

Calls 1

activate_debuggerFunction · 0.85

Tested by

no test coverage detected