MCPcopy Create free account
hub / github.com/Vector35/debugger / BNDebugAdapterConnectionStatus

Enum BNDebugAdapterConnectionStatus

api/ffi.h:198–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196
197
198 typedef enum BNDebugAdapterConnectionStatus
199 {
200 DebugAdapterNotConnectedStatus,
201 DebugAdapterConnectingStatus,
202 DebugAdapterConnectedStatus,
203 } BNDebugAdapterConnectionStatus;
204
205
206 typedef enum BNDebugAdapterTargetStatus

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected