Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
149
void activate_debugger_new(void)
150
{
151
activate_debugger();
152
debug_pc = M68K_GETPC;
153
}
154
155
void activate_debugger_new_pc(uaecptr pc, int len)
156
{
Callers
5
debugmem_break
Function · 0.85
record_copper
Function · 0.85
illg_debug_do
Function · 0.85
smc_detector
Function · 0.85
debugtest
Function · 0.85
Calls
1
activate_debugger
Function · 0.85
Tested by
no test coverage detected