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

Method SetData

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

Source from the content-addressed store, hash-verified

253 DebuggerState* GetState() { return m_state; }
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();

Callers 1

BNDebuggerSetDataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected