Home
last modified time | relevance | path

Searched refs:C_DEBUGGER_NOTRUNNING (Results 1 – 3 of 3) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/debugger/
H A Ddebuggerinternalconstants.h63 const char C_DEBUGGER_NOTRUNNING[] = "Debugger.NotRunning"; variable
H A Denginemanager.cpp175 Context m_currentAdditionalContext{Constants::C_DEBUGGER_NOTRUNNING};
356 newContext.add(Context(Constants::C_DEBUGGER_NOTRUNNING)); in activateEngineItem()
H A Ddebuggerplugin.cpp743 const Context debuggerNotRunning(C_DEBUGGER_NOTRUNNING); in DebuggerPluginPrivate()