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

Method GetData

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

Source from the content-addressed store, hash-verified

252 DebugAdapter* GetAdapter() { return m_adapter; }
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

Callers 13

SerializeMetadataMethod · 0.45
UnserializedMetadataMethod · 0.45
DebuggerStateMethod · 0.45
GetRemoteArchitectureMethod · 0.45
PerformReadMethod · 0.45
BNDebuggerGetDataFunction · 0.45
DeleteControllerMethod · 0.45
ControllerExistsMethod · 0.45
GetAddressInformationMethod · 0.45
WriteMemoryMethod · 0.45
WriteMemoryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected