summaryrefslogtreecommitdiff
path: root/src/plugins/valgrind
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright year in plugin info, --version, and macOS infoEike Ziller2017-08-241-1/+1
* ProjectExplorer: Rename worker dependencies to "startDependencies"Ulf Hermann2017-08-081-1/+1
* Valgrind: Init members of CallgrindControllerRobert Loehning2017-07-181-2/+2
* ProjectExplorer: Add and use a RunConfiguration::registerAspect<>hjk2017-07-171-10/+2
* ProjectExplorer: Use a real 'finishing' phase for RunControlshjk2017-07-172-1/+1
* Make ApplicationLauncher report QStrings, not QByteArrayhjk2017-07-141-9/+9
* ProjectExplorer: Rename RunControl::finished to stoppedhjk2017-07-122-2/+2
* ProjectExplorer: Move re-runnable decision to RunWorkershjk2017-07-101-1/+1
* Merge remote-tracking branch 'origin/master' into 4.4Eike Ziller2017-07-042-2/+2
|\
| * Debugger: Move startupRunConfiguration to RunConfigurationhjk2017-07-042-2/+2
* | Valgrind: Fix plugin unit testsChristian Stenger2017-07-042-8/+16
* | Valgrind: Simplify RunControlFactory setuphjk2017-07-037-200/+55
|/
* ProjectExplorer: Remove virtual RunControl start/stop trampolinhjk2017-06-302-2/+2
* Valgrind: Use Runnable to pass device informationhjk2017-06-302-2/+0
* Valgrind: Keep tool names in the *ToolRunners onlyhjk2017-06-304-16/+2
* Valgrind: Merge ValgrindRunner and ValgrindProcesshjk2017-06-3010-482/+209
* TextEditor: Add line annotationsDavid Schulz2017-06-302-2/+2
* Valgrind: Remove CallgrindController's use of ValgrindProcesshjk2017-06-299-126/+155
* Valgrind: Fix Memcheck startup on remote linuxhjk2017-06-288-226/+172
* Valgrind: Remove starting() signalhjk2017-06-284-37/+10
* Valgrind: Add a ValgrindRunner member to the ValgrindToolRunner basehjk2017-06-266-44/+27
* Valgrind: Make the (threaded) parser a proper member of the runnerhjk2017-06-238-44/+22
* Valgrind: Merge MemCheckRunner and ValgrindRunner basehjk2017-06-2314-327/+154
* Valgrind: Dissolve CallGrindRunnerhjk2017-06-2211-224/+104
* Valgrind: Merge MemCheck{,WithGdb}ToolRunnerhjk2017-06-223-54/+36
* Debugger, QmlProfiler et al: Replace AnalyzerStartParameterhjk2017-06-163-9/+2
* Merge remote-tracking branch 'origin/4.3'Orgad Shaneh2017-06-021-2/+5
|\
| * Fix crash when using Valgrind for iOS & AndroidVikas Pachdha2017-05-291-4/+9
* | Valgrind: Announce 'started', not 'stopped' on startuphjk2017-05-165-3/+5
* | ProjectExplorer: Split Target and ToolRunners into smaller taskshjk2017-05-154-24/+22
* | ProjectExplorer/Debugger/RL: Make run control state transitions more uniformhjk2017-05-051-2/+2
* | Valgrind: Move to new target/tool split for local setupshjk2017-05-028-129/+134
* | Debugger: Remove DebuggerRunControlhjk2017-04-281-2/+2
* | Debugger: Dissolve Debugger::ActionDescriptionhjk2017-04-242-41/+87
* | Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-04-191-2/+5
|\ \ | |/
| * Valgrind: Check function early to avoid nullptr derefRobert Loehning2017-04-041-2/+5
* | ProjectExplorer: Remove startRunControl()'s runMode parameterhjk2017-04-122-2/+2
* | ProjectExplorer: Add a RunControl::supportsReRunning setterhjk2017-04-072-1/+1
* | ProjectExplorer: Always initialize RunControl's runnable from RunConfighjk2017-04-061-2/+0
* | ProjectExplorer: Merge AnalyzerRunControl into RunControlhjk2017-04-054-7/+7
* | ProjectExplorer: Run RunControl::{start,stop} always asynchronouslyhjk2017-03-244-7/+6
|/
* Valgrind: De-slotOrgad Shaneh2017-03-2017-47/+15
* TextEditor: Set widthFactor from TextMark ctorUlf Hermann2017-03-161-2/+1
* ProjectExplorer: Return a ProcessHandle for AppLauncher::applicationPIDhjk2017-03-101-1/+1
* SessionManager: Clean up methods around projectsTim Jenssen2017-03-022-2/+2
* ProjectExplorer: Unify RunControl setup/teardownTobias Hunger2017-03-012-14/+3
* Remove spaces in initializer listsTim Jenssen2017-02-223-13/+13
* Fix linkage on msvc2015Thomas Hartmann2017-02-091-0/+6
* Valgrind: Modernize codeChristian Stenger2017-02-092-79/+73
* Utils: Introduce a TemporaryDirectory and TemporaryFile classTobias Hunger2017-01-201-3/+2