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

Class BNTargetStoppedEventData

api/ffi.h:265–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected