aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggeritemmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Debugger: prefer 64 bit cdb and remove auto detected 32 bit cdbDavid Schulz8 hours1-0/+6
* Debugger: avoid 32 bit cdb detectionDavid Schulz3 days1-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
* Debugger: Use qtcEnvironmentVariable* instead of qEnvironmentVariable*Eike Ziller2022-08-311-5/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* filesystem: Add QFSEngine for filepathsMarcus Tillmanns2022-07-211-0/+1
* Debugger: Convert to Tr::trhjk2022-07-081-37/+29
* Replace more used of PathChooser::pathChanged by filePathChangedhjk2022-07-011-2/+2
* Arm64: Separate Arm64 from Arm on WindowsCristian Adam2022-06-211-1/+1
* Debugger: Use arm64 cdb only on Arm64 hostCristian Adam2022-05-301-1/+3
* Debugger: Add auto-detection for arm64 version of cdb.exeCristian Adam2022-05-241-6/+6
* docker: Correctly initialize Kit during autodetectionMarcus Tillmanns2022-04-121-4/+3
* QtcProcess: Limit the inclusion of qtcprocess.hJarek Kobus2022-03-021-1/+1
* Debugger: Fix autodetectionhjk2022-02-031-1/+4
* Debugger: Fix removing auto detected debuggersChristian Stenger2022-01-281-7/+11
* Utils: Wrap various file system iteration flags and filtershjk2022-01-261-1/+1