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

Function debug_free

core/debug/debug.c:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void debug_free(void) {
37 free(debug.stack);
38 free(debug.addr);
39 free(debug.port);
40 gui_console_printf("[CEmu] Freed Debugger.\n");
41}
42
43bool debug_is_open(void) {
44 return atomic_load_explicit(&debug_atomics.open, memory_order_relaxed);

Callers

nothing calls this directly

Calls 1

gui_console_printfFunction · 0.50

Tested by

no test coverage detected