aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/valgrind/valgrindrunner.h
Commit message (Expand)AuthorAgeFilesLines
* Valgrind: Rename valgrindrunner.{cpp,h} -> valgrindprocess.{cpp.h}Jarek Kobus2023-08-171-62/+0
* Valgrind: Rename ValgrindRunner -> ValgrindProcessJarek Kobus2023-08-171-5/+5
* Utils: Rename ProjectExplorer::Runnable into Utils::ProcessRunDataJarek Kobus2023-08-171-3/+5
* ValgrindRunner: Employ task tree internallyJarek Kobus2023-08-161-4/+4
* ValgrindRunner: Get rid of errorString()Jarek Kobus2023-08-161-2/+0
* ValgrindRunner: Rename finished() into done()Jarek Kobus2023-08-161-1/+1
* ValgrindRunner: Get rid of valgrindExecuted() signalJarek Kobus2023-08-161-2/+0
* ValgrindRunner: Hide ThreadedParserJarek Kobus2023-08-081-3/+9
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Get rid of unneeded includes of RunControlJarek Kobus2022-10-251-2/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-25/+2
* Valgrind: Simplify internalsJarek Kobus2022-06-201-7/+0
* Valgrind: Consolidate message production and consumptionhjk2022-06-201-1/+2
* Valgrind: Fix test buildChristian Kandeler2022-06-201-0/+2
* ValgrindRunner: Remove ValgrindRunner::setDevicehjk2022-06-201-1/+0
* ValgrindRunner: Connect to done() signalJarek Kobus2022-06-161-4/+0
* IDevice: Make it possible to forward declare Ptr and ConstPtrJarek Kobus2022-04-141-1/+5
* ProjectExplorer: Use simpler signature for ApplicationLauncher::processExited()hjk2022-02-151-1/+1
* Valgrind: Move to Utils::FilePath in some placeshjk2019-07-231-2/+1
* ProjectExplorer: Move RunControl related classes to separate file pairhjk2019-03-131-1/+1
* Remove ApplicationLauncher::Modehjk2018-06-051-0/+1
* Finish merging Runnable and StandardRunnablehjk2018-05-231-2/+2
* Valgrind: Consistently use nullptrTobias Hunger2018-05-081-1/+1
* Valgrind: Use override consistentlyTobias Hunger2018-05-071-1/+1
* Valgrind: Show full command-line on valgrind executionOrgad Shaneh2018-01-241-0/+1
* Valgrind: Keep tool names in the *ToolRunners onlyhjk2017-06-301-3/+0
* Valgrind: Merge ValgrindRunner and ValgrindProcesshjk2017-06-301-17/+1
* Valgrind: Remove CallgrindController's use of ValgrindProcesshjk2017-06-291-2/+2
* Valgrind: Fix Memcheck startup on remote linuxhjk2017-06-281-1/+2
* Valgrind: Make the (threaded) parser a proper member of the runnerhjk2017-06-231-1/+1
* Valgrind: Merge MemCheckRunner and ValgrindRunner basehjk2017-06-231-6/+18
* Valgrind: Dissolve CallGrindRunnerhjk2017-06-221-2/+5
* Valgrind: De-slotOrgad Shaneh2017-03-201-4/+2
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-05-031-0/+1
|\
| * Fix valgrind with remote Linux hosts.Christian Kandeler2016-04-261-0/+1
* | Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
|/
* Move analyzerbase to debuggerhjk2016-02-251-1/+1
* Valgrind: Remove MemcheckRunner::localHostAddressRetrieved() etchjk2016-02-031-1/+0
* Valgrind: Simplify device setup and handlinghjk2016-02-021-7/+2
* Valgrind: Use StandardRunnable in ValgrindRunner and ValgrindProcesshjk2016-01-261-15/+4
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Analyzer: Slim down AnalyzerStartParametershjk2016-01-071-1/+0
* Analyzer: Replace StartMode with a useStartupProject booleanhjk2015-06-171-2/+2
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Valgrind: Port to Qt5-style connectOrgad Shaneh2015-02-091-1/+0
|/
* License updateEike Ziller2014-10-091-7/+8
* Valgrind: Support console applicationsOrgad Shaneh2014-05-081-0/+4
* Valgrind: Remove dialog asking for IP address.Christian Kandeler2014-05-081-0/+2
* Valgrind: Use QString for processOutput signalOrgad Shaneh2014-05-051-1/+1