aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggeritem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace a few make_unexpected with ResultErrorhjk2025-04-151-8/+8
* Replace most expected_str by Utils::Resulthjk2025-04-111-6/+6
* Autodetect native DAP debuggersAndrii Semkiv2024-12-171-155/+265
* Debugger: Use DebuggerTreeItem in DebuggerKitAspectChristian Kandeler2024-10-011-1/+1
* Debugger: Make icons and tooltips consistent in options pageChristian Kandeler2024-09-301-6/+28
* cdb: Match x64 target for arm64 cdbOliver Wolff2024-08-291-0/+6
* Debugger: reenable 32 bit cdb detectionDavid Schulz2024-08-261-5/+2
* Debugger: Fix debugger type detection of Android NDK LLDBsAlessandro Portale2024-07-231-0/+1
* Debugger: Allow GDB/LLDB DAP debugger as native C++ debuggerCristian Adam2024-06-141-0/+4
* Debugger: Prevent showing the windows error on debugger detectionDavid Schulz2024-06-121-15/+4
* Debugger: prefer 64 bit cdb and remove auto detected 32 bit cdbDavid Schulz2024-06-121-2/+5
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Debugger: add python debugger setting in run configurationDavid Schulz2023-12-041-4/+0
* Debugger: Add our lldb to the system search pathsCristian Adam2023-11-211-2/+5
* Debugger: Speed up startup on WindowsCristian Adam2023-08-301-1/+4
* DAP: Add engine chooserArtem Sokolovskii2023-08-281-5/+0
* Plugins: A bit more Keys and Storehjk2023-08-251-3/+3
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-2/+2
* Debugger: Add skeleton for a debugger adapter protocol using enginehjk2023-04-061-0/+7
* Debugger: Small corrections to "Generic" item handlinghjk2023-03-291-1/+16
* Utils: Rename most FilePath::{from,to}Variant uses to {from,to}Settingshjk2023-01-101-4/+4
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Debugger: Fix environment when initializingMarcus Tillmanns2022-11-171-14/+5
* Debugger: Improve ABI compatibility matchingOrgad Shaneh2022-09-051-6/+11
* Debugger: Simplify legacyGdbTargetAbiString handlinghjk2022-09-051-4/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Debugger: Convert to Tr::trhjk2022-07-081-19/+11
* Debugger: (Re-)Fix start of Android lldb from NDK 23.x on LinuxAlessandro Portale2022-06-171-1/+1
* Utils: Replace Environment::size() check by some isValid() functionhjk2022-06-031-1/+1
* Merge remote-tracking branch 'origin/7.0'Eike Ziller2022-04-201-0/+7
|\
| * Debugger: Fix start of Android lldb from NDK 23.x on LinuxAlesandro Portale2022-04-131-0/+7
| * QNX: Fix debugger detectionRafael Roquetto2022-03-091-2/+17
* | QNX: Fix debugger detectionRafael Roquetto2022-03-071-2/+17
* | QtcProcess: Limit the inclusion of qtcprocess.hJarek Kobus2022-03-021-1/+1
|/
* Debugger: Set Python env also for ndk-lldbs outside the SDKAlessandro Portale2021-12-061-2/+2
* Merge remote-tracking branch 'origin/6.0'Eike Ziller2021-11-111-2/+21
|\
| * Debugger: Set "PYTHONHOME" for Androids lldb as native pathAlessandro Portale2021-11-101-1/+1
| * Debugger: Consolidate search code for python-pathAlessandro Portale2021-11-091-13/+19
| * Debugger: Fix running android lldbChristian Stenger2021-11-081-2/+15
|/
* Remove unneeded includes of QProcess from cpp filesJarek Kobus2021-11-011-1/+0
* Debugger: Enable detection of Android Studio's lldb frontendAlessandro Portale2021-10-291-4/+6
* Debugger: Add commandline to "Unable to determine gdb target ABI" warningv6.0.0-beta1Alessandro Portale2021-10-121-1/+1
* Debugger: Remove some uses of FilePath::toFileInfo()hjk2021-08-231-15/+6
* Debugger: Show output of debugger detectionhjk2021-08-061-2/+6
* Debugger: Code cosmeticshjk2021-07-141-8/+8
* Docker: Fix debugger auto-detectionhjk2021-07-141-3/+7
* All: Replace most SynchronousProcess by QtcProcesshjk2021-06-231-2/+2
* Utils: Rename QtcProcess::Result::Finished to FinishedWithSuccesshjk2021-06-021-1/+1
* Utils: Remove CommandLine argument from QtcProcess::run{,Blocking}hjk2021-05-191-2/+4