aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/valgrind/memchecktool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Valgrind: Add target executable suffix to heob command lineHannes Domani2018-09-251-2/+3
* Valgrind: Fix heob check if executable existsHannes Domani2018-08-141-1/+2
* Valgrind: Heob: Make heob support translatableChristian Stenger2018-06-141-0/+4
* Finish merging Runnable and StandardRunnablehjk2018-05-231-8/+6
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-05-021-1/+3
|\
| * Heob: Compile fix for MinGWv4.6.1hjk2018-04-301-1/+3
* | Heob: Fix compiler warningsChristian Stenger2018-04-301-1/+1
|/
* Valgrind: Use OPENFILE_TOOLBAR in toolbarsAlessandro Portale2018-02-131-1/+1
* Valgrind: Open help for heobHannes Domani2018-02-071-0/+12
* Heob: Fix UI textLeena Miettinen2018-02-071-17/+17
* Fix MinGW valgrind buildOliver Wolff2018-02-061-9/+3
* 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
* Project: Make Project::files return a FileNameListTobias Hunger2017-12-081-1/+2
* Debugger: Clean up outdated includes and fileshjk2017-10-051-0/+3
* Valgrind: Merge memcheck{engine,tool}.* fileshjk2017-09-251-19/+190
* MemCheck: Code cosmeticshjk2017-09-181-28/+13
* Drop unused variables and lambda capturesUlf Hermann2017-09-081-2/+2
* ProjectExplorer: Use a real 'finishing' phase for RunControlshjk2017-07-171-0/+1
* Merge remote-tracking branch 'origin/master' into 4.4Eike Ziller2017-07-041-1/+1
|\
| * Debugger: Move startupRunConfiguration to RunConfigurationhjk2017-07-041-1/+1
* | Valgrind: Simplify RunControlFactory setuphjk2017-07-031-43/+10
|/
* ProjectExplorer: Remove virtual RunControl start/stop trampolinhjk2017-06-301-1/+1
* Valgrind: Use Runnable to pass device informationhjk2017-06-301-1/+0
* Valgrind: Remove starting() signalhjk2017-06-281-8/+2
* Valgrind: Merge MemCheck{,WithGdb}ToolRunnerhjk2017-06-221-5/+1
* Debugger, QmlProfiler et al: Replace AnalyzerStartParameterhjk2017-06-161-4/+1
* Valgrind: Announce 'started', not 'stopped' on startuphjk2017-05-161-1/+1
* ProjectExplorer: Split Target and ToolRunners into smaller taskshjk2017-05-151-13/+15
* Valgrind: Move to new target/tool split for local setupshjk2017-05-021-14/+16
* Debugger: Dissolve Debugger::ActionDescriptionhjk2017-04-241-24/+53
* ProjectExplorer: Remove startRunControl()'s runMode parameterhjk2017-04-121-1/+1
* ProjectExplorer: Merge AnalyzerRunControl into RunControlhjk2017-04-051-3/+3
* SessionManager: Clean up methods around projectsTim Jenssen2017-03-021-1/+1
* Remove spaces in initializer listsTim Jenssen2017-02-221-6/+6
* Valgrind: Create only one extra configuration aspecthjk2016-10-101-4/+5
* Move icons to UtilsUlf Hermann2016-08-051-3/+2
* Debugger: Dissolve AnalyzerUtils::logToIssuesPane()hjk2016-05-311-4/+7
* Icons: Move "next/prev", "[un]locked" and "zoom" from Core to UtilsAlessandro Portale2016-05-311-2/+3
* Debugger: Let perspectives specify their central widgethjk2016-05-131-2/+2
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-05-111-2/+2
|\
| * Valgrind: Avoid crash when changing filterChristian Stenger2016-05-111-2/+2
* | Valgrind: Remove factories from object pool when destroying themUlf Hermann2016-05-111-1/+1
* | Valgrind: Split MemCheck and CallGrind factorieshjk2016-05-101-11/+46
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-221-2/+2
|\|