| 110 | |
| 111 | |
| 112 | typedef struct BNDebugRegister |
| 113 | { |
| 114 | char* m_name; |
| 115 | uint64_t m_value; |
| 116 | size_t m_width; |
| 117 | size_t m_registerIndex; |
| 118 | char* m_hint; |
| 119 | } BNDebugRegister; |
| 120 | |
| 121 | |
| 122 | typedef struct BNDebugBreakpoint |
nothing calls this directly
no outgoing calls
no test coverage detected