Home
last modified time | relevance | path

Searched refs:DebuggerRunTool (Results 1 – 25 of 39) sorted by relevance

12

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/debugger/
H A Ddebuggerruncontrol.cpp291 void DebuggerRunTool::setBreakOnMain(bool on) in setBreakOnMain()
296 void DebuggerRunTool::setUseTerminal(bool on) in setUseTerminal()
315 void DebuggerRunTool::setRunAsRoot(bool on) in setRunAsRoot()
337 QUrl DebuggerRunTool::qmlServer() const in qmlServer()
367 void DebuggerRunTool::setAbi(const Abi &abi) in setAbi()
438 void DebuggerRunTool::start() in start()
658 void DebuggerRunTool::stop() in stop()
729 bool DebuggerRunTool::fixupParameters() in fixupParameters()
837 DebuggerRunTool::DebuggerRunTool(RunControl *runControl, AllowTerminal allowTerminal) in DebuggerRunTool() function in Debugger::DebuggerRunTool
937 void DebuggerRunTool::startRunControl() in startRunControl()
[all …]
H A Ddebuggerruncontrol.h47 class DEBUGGER_EXPORT DebuggerRunTool : public ProjectExplorer::RunWorker
53 explicit DebuggerRunTool(ProjectExplorer::RunControl *runControl,
55 ~DebuggerRunTool() override;
H A Ddebuggerplugin.cpp667 QVector<DebuggerRunTool *> m_scheduledStarts;
711 RunWorkerFactory::make<DebuggerRunTool>(),
1015 DebuggerRunTool::setBreakOnMainNextTime(); in DebuggerPluginPrivate()
1546 auto debugger = new DebuggerRunTool(runControl); in attachCore()
1584 auto debugger = new DebuggerRunTool(runControl); in startRemoteCdbSession()
1591 class RemoteAttachRunner : public DebuggerRunTool
1595 : DebuggerRunTool(runControl) in RemoteAttachRunner()
1699 auto debugger = new DebuggerRunTool(runControl); in attachToRunningProcess()
1718 auto debugger = new DebuggerRunTool(runControl); in attachExternalApplication()
1794 auto debugger = new DebuggerRunTool(runControl); in attachToQmlPort()
[all …]
H A Dterminal.h37 class DebuggerRunTool; variable
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/baremetal/debugservers/uvsc/
H A Duvscserverprovider.h77 bool aboutToRun(Debugger::DebuggerRunTool *runTool, QString &errorMessage) const final;
93 Utils::FilePath buildProjectFilePath(Debugger::DebuggerRunTool *runTool) const;
94 Utils::FilePath buildOptionsFilePath(Debugger::DebuggerRunTool *runTool) const;
99 virtual Utils::FilePath projectFilePath(Debugger::DebuggerRunTool *runTool,
101 virtual Utils::FilePath optionsFilePath(Debugger::DebuggerRunTool *runTool,
H A Duvproject.h33 namespace Debugger { class DebuggerRunTool; } variable
52 explicit Project(const UvscServerProvider *provider, Debugger::DebuggerRunTool *runTool);
H A Duvscserverprovider.cpp155 FilePath UvscServerProvider::buildProjectFilePath(DebuggerRunTool *runTool) const in buildProjectFilePath()
163 FilePath UvscServerProvider::buildOptionsFilePath(DebuggerRunTool *runTool) const in buildOptionsFilePath()
190 bool UvscServerProvider::aboutToRun(DebuggerRunTool *runTool, QString &errorMessage) const in aboutToRun()
255 Utils::FilePath UvscServerProvider::projectFilePath(DebuggerRunTool *runTool, in projectFilePath()
H A Dsimulatoruvscserverprovider.h48 Utils::FilePath optionsFilePath(Debugger::DebuggerRunTool *runTool,
H A Duvproject.cpp89 static void extractAllFiles(const DebuggerRunTool *runTool, QStringList &includes, in extractAllFiles()
121 Project::Project(const UvscServerProvider *provider, DebuggerRunTool *runTool) in Project()
H A Djlinkuvscserverprovider.h66 Utils::FilePath optionsFilePath(Debugger::DebuggerRunTool *runTool,
H A Dstlinkuvscserverprovider.h69 Utils::FilePath optionsFilePath(Debugger::DebuggerRunTool *runTool,
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qnx/
H A Dqnxdebugsupport.h33 class QnxDebugSupport : public Debugger::DebuggerRunTool
41 class QnxAttachDebugSupport : public Debugger::DebuggerRunTool
H A Dqnxdebugsupport.cpp130 : DebuggerRunTool(runControl) in QnxDebugSupport()
213 : DebuggerRunTool(runControl) in QnxAttachDebugSupport()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/remotelinux/
H A Dremotelinuxdebugsupport.cpp37 : DebuggerRunTool(runControl, DebuggerRunTool::DoNotAllowTerminal) in LinuxDeviceDebugSupport()
H A Dremotelinuxdebugsupport.h33 class LinuxDeviceDebugSupport : public Debugger::DebuggerRunTool
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/baremetal/
H A Dbaremetaldebugsupport.cpp58 : Debugger::DebuggerRunTool(runControl) in BareMetalDebugSupport()
89 DebuggerRunTool::start(); in start()
H A Didebugserverprovider.h45 class DebuggerRunTool; variable
93 virtual bool aboutToRun(Debugger::DebuggerRunTool *runTool,
H A Dbaremetaldebugsupport.h41 class BareMetalDebugSupport final : public Debugger::DebuggerRunTool
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/android/
H A Dandroiddebugsupport.cpp107 : Debugger::DebuggerRunTool(runControl) in AndroidDebugSupport()
196 DebuggerRunTool::start(); in start()
202 DebuggerRunTool::stop(); in stop()
H A Dandroiddebugsupport.h34 class AndroidDebugSupport : public Debugger::DebuggerRunTool
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/boot2qt/
H A Dqdbdevicedebugsupport.cpp143 : Debugger::DebuggerRunTool(runControl) in QdbDeviceDebugSupport()
164 DebuggerRunTool::start(); in start()
170 DebuggerRunTool::stop(); in stop()
H A Dqdbdevicedebugsupport.h35 class QdbDeviceDebugSupport : public Debugger::DebuggerRunTool
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/winrt/
H A Dwinrtdebugsupport.h36 class WinRtDebugSupport : public Debugger::DebuggerRunTool
H A Dwinrtdebugsupport.cpp52 : DebuggerRunTool(runControl) in WinRtDebugSupport()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/baremetal/debugservers/gdb/
H A Dgdbserverprovider.h67 bool aboutToRun(Debugger::DebuggerRunTool *runTool,

12