aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggeritem.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Utils: Make process results accessible through QtcProcess objecthjk2021-05-141-8/+7
* Utils: Merge {synchronous,qtc}process.{h,cpp} file pairshjk2021-05-101-1/+1
* DebuggerItem: Pass environment to debugger probingCristian Adam2021-05-071-3/+5
* Debugger: Prevent calling windows lldb on startupDavid Schulz2020-11-241-0/+12
* Debugger: Drop clang and llvm revision from LLDB version numberhjk2020-09-081-5/+7
* Utils: Drop Utils::SkipEmptyParts againhjk2020-07-211-1/+1
* All: Use Utils::SkipEmptyPartshjk2020-06-171-1/+2
* Debugger: Some FileName cosmeticshjk2020-04-141-4/+4
* BareMetal: Long live support for KEIL uVision v5.x debuggerDenis Shienkov2020-02-041-0/+23
* Debugger: prefer cdb for msvc targetsDavid Schulz2019-10-301-0/+5
* Utils: Add a FilePath::isDir() convenience functionhjk2019-09-111-1/+1