| 196 | |
| 197 | |
| 198 | typedef enum BNDebugAdapterConnectionStatus |
| 199 | { |
| 200 | DebugAdapterNotConnectedStatus, |
| 201 | DebugAdapterConnectingStatus, |
| 202 | DebugAdapterConnectedStatus, |
| 203 | } BNDebugAdapterConnectionStatus; |
| 204 | |
| 205 | |
| 206 | typedef enum BNDebugAdapterTargetStatus |
nothing calls this directly
no outgoing calls
no test coverage detected