summaryrefslogtreecommitdiff
path: root/src/plugins/valgrind
Commit message (Expand)AuthorAgeFilesLines
* Valgrind: Remove dead codeAlessandro Portale2017-10-134-82/+0
* Debugger: Clean up outdated includes and fileshjk2017-10-051-0/+3
* Valgrind: fix forward declarationLaurent Montel2017-09-272-2/+0
* Valgrind: Merge memcheck{engine,tool}.* fileshjk2017-09-255-276/+190
* MemCheck: Code cosmeticshjk2017-09-181-28/+13
* Debugger: Merge DebuggerStartParameter into *RunParametershjk2017-09-131-1/+2
* Drop unused variables and lambda capturesUlf Hermann2017-09-081-2/+2
* iOS: Adapt to new setter-based DebuggerRunTool interfacehjk2017-09-041-1/+1
* Merge remote-tracking branch 'origin/4.4'Orgad Shaneh2017-08-301-1/+1
|\
| * Fix copyright year in plugin info, --version, and macOS infoEike Ziller2017-08-241-1/+1
* | Valgrind: Add valgrind.qrc to valgrind.qbsAlessandro Portale2017-08-281-0/+1
* | Valgrind: Extend and use new DebuggerRunTool interfacehjk2017-08-241-12/+10
* | Valgrind: Better output message for debuggee exit codeshjk2017-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