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

Method SetLiveView

core/debuggercontroller.h:105–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 bool CreateDebuggerBinaryView();
104
105 void SetLiveView(BinaryViewRef view) { m_liveView = view; }
106
107 DebugStopReason StepIntoIL(BNFunctionGraphType il);
108 DebugStopReason StepOverIL(BNFunctionGraphType il);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected