| 88 | } BNDebugThread; |
| 89 | |
| 90 | typedef struct BNDebugFrame |
| 91 | { |
| 92 | size_t m_index; |
| 93 | uint64_t m_pc; |
| 94 | uint64_t m_sp; |
| 95 | uint64_t m_fp; |
| 96 | char* m_functionName; |
| 97 | uint64_t m_functionStart; |
| 98 | char* m_module; |
| 99 | } BNDebugFrame; |
| 100 | |
| 101 | |
| 102 | typedef struct BNDebugModule |
nothing calls this directly
no outgoing calls
no test coverage detected