aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Remove PEPlugin::finishedInitialization() signalhjk2024-02-071-2/+4
* Debugger: Move plugin tests to extra file pairhjk2024-01-191-222/+2
* All: More ToolChain->Toolchain renamingshjk2024-01-191-1/+1
* Debugger: Move plugin class definition to .cpphjk2024-01-151-108/+128
* Merge remote-tracking branch 'origin/12.0'Eike Ziller2023-12-121-7/+10
|\
| * CMake Debugging: Do not build/deployEike Ziller2023-12-111-7/+10
* | Support view/hide right side bar in Debug modeEike Ziller2023-12-111-0/+1
* | ProjectExplorer: Rename Tool{C,c}hainKitAspecthjk2023-11-271-4/+4
* | FancyMainWindow: Remove auto-hide title bars functionalityEike Ziller2023-11-071-12/+0
|/
* DAP: Fix dap engine selection with the translated stringsArtem Sokolovskii2023-10-041-23/+21
* All: Remove some unneeded #includeshjk2023-09-271-1/+0
* Utils, all: Standardize on QtcSettingshjk2023-09-271-1/+1
* ProjectExplorer: reduce the perceived startup timeDavid Schulz2023-09-151-3/+8
* DAP: Add Python debuggingArtem Sokolovskii2023-08-311-5/+12
* Utils: Use Key more widely in QtcSettingshjk2023-08-301-3/+3
* DebuggerPlugin: Fix assert on Creator startupJarek Kobus2023-08-291-1/+1
* DAP: Add engine chooserArtem Sokolovskii2023-08-281-42/+68
* DAP: Fix several breakpoints windows during CMake debugArtem Sokolovskii2023-08-171-71/+135
* Debugger: Rename debuggerkitinformation.{cpp,h}hjk2023-08-161-1/+1
* Debugger: Hide KitAspectFactoryhjk2023-08-161-2/+1
* DAP: Add check that cmake 3.27 or higherArtem Sokolovskii2023-08-141-2/+2
* DAP: Refactor dap responses handlingArtem Sokolovskii2023-08-141-1/+0
* Debugger: Name KitAspect related classes more similar to their baseshjk2023-08-101-1/+1
* Debugger: Make DebuggerItemManager a namespacehjk2023-08-101-5/+3
* Debugger: Call DebuggerItemManager::restoreDebuggers() more directlyhjk2023-08-091-3/+1
* Debugger: Use AspectContainer directly for L&E settings page layouthjk2023-07-271-1/+0
* Debugger: Simplify code path leading to .writeSettings()hjk2023-07-241-10/+0
* Debugger: Avoid now unusual external trigger of readSettings()hjk2023-07-211-2/+0
* Debugger: Move CommonOptionsPage to new settings schemehjk2023-07-201-2/+0
* DAP: Fix start CMake debug modeArtem Sokolovskii2023-07-141-1/+0
* DAP: Add CMake debug to the debug panelArtem Sokolovskii2023-07-141-0/+30
* Debugger: Adapt to latest settings access stylehjk2023-07-141-16/+15
* Tasks: Show tool tips with information about the categoriesEike Ziller2023-07-131-3/+6
* Tasks: Create a container class for category dataEike Ziller2023-07-121-3/+3
* ProjectExplorerPlugin: Use expected_str for canRunStartupProject()Jarek Kobus2023-07-071-10/+9
* DAP: Add CMake support to DAP engineArtem Sokolovskii2023-07-051-0/+15
* Reduce usage of app_version headerEike Ziller2023-06-261-6/+5
* Debugger: Split out gdb related options into own page objecthjk2023-06-221-2/+0
* Various plugins: Reuse QScopeGuard instead of ExecuteOnDestructionJarek Kobus2023-06-071-3/+2
* Debugger: Use Utils::Text::Position instead of int line numberhjk2023-06-071-4/+4
* Centralize a PluginManager::isShuttingDown() statusEike Ziller2023-05-231-5/+2
* Utils: Rework CheckableMessageBoxhjk2023-05-221-2/+1
* Utils: Unify CheckableMessageBox and make it look more nativeMarcus Tillmanns2023-05-171-4/+7
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-8/+9
* Debugger: Use new plugin test object setuphjk2023-02-141-20/+13
* Translations: Replace QCoreApplication::translate() with Tr::tr()Alessandro Portale2023-02-101-3/+3
* Proliferate Tr::tr in various placesAlessandro Portale2023-02-101-3/+3
* Debugger: Rebuild AttachCoreDialogMarcus Tillmanns2023-02-071-11/+6
* ProjectExplorer: Move settings structures out of Internal namespaceJarek Kobus2023-01-131-10/+2
* Prefix Tr::tr contexts with ::hjk2023-01-131-3/+3