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

Function debug_flag

core/debug/debug.c:163–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163void debug_flag(int mask, bool set) {
164 if (set) {
165 debug_atomics.flags |= mask;
166 } else {
167 debug_atomics.flags &= ~mask;
168 }
169}
170
171void debug_step(int mode, uint32_t addr) {
172 switch (mode) {

Callers 4

mainFunction · 0.85
setDebugSoftCommandsMethod · 0.85
setDebugResetTriggerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected