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

Method SetData

api/debuggercontroller.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68
69void DebuggerController::SetData(const Ref<BinaryView>& data)
70{
71 BNDebuggerSetData(m_object, BNNewViewReference(data->GetObject()));
72}
73
74
75Ref<Architecture> DebuggerController::GetRemoteArchitecture()

Callers

nothing calls this directly

Calls 2

BNDebuggerSetDataFunction · 0.85
GetObjectMethod · 0.45

Tested by

no test coverage detected