Home
last modified time | relevance | path

Searched refs:TerminalRunner (Results 1 – 7 of 7) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/debugger/
H A Dterminal.cpp171 TerminalRunner::TerminalRunner(RunControl *runControl, in TerminalRunner() function in Debugger::Internal::TerminalRunner
178 this, &TerminalRunner::stubError); in TerminalRunner()
180 this, &TerminalRunner::stubStarted); in TerminalRunner()
185 void TerminalRunner::kickoffProcess() in kickoffProcess()
190 void TerminalRunner::interruptProcess() in interruptProcess()
195 void TerminalRunner::setRunAsRoot(bool on) in setRunAsRoot()
200 void TerminalRunner::start() in start()
225 void TerminalRunner::stop() in stop()
231 void TerminalRunner::stubStarted() in stubStarted()
238 void TerminalRunner::stubError(const QString &msg) in stubError()
H A Dterminal.h71 class TerminalRunner : public ProjectExplorer::RunWorker
74 TerminalRunner(ProjectExplorer::RunControl *runControl,
H A Ddebuggerruncontrol.h41 class TerminalRunner; variable
132 Internal::TerminalRunner *terminalRunner() const;
H A Ddebuggerengine.h114 class TerminalRunner; variable
537 TerminalRunner *terminal() const;
H A Ddebuggerruncontrol.cpp167 TerminalRunner *terminalRunner = nullptr;
306 new TerminalRunner(runControl(), [this] { return m_runParameters.inferior; }); in setUseTerminal()
827 Internal::TerminalRunner *DebuggerRunTool::terminalRunner() const in terminalRunner()
H A Ddebuggerengine.cpp554 QPointer<TerminalRunner> m_terminalRunner;
2048 TerminalRunner *DebuggerEngine::terminal() const in terminal()
/dports/deskutils/synapse/synapse-0.2.99.4/src/core/
H A Dcommon-actions.vala137 private class TerminalRunner : Action
139 public TerminalRunner ()
359 actions.add (new TerminalRunner ());