aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/valgrind/valgrindengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename RunControl::aspect to RunControl::aspectDatahjk2024-02-161-1/+1
* ProgressManager: Use std::chrono for timed tasksEike Ziller2024-01-221-1/+3
* Valgrind: Fix stopping the Valgrind processJarek Kobus2023-11-271-0/+3
* Valgrind: Rename ValgrindRunner -> ValgrindProcessJarek Kobus2023-08-171-3/+3
* Valgrind: Fix includesJarek Kobus2023-08-171-6/+2
* ValgrindRunner: Rename finished() into done()Jarek Kobus2023-08-161-1/+1
* ValgrindRunner: Get rid of valgrindExecuted() signalJarek Kobus2023-08-161-7/+1
* ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp}hjk2023-08-151-1/+1
* Valgrind: Collapse project and global settings classeshjk2023-07-251-4/+4
* Replace a few aspect.value() calls with operatpor()hjk2023-07-191-1/+1
* Valgrind: Some more direct FilePath usehjk2023-07-101-4/+6
* Valgrind: Write Valgrind with initial capital letterLeena Miettinen2023-06-191-1/+1
* Valgrind: Add toolargs to command, not to a string listhjk2023-05-261-2/+2
* Valgrind: Also search in path before chickening outhjk2023-05-231-1/+4
* Valgrind: Use FilePathAspect for main executablehjk2023-05-231-1/+1
* Valgrind: Do not start valgrind if it does not existChristian Stenger2023-05-171-13/+10
* ProjectExplorer: Fix LLDB stdout linesMarcus Tillmanns2023-05-031-2/+4
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Don't call FutureProgress::setKeepOnFinish(HideOnFinish)Jarek Kobus2023-01-051-1/+0
* Use SPDX license identifiersLucie Gérard2022-08-261-25/+2
* Valgrind: Use Tr::trhjk2022-07-111-12/+12
* Valgrind: Consolidate message production and consumptionhjk2022-06-201-7/+2
* ValgrindRunner: Remove ValgrindRunner::setDevicehjk2022-06-201-2/+0
* Valgrind: Simplify connection setuphjk2022-06-171-16/+11
* Valgrind: Inline ValgrindToolRunner::executablehjk2022-05-311-5/+0
* ProjectExplorer: Remove RunWorker::runnable()hjk2022-05-311-2/+2
* Valgrind: Start fully qualified FilePath earlierhjk2022-05-181-1/+8
* ProjectExplorer: Copy more RunConfiguration data to RunControlhjk2022-04-121-1/+1
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-1/+1
* ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-131-1/+1
* Valgrind: Aspectify settingshjk2021-03-041-4/+4
* Valgrind: Allow specifying extra arguments to valgrind etchjk2021-02-171-0/+1
* OutputFormatter: Reduce usages of DebugFormatChristian Stenger2021-01-211-3/+3
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-1/+1
* ProjectExplorer: Store some aspect data by value in the RunControlhjk2019-09-051-9/+5
* Utils: Add CommandLine convenience constructorshjk2019-07-231-1/+1
* Valgrind: Move to Utils::FilePath in some placeshjk2019-07-231-2/+5
* ProjectExplorer: Use Utils::FileName for Runnable::executablehjk2019-06-211-1/+1
* Valgrind: Restructure plugin setuphjk2019-03-251-1/+1
* ProjectExplorer: Add RunControl accessor to configuration settingshjk2019-03-131-2/+2
* Avoid some visible uses of RunControl::runConfiguration()hjk2019-03-121-1/+1
* Valgrind: ModernizeAlessandro Portale2018-12-101-1/+1
* Valgrind: Strip QLatin1*Orgad Shaneh2018-12-031-6/+6
* ProjectExplorer: Rename 'extraAspect' to 'aspect'hjk2018-10-021-1/+1
* ProjectExplorer: Split IRunConfigurationAspecthjk2018-09-181-2/+2
* Remove ApplicationLauncher::Modehjk2018-06-051-0/+4
* Finish merging Runnable and StandardRunnablehjk2018-05-231-4/+2
* Valgrind: Show full command-line on valgrind executionOrgad Shaneh2018-01-241-0/+4
* Valgrind: Better output message for debuggee exit codeshjk2017-08-241-1/+1
* ProjectExplorer: Use a real 'finishing' phase for RunControlshjk2017-07-171-1/+0