aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/valgrind/memchecktool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Valgrind: Replace virtual method with setterJarek Kobus2025-02-171-6/+2
* ProjectExplorer: Add convenience accessors to some classesChristian Kandeler2025-01-231-16/+13
* ProjectExplorer: Add and make use of forwarding accessors in ProjectChristian Kandeler2025-01-201-3/+2
* Valgrind: Support MemcheckTool re-runningJarek Kobus2025-01-151-7/+11
* RunWorker: Drop device() indirectionJarek Kobus2025-01-151-2/+2
* Debugger: Transform DebuggerRunParameters::continueAfterAttachJarek Kobus2025-01-101-1/+1
* Debugger: Transform DebuggerRunParameters::expectedSignalsJarek Kobus2025-01-101-1/+1
* Debugger: Transform DebuggerRunParameters::useContinueInsteadOfRunJarek Kobus2025-01-101-1/+1
* Debugger: Transform DebuggerRunParameters::remoteChannelJarek Kobus2025-01-101-1/+1
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-6/+6
* Debugger: Transform DebuggerRunParameters::attachPidJarek Kobus2025-01-101-1/+1
* Debugger: Compile fix on WindowsJarek Kobus2025-01-101-4/+5
* Debugger: Transform DebuggerRunParameters::displayNameJarek Kobus2025-01-101-1/+1
* Debugger: Transform DebuggerRunParameters::startModeJarek Kobus2025-01-101-1/+2
* Disambiguate translations for "None"Eike Ziller2025-01-061-1/+1
* Utils: Remove parent argument from FileUtils dialogshjk2025-01-061-2/+0
* Valgrind: Fix Windows buildOrgad Shaneh2024-12-311-1/+1
* ProjectExplorer: Introduce a RunControl::start()hjk2024-12-201-1/+1
* Debugger: Merge analyzerconstants.h into debuggerconstants.hhjk2024-12-201-1/+1
* Debugger: Merge analyzermanager.h into analyzerutils.hhjk2024-12-201-1/+2
* PE: Return Result from canRunStartupProject()Jarek Kobus2024-12-191-2/+2
* Valgrind: Replace Parser::done() args with Utils::ResultJarek Kobus2024-11-211-3/+3
* ProjectExplorer: Get rid of DeviceUsedPortsGathererJarek Kobus2024-11-211-2/+2
* Plugins M-V: Make static QRegularExpression instances static constAlessandro Portale2024-11-201-1/+2
* ProjectExplorer: Dissolve kitaspects.{h,cpp}Christian Kandeler2024-11-201-1/+2
* ProjectExplorer: More name disambiguation for device kit aspectsChristian Kandeler2024-11-121-1/+1
* Memcheck: Fix tool button enablementJarek Kobus2024-10-151-1/+1
* Valgrind: Dismantle LocalAddressFinderJarek Kobus2024-10-091-45/+17
* Valgrind: Fix a crash on shutdownJarek Kobus2024-10-091-0/+3
* ValgrindSettings: Introduce leakCheckOnFinishOptionString()Jarek Kobus2024-10-041-14/+1
* Preparatory changes to enable Id ctor from char(&)[]hjk2024-09-121-1/+1
* Remove #include <utils/fileutils.h> from most header fileshjk2024-07-261-0/+1
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Process: Use more rawStd{Out,Err} const methods instead of mutable onesJarek Kobus2024-01-211-1/+1
* Valgrind: Use new setup patternhjk2023-12-041-54/+50
* ProjectExplorer: Rename Tool{C,c}hainKitAspecthjk2023-11-271-1/+1
* TaskTree: Unify TaskInterface::done(DoneResult) signalJarek Kobus2023-11-171-2/+2
* Utils, all: Standardize on QtcSettingshjk2023-09-271-9/+10
* Replace QFile::exists by QFileInfo::existshjk2023-09-011-2/+2
* Valgrind: Rename valgrindrunner.{cpp,h} -> valgrindprocess.{cpp.h}Jarek Kobus2023-08-171-1/+1
* Valgrind: Rename ValgrindRunner -> ValgrindProcessJarek Kobus2023-08-171-5/+5
* Valgrind: Fix includesJarek Kobus2023-08-171-21/+13
* Utils: Rename ProjectExplorer::Runnable into Utils::ProcessRunDataJarek Kobus2023-08-171-1/+1
* Debugger: Rename debuggerkitinformation.{cpp,h}hjk2023-08-161-1/+1
* ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp}hjk2023-08-151-1/+1
* Valgrind: Refactor ParserJarek Kobus2023-08-141-11/+10
* Valgrind: Split parse() into setIODevice() and start()Jarek Kobus2023-08-081-1/+2
* Valgrind: Merge parsers' finished() and internalError() signalsJarek Kobus2023-08-081-6/+6
* ValgrindPlugin: Use QList instead of QVectorJarek Kobus2023-08-081-3/+3
* ValgrindRunner: Hide ThreadedParserJarek Kobus2023-08-081-4/+3