aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/valgrind/memchecktool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Memcheck: Make debuggerRecipe a part of memcheckRecipeJarek Kobus2025-04-251-10/+8
* Debugger: Introduce createDebuggerWorker and reuse itJarek Kobus2025-04-171-5/+5
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-111-3/+3
* Debugger: Use QUrl for DebuggerRunParameters::m_remoteChannelhjk2025-04-041-1/+1
* RunWorkerFactory: Introduce setRecipeProducer()Jarek Kobus2025-03-311-3/+1
* Valgrind: Introduce setupExternalAnalyzer()Jarek Kobus2025-03-311-19/+2
* Valgrind: Rename valgrindengine.{h,cpp} into valgrindutils.{h,cpp}Jarek Kobus2025-03-311-1/+1
* Valgrind: Reuse RecipeRunner for MemcheckJarek Kobus2025-03-311-97/+119
* Valgrind: Remove unused lambda captureChristian Stenger2025-03-251-1/+1
* Valgrind: Replace virtual method with setterJarek Kobus2025-03-181-25/+22
* Valgrind: Remove one use Target::deploymentData()hjk2025-03-121-9/+10
* RunWorker: Use postMessage instead of appendMessageJarek Kobus2025-03-061-2/+2
* Valgrind: Get rid of setProgressTitle() setterJarek Kobus2025-02-201-2/+1
* Valgrind: Inline appendLog() implementationJarek Kobus2025-02-201-8/+3
* Valgrind: Replace setupRunner() with setupRunControl()Jarek Kobus2025-02-201-23/+5
* Debugger: Move StartRemoteDialog to Valgrind pluginhjk2025-02-181-1/+1
* Debugger: Streamline StartRemoteDialog interfacehjk2025-02-181-4/+4
* Docker: Move DOCKER_DEVICE_TYPE constant to ProjectExplorerhjk2025-02-181-3/+1
* Valgrind: Restrict tools to actually supported device typeshjk2025-02-181-0/+9
* Valgrind: Get rid of suppressionFiles() getterJarek Kobus2025-02-181-11/+3
* 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