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

Method GetLiveView

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

Source from the content-addressed store, hash-verified

254 BinaryViewRef GetData() { return m_file->GetViewOfType(m_viewName); }
255 void SetData(BinaryViewRef view) {}
256 BinaryViewRef GetLiveView() const { return m_liveView; }
257
258 uint32_t GetExitCode();
259

Callers 3

BNDebuggerGetLiveViewFunction · 0.45
DeleteControllerMethod · 0.45
ControllerExistsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected