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

Function debug_get_flags

core/debug/debug.c:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47int debug_get_flags(void) {
48 return atomic_load_explicit(&debug_atomics.flags, memory_order_relaxed);
49}
50
51void debug_open(int reason, uint32_t data) {
52 if ((cpu_check_signals() & CPU_SIGNAL_EXIT) || debug_is_open()) {

Callers 4

mem_write_cpuFunction · 0.85
cpu_nmiFunction · 0.85
cpu_crashFunction · 0.85
debug_openFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected