| 204 | |
| 205 | |
| 206 | typedef enum BNDebugAdapterTargetStatus |
| 207 | { |
| 208 | // Target is not created yet, or not connected to yet |
| 209 | DebugAdapterInvalidStatus, |
| 210 | DebugAdapterRunningStatus, |
| 211 | DebugAdapterPausedStatus, |
| 212 | } BNDebugAdapterTargetStatus; |
| 213 | |
| 214 | |
| 215 | typedef enum BNDebuggerEventType |
nothing calls this directly
no outgoing calls
no test coverage detected