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

Method GetLiveView

api/debuggercontroller.cpp:51–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50
51Ref<BinaryView> DebuggerController::GetLiveView()
52{
53 BNBinaryView* view = BNDebuggerGetLiveView(m_object);
54 if (!view)
55 return nullptr;
56 return new BinaryView(view);
57}
58
59
60Ref<BinaryView> DebuggerController::GetData()

Callers 15

jumpMethod · 0.45
getUsedRegisterNamesMethod · 0.45
setDataMethod · 0.45
jumpMethod · 0.45
pasteMethod · 0.45
jumpInNewPaneInternalMethod · 0.45
hoverTimerEventMethod · 0.45
jumpToStartMethod · 0.45
jumpToEndMethod · 0.45
onDoubleClickedMethod · 0.45
setDataMethod · 0.45
updateContentMethod · 0.45

Calls 1

BNDebuggerGetLiveViewFunction · 0.85

Tested by

no test coverage detected