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

Method GetData

api/debuggercontroller.cpp:60–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59
60Ref<BinaryView> DebuggerController::GetData()
61{
62 BNBinaryView* view = BNDebuggerGetData(m_object);
63 if (!view)
64 return nullptr;
65 return new BinaryView(view);
66}
67
68
69void DebuggerController::SetData(const Ref<BinaryView>& data)

Callers 15

canExecMethod · 0.45
canConnectMethod · 0.45
jumpMethod · 0.45
jumpMethod · 0.45
AdapterSettingsDialogMethod · 0.45
selectAdapterMethod · 0.45
applyMethod · 0.45
applyMethod · 0.45
jumpToStartMethod · 0.45
jumpToEndMethod · 0.45
onDoubleClickedMethod · 0.45
updateContentMethod · 0.45

Calls 1

BNDebuggerGetDataFunction · 0.85

Tested by

no test coverage detected