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

Class BNDebugFrame

api/ffi.h:90–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 } BNDebugThread;
89
90 typedef struct BNDebugFrame
91 {
92 size_t m_index;
93 uint64_t m_pc;
94 uint64_t m_sp;
95 uint64_t m_fp;
96 char* m_functionName;
97 uint64_t m_functionStart;
98 char* m_module;
99 } BNDebugFrame;
100
101
102 typedef struct BNDebugModule

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected