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