| 304 | |
| 305 | |
| 306 | typedef struct BNDebuggerEvent |
| 307 | { |
| 308 | BNDebuggerEventType type; |
| 309 | BNDebuggerEventData data; |
| 310 | } BNDebuggerEvent; |
| 311 | |
| 312 | typedef enum BNDebuggerAdapterOperation |
| 313 | { |
nothing calls this directly
no outgoing calls
no test coverage detected