| 263 | |
| 264 | |
| 265 | typedef struct BNTargetStoppedEventData |
| 266 | { |
| 267 | BNDebugStopReason reason; |
| 268 | uint32_t lastActiveThread; |
| 269 | size_t exitCode; |
| 270 | void* data; |
| 271 | } BNTargetStoppedEventData; |
| 272 | |
| 273 | |
| 274 | typedef struct BNErrorEventData |
nothing calls this directly
no outgoing calls
no test coverage detected