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

Class BNDebugRegister

api/ffi.h:112–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110
111
112 typedef struct BNDebugRegister
113 {
114 char* m_name;
115 uint64_t m_value;
116 size_t m_width;
117 size_t m_registerIndex;
118 char* m_hint;
119 } BNDebugRegister;
120
121
122 typedef struct BNDebugBreakpoint

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected