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

Enum BNDebugAdapterTargetStatus

api/ffi.h:206–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected