aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/valgrind/callgrindtool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use more DocumentManager::allFilesFilterStringEike Ziller12 days1-3/+5
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-111-1/+1
* RunWorkerFactory: Introduce setRecipeProducer()Jarek Kobus2025-03-311-3/+1
* Valgrind: Introduce setupExternalAnalyzer()Jarek Kobus2025-03-311-17/+1
* Valgrind: Rename valgrindengine.{h,cpp} into valgrindutils.{h,cpp}Jarek Kobus2025-03-311-1/+1
* Valgrind: Move ValgrindProcess into Internal namespaceJarek Kobus2025-03-311-0/+2
* Valgrind: Reuse RecipeRunner for CallgrindJarek Kobus2025-03-211-36/+49
* Valgrind: Replace virtual method with setterJarek Kobus2025-03-181-4/+2
* RunWorker: Use postMessage instead of appendMessageJarek Kobus2025-03-061-2/+4
* CallgrindTool: init RunControl memberNikita Baryshnikov2025-02-241-1/+1
* Debugger: Move findSymbolUnderCursor() to Callgrind toolhjk2025-02-241-1/+52
* Valgrind: Get rid of setProgressTitle() setterJarek Kobus2025-02-201-2/+1
* Valgrind: Drop start() overloadJarek Kobus2025-02-201-7/+4
* Valgrind: Simplify recipeForOption()Jarek Kobus2025-02-201-18/+19
* Debugger: Move StartRemoteDialog to Valgrind pluginhjk2025-02-181-1/+1
* Debugger: Streamline StartRemoteDialog interfacehjk2025-02-181-4/+4
* Docker: Move DOCKER_DEVICE_TYPE constant to ProjectExplorerhjk2025-02-181-3/+1
* Valgrind: Restrict tools to actually supported device typeshjk2025-02-181-0/+10
* Valgrind: Make parsing an async taskJarek Kobus2025-02-181-7/+15
* Valgrind: Move CallgrindToolRunner into callgrindtool.cppJarek Kobus2025-02-181-7/+67
* Valgrind: Move controller functionality into CallgrindToolJarek Kobus2025-02-181-36/+243
* ProjectExplorer: Add convenience accessors to some classesChristian Kandeler2025-01-231-1/+1
* Valgrind: Support CallgrindTool re-runningJarek Kobus2025-01-151-17/+20
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-2/+2
* Callgrind: Remove superfluous actionJarek Kobus2025-01-071-9/+6
* Utils: Remove parent argument from FileUtils dialogshjk2025-01-061-1/+0
* Merge remote-tracking branch 'origin/15.0'Eike Ziller2025-01-021-1/+1
|\
| * Callgrind: Fix Profile Costs of This Function and Its CalleesJarek Kobus2024-12-191-1/+1
* | ProjectExplorer: Introduce a RunControl::start()hjk2024-12-201-1/+1
* | Debugger: Merge analyzerconstants.h into debuggerconstants.hhjk2024-12-201-1/+0
* | Debugger: Merge analyzermanager.h into analyzerutils.hhjk2024-12-201-2/+3
* | PE: Return Result from canRunStartupProject()Jarek Kobus2024-12-191-1/+1
|/
* Valgrind: Fix a crash on shutdownJarek Kobus2024-10-091-0/+3
* Valgrind: Dismantle Parser classJarek Kobus2024-10-041-10/+2
* Valgrind: Don't leak ParseDataJarek Kobus2024-10-041-30/+24
* Remove #include <utils/fileutils.h> from most header fileshjk2024-07-261-0/+1
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Valgrind: Use new setup patternhjk2023-12-041-66/+62
* Utils, all: Standardize on QtcSettingshjk2023-09-271-1/+1
* Valgrind: Fix includesJarek Kobus2023-08-171-25/+16
* ValgrindPlugin: Use QList instead of QVectorJarek Kobus2023-08-081-1/+1
* Valgrind: Collapse project and global settings classeshjk2023-07-251-1/+1
* Valgrind: Move global settings handling closer to current patternhjk2023-07-241-12/+8
* Replace a few aspect.value() calls with operatpor()hjk2023-07-191-4/+4
* Valgrind: Some more direct FilePath usehjk2023-07-101-5/+5
* ProjectExplorerPlugin: Use expected_str for canRunStartupProject()Jarek Kobus2023-07-071-4/+4
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-1/+1
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-2/+2
* Valgrind: De-cruft plugin setuphjk2023-02-141-1/+0