| 246 | }; |
| 247 | |
| 248 | WriterI* getDebugOut() |
| 249 | { |
| 250 | static DebugWriter s_debugOut; |
| 251 | return &s_debugOut; |
| 252 | } |
| 253 | |
| 254 | #if BX_CONFIG_CALLSTACK_USE_LIB_BACKTRACE |
| 255 | uint32_t getCallStack(uint32_t _skip, uint32_t _max, uintptr_t* _outStack) |
no outgoing calls
no test coverage detected