Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ debug_set_pc
Function
debug_set_pc
core/debug/debug.c:287–289 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
285
}
286
287
void debug_set_pc(uint32_t addr) {
288
cpu_flush(addr, cpu.ADL);
289
}
290
291
/* internal breakpoints not visible in gui */
292
/* the gui should automatically update breakpoints, so it should be */
Callers
1
contextDisasm
Method · 0.85
Calls
1
cpu_flush
Function · 0.85
Tested by
no test coverage detected