aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/valgrind/valgrindprocess.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* ValgrindProcess: Reuse TaskTreeRunnerJarek Kobus2024-01-151-11/+10
* TaskTree: Rename TreeStorage<> -> Storage<>Jarek Kobus2023-11-201-1/+1
* TaskTree: Get rid of Storage subclass of GroupItemJarek Kobus2023-11-201-2/+2
* TaskTree: Unify TaskInterface::done(DoneResult) signalJarek Kobus2023-11-171-4/+4
* TaskTree: Rename StopWithDone -> StopWithSuccessJarek Kobus2023-11-071-1/+1
* TaskTree: Unify done / errorOccurred signalsJarek Kobus2023-11-071-5/+3
* TaskTree: Introduce CallDoneIf enumJarek Kobus2023-11-071-1/+1
* Valgrind: Rename valgrindrunner.{cpp,h} -> valgrindprocess.{cpp.h}Jarek Kobus2023-08-171-0/+285
* Valgrind: Merge ValgrindRunner and ValgrindProcesshjk2017-06-301-235/+0
* Valgrind: Remove CallgrindController's use of ValgrindProcesshjk2017-06-291-12/+10
* Valgrind: Fix Memcheck startup on remote linuxhjk2017-06-281-161/+78
* ProjectExplorer: Return a ProcessHandle for AppLauncher::applicationPIDhjk2017-03-101-1/+1
* fix environment variables on remote valgrindVolker Vogelhuber2016-04-271-0/+3
* Fix valgrind with remote Linux hosts.Christian Kandeler2016-04-261-0/+2
* Valgrind: Do not open a terminal for callgrind controlOrgad Shaneh2016-03-111-2/+2
* Valgrind: Remove MemcheckRunner::localHostAddressRetrieved() etchjk2016-02-031-2/+0
* Valgrind: Use SshConnectionManager to handle connectionshjk2016-02-021-2/+9
* Valgrind: Simplify device setup and handlinghjk2016-02-021-7/+7
* Valgrind: Postpone the decision on whether its a local runhjk2016-02-021-6/+9
* Valgrind: Quickfix for remote execution.Christian Kandeler2016-01-291-0/+1
* ProjectExplorer: Use StandardRunnable in ApplicationLauncherhjk2016-01-281-7/+7
* Valgrind: Use StandardRunnable in ValgrindRunner and ValgrindProcesshjk2016-01-261-50/+20
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* 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-25/+28
* | ProjectExplorer/Valgrind: Disambiguate signal nameOrgad Shaneh2015-02-091-2/+2
* | Replace QFileInfo::fileName() with FileName::fileName()Orgad Shaneh2015-01-291-5/+5
|/
* Valgrind: Avoid passing empty argumentOrgad Shaneh2014-11-031-1/+2
* License updateEike Ziller2014-10-091-7/+8
* Valgrind: Initialize member variableOrgad Shaneh2014-06-161-1/+3
* Valgrind: Fix passing multiple arguments to inferiorChristian Stenger2014-06-041-1/+1
* Valgrind: Don't use QString::fromLocal8Bit() on remote output.Christian Kandeler2014-05-121-2/+2
* Valgrind: Support console applicationsOrgad Shaneh2014-05-081-35/+34
* Valgrind: Remove dialog asking for IP address.Christian Kandeler2014-05-081-10/+36
* Valgrind: Minor cleanupOrgad Shaneh2014-05-061-2/+1
* Valgrind: Use QString for processOutput signalOrgad Shaneh2014-05-051-2/+2
* Valgrind: Fix typo in signal-slot connection.Christian Kandeler2014-04-251-1/+1
* Utils: Compile winutils on all platformhjk2014-02-201-5/+0
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Utils: Rename winQPidToPid to qPidToPidhjk2013-07-121-5/+1
* Valgrind: Compile on Windows.Friedemann Kleint2013-07-121-1/+2
* Analyzer: Merge Valgrind process classeshjk2013-07-111-217/+169
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Valgrind: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-11-271-11/+11
|/
* Adjust license headershjk2012-10-051-22/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* SSH: Add parent object to SshConnection constructor.Christian Kandeler2012-06-081-3/+1