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

Class BNDebugThread

api/ffi.h:83–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 } BNDebugProcess;
82
83 typedef struct BNDebugThread
84 {
85 uint32_t m_tid;
86 uint64_t m_rip;
87 bool m_isFrozen;
88 } BNDebugThread;
89
90 typedef struct BNDebugFrame
91 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected