aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/valgrind
Commit message (Expand)AuthorAgeFilesLines
* Valgrind: Fix process resultJarek Kobus2025-06-131-6/+8
* ProjectExplorer: Set id for all run worker factoriesJarek Kobus2025-06-112-0/+2
* Valgrind: Use When with signal for memcheck toolJarek Kobus2025-06-021-23/+19
* Use more DocumentManager::allFilesFilterStringEike Ziller2025-05-143-11/+15
* Memcheck: Make debuggerRecipe a part of memcheckRecipeJarek Kobus2025-04-251-10/+8
* Utils: Split user interaction out of FileSaver::finalize()hjk2025-04-231-1/+3
* Debugger: Introduce createDebuggerWorker and reuse itJarek Kobus2025-04-171-5/+5
* Replace most expected_str by Utils::Resulthjk2025-04-111-1/+1
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-114-12/+12
* Debugger: Use QUrl for DebuggerRunParameters::m_remoteChannelhjk2025-04-041-1/+1
* RunWorkerFactory: Introduce setRecipeProducer()Jarek Kobus2025-03-312-6/+2
* Valgrind: Introduce setupExternalAnalyzer()Jarek Kobus2025-03-314-44/+41
* Valgrind: Rename valgrindengine.{h,cpp} into valgrindutils.{h,cpp}Jarek Kobus2025-03-316-5/+5
* Valgrind: Move ValgrindProcess into Internal namespaceJarek Kobus2025-03-315-11/+16
* Valgrind: Get rid of ValgrindRunnerJarek Kobus2025-03-312-113/+0
* Valgrind: Reuse RecipeRunner for MemcheckJarek Kobus2025-03-311-97/+119
* Valgrind: Remove unused lambda captureChristian Stenger2025-03-251-1/+1
* Avoid potential detach of non-const Qt containers in range-loops 2/2Alessandro Portale2025-03-241-1/+1
* Valgrind: Reuse RecipeRunner for CallgrindJarek Kobus2025-03-213-37/+112
* Valgrind: Replace virtual method with setterJarek Kobus2025-03-184-43/+45
* Valgrind: Remove one use Target::deploymentData()hjk2025-03-121-9/+10
* ProjectExplorer: Make run config aspects take a BuildConfigurationChristian Kandeler2025-03-111-1/+1
* RunWorker: Use postMessage instead of appendMessageJarek Kobus2025-03-063-12/+17
* TaskTree: Introduce SimpleCustomTask helperJarek Kobus2025-02-271-10/+1
* Valgrind: Fix qbs buildChristian Stenger2025-02-261-0/+1
* CallgrindTool: init RunControl memberNikita Baryshnikov2025-02-241-1/+1
* Debugger: Move findSymbolUnderCursor() to Callgrind toolhjk2025-02-241-1/+52
* Debugger: Simplify analyzer icon organizationhjk2025-02-211-2/+0
* Debugger: Replace DiagnosticsLocation with Utils::Linkhjk2025-02-211-5/+4
* Valgrind: Use TypedSelectionAspectJarek Kobus2025-02-202-2/+2
* Valgrind: Inline genericToolArguments()Jarek Kobus2025-02-202-26/+12
* Valgrind: Get rid of setProgressTitle() setterJarek Kobus2025-02-204-7/+6
* Valgrind: Inline receiveProcessError()Jarek Kobus2025-02-202-28/+25
* Valgrind: Simplify the popping codeJarek Kobus2025-02-201-7/+1
* Valgrind: Replace ProcessError with ProcessResultJarek Kobus2025-02-206-21/+23
* Valgrind: Change the message when terminating startedJarek Kobus2025-02-201-1/+1
* Valgrind: Inline some ValgrindToolRunner slotsJarek Kobus2025-02-202-31/+13
* Valgrind: Drop start() overloadJarek Kobus2025-02-201-7/+4
* Valgrind: Inline appendLog() implementationJarek Kobus2025-02-201-8/+3
* Valgrind: Replace setupRunner() with setupRunControl()Jarek Kobus2025-02-201-23/+5
* Valgrind: Simplify recipeForOption()Jarek Kobus2025-02-201-18/+19
* Debugger: Move StartRemoteDialog to Valgrind pluginhjk2025-02-186-2/+149
* Debugger: Streamline StartRemoteDialog interfacehjk2025-02-182-8/+8
* Docker: Move DOCKER_DEVICE_TYPE constant to ProjectExplorerhjk2025-02-182-6/+2
* Valgrind: Restrict tools to actually supported device typeshjk2025-02-182-0/+19
* Valgrind: Make parsing an async taskJarek Kobus2025-02-181-7/+15
* Valgrind: Get rid of suppressionFiles() getterJarek Kobus2025-02-181-11/+3
* Valgrind: Move CallgrindToolRunner into callgrindtool.cppJarek Kobus2025-02-186-102/+67
* Valgrind: Move controller functionality into CallgrindToolJarek Kobus2025-02-184-283/+263
* Valgrind: Employ TaskTree for controller actionsJarek Kobus2025-02-182-141/+128