aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/valgrind
Commit message (Expand)AuthorAgeFilesLines
* Fix MinGW valgrind buildOliver Wolff2018-02-061-9/+3
* Valgrind: Show full command-line on valgrind executionOrgad Shaneh2018-01-243-0/+7
* Valgrind: Inform about heob/dwarfstack requirementsHannes Domani2018-01-231-3/+19
* Valgrind: Fix heob ui textsHannes Domani2018-01-171-35/+35
* Valgrind: Add heob path to settingsHannes Domani2018-01-161-10/+37
* Valgrind: Enable heob menu entry only if debugging is possibleHannes Domani2018-01-161-0/+3
* Valgrind: Save current heob settings as defaultHannes Domani2018-01-161-5/+58
* Valgrind: Run heob process with debuggerHannes Domani2018-01-161-13/+96
* Valgrind: Add heob supportHannes Domani2018-01-161-2/+568
* Valgrind: Fix crash when missing stacksHannes Domani2017-12-141-0/+4
* Project: Make Project::files return a FileNameListTobias Hunger2017-12-081-1/+2
* Valgrind: Fix cyclic connectOrgad Shaneh2017-11-173-7/+1
* Valgrind: Fix callgrind parsing with git versionOrgad Shaneh2017-11-171-1/+3
* ProjectExplorer: Fix copying of RunConfigurationAspectshjk2017-11-101-5/+0
* 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