Home
last modified time | relevance | path

Searched defs:variableController (Results 1 – 6 of 6) sorted by relevance

/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/tests/
H A Dtestdebugsession.cpp38 void TestDebugSession::setVariableController(IVariableController* variableController) in setVariableController()
71 IVariableController* TestDebugSession::variableController() const in variableController() function in TestDebugSession
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/debugger/tests/
H A Dtest_ivariablecontroller.cpp53 …auto variableController = qobject_cast<TestVariableController*>(m_debugSession->variableController… in updateRightAfterEnableAutoUpdate() local
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/debuggercommon/tests/plugins/
H A Dtestdebugger.cpp48 KDevelop::IVariableController* variableController() const override { return nullptr; } in variableController() function in TestDebugSession
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/gdb/
H A Ddebugsession.cpp72 VariableController *DebugSession::variableController() const in variableController() function in DebugSession
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/lldb/
H A Ddebugsession.cpp110 VariableController *DebugSession::variableController() const in variableController() function in DebugSession
/dports/devel/kdev-python/kdev-python-21.12.3/debugger/
H A Ddebugsession.cpp66 IVariableController* DebugSession::variableController() const in variableController() function in Python::DebugSession