aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggeritemmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace most expected_str by Utils::Resulthjk2025-04-111-4/+4
* Avoid potential detach of non-const Qt containers in range-loops 2/2Alessandro Portale2025-03-241-2/+2
* Utils: Centralize PersistentSettingsWriter's use of dialogParent()hjk2025-02-181-1/+1
* Debugger: Fix UI text capitalization and punctuationLeena Miettinen2025-02-041-2/+2
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-1/+1
* Autodetect native DAP debuggersAndrii Semkiv2024-12-171-17/+128
* Utils: Add FilePath::isLocal() and use it instead of !needsDevice()hjk2024-12-091-2/+2
* ProjectExplorer: Move KitAspect into its own set of filesChristian Kandeler2024-10-111-1/+1
* ProjectExplorer: Use central KitAspectSortModelChristian Kandeler2024-10-101-2/+6
* Debugger: Use DebuggerTreeItem in DebuggerKitAspectChristian Kandeler2024-10-011-41/+34
* Debugger: FilePath'ifyMarcus Tillmanns2024-08-291-7/+3
* Core: Expectify clangBinary()Marcus Tillmanns2024-08-291-5/+5
* Debugger: reenable 32 bit cdb detectionDavid Schulz2024-08-261-7/+1
* Debugger: prefer 64 bit cdb and remove auto detected 32 bit cdbDavid Schulz2024-06-121-0/+6
* Debugger: avoid 32 bit cdb detectionDavid Schulz2024-06-101-1/+1
* Use LayoutBuilder V2hjk2024-05-271-1/+1
* Remove PluginManager::futureSynchronizer()Eike Ziller2024-05-211-3/+1
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-02-271-3/+6
|\
| * DebuggerItemConfigWidget: Ensure the futures are synchronizedJarek Kobus2024-02-231-3/+6
* | Utils: Rename HostArchitecture enumMarcus Tillmanns2024-02-221-1/+1
|/
* Use more std::chrono and std::chrono_literals namespacesJarek Kobus2024-01-231-1/+2
* Process: Get rid of setTimeoutS()Jarek Kobus2024-01-221-2/+1
* Debugger: Add our lldb to the system search pathsCristian Adam2023-11-211-1/+6
* Debugger: Enable sorting in the settings pageChristian Kandeler2023-09-121-5/+16
* Use Nanotrace to generate startup performance reportEike Ziller2023-09-121-0/+3
* Utils: Use numberedKey(Key, int) more wildlyhjk2023-08-301-2/+2
* DAP: Add engine chooserArtem Sokolovskii2023-08-281-8/+0
* Utils: Introduce variantFromStore and storeFromVarianthjk2023-08-281-2/+2
* Plugins: A bit more Keys and Storehjk2023-08-251-6/+6
* Debugger: Make DebuggerItemManager a namespacehjk2023-08-101-95/+67
* Debugger: Rename main option page to DebuggerSettingsPagehjk2023-08-091-165/+162
* Debugger: Call DebuggerItemManager::restoreDebuggers() more directlyhjk2023-08-091-9/+2
* Utils: Make validation asyncMarcus Tillmanns2023-06-291-56/+74
* Debugger: Add missing full stops and quotesEike Ziller2023-06-141-2/+2
* Debugger: Don't put option page into the central object poolhjk2023-05-081-4/+0
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-1/+1
* Debugger: Add skeleton for a debugger adapter protocol using enginehjk2023-04-061-0/+8
* Debugger: Do not store generic debuggers to settingsChristian Stenger2023-03-291-0/+2
* Debugger: Small corrections to "Generic" item handlinghjk2023-03-291-31/+61
* Debugger: Have a generic "GDB in PATH on Build Device" itemhjk2023-03-281-4/+24
* Utils: Use an enum indication the possible abort of an dir iterationhjk2023-01-261-1/+4
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Debugger: Fix environment when initializingMarcus Tillmanns2022-11-171-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* Debugger: Delay restoration until Devices are restoredMarcus Tillmanns2022-09-271-0/+12
* Debugger: Search for toolchain style gdb'sMarcus Tillmanns2022-09-151-1/+1
* Debugger: Remove old commented codeMarcus Tillmanns2022-09-151-20/+0
* Utils: Replace PathChooser::{fileP,p}athChanged signalshjk2022-09-061-2/+2