aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/lldb/lldbengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Simplify some redundant file property checkshjk7 days1-1/+1
* Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-05-271-2/+3
|\
| * Debugger: Fix displaying LLDB statesChristian Stenger2024-05-231-2/+3
* | Debugger: Provider Qt version externally to bridgeshjk2024-05-161-4/+2
* | Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-04-261-0/+11
|\|
| * Debugger: Execute additional attach commands for LLDBCristian Adam2024-04-251-0/+11
* | Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-03-141-0/+7
|\|
| * Debugger: Add "Run as root" support for lldbMarcus Tillmanns2024-03-131-0/+7
* | Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
|/
* Debugger: Robustify lldb line parserhjk2024-02-261-10/+15
* Environment: Fix incorrect usage of appendOrSetMarcus Tillmanns2024-01-261-2/+2
* Use more std::chrono and std::chrono_literals namespacesJarek Kobus2024-01-231-1/+2
* Process: Change signature of waitForXxx() functionsJarek Kobus2024-01-231-1/+1
* Merge remote-tracking branch 'origin/12.0'Eike Ziller2023-11-271-1/+7
|\
| * Prevent lldb from enabling os_log mirroring to stderrTor Arne Vestbø2023-11-271-1/+7
* | Debugger: Fix assert when starting local debugCristian Adam2023-11-221-15/+17
|/
* Debugger: Fix lldb fetchFullBacktraceMarcus Tillmanns2023-10-201-2/+2
* lldb: Set environment variable to detect when running lldb from CreatorTor Arne Vestbø2023-09-281-0/+1
* Debugger: Paddle back on multiple inheritance for settingshjk2023-07-191-1/+0
* Debugger: Adapt to latest settings access stylehjk2023-07-141-16/+15
* Debugger: Support linux remote debugging with LLDBMarcus Tillmanns2023-07-061-1/+0
* Debugger: Use Utils::Text::Position instead of int line numberhjk2023-06-071-4/+4
* Debugger: Use a FilePathAspect for extra dumpershjk2023-05-251-3/+3
* All: Use the shorter access to aspect values in a few placeshjk2023-05-121-2/+2
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-5/+5
* Debugger: Support piping dumpers into gdbhjk2023-04-051-1/+2
* Debugger: Use FilePath for Moduleshjk2023-03-141-1/+2
* Debugger: Use more FilePaths in module handling interfacehjk2023-03-141-5/+5
* Debugger: Fix "Run in Terminal" with lldbMarcus Tillmanns2023-03-131-1/+1
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-03-131-3/+3
|\
| * Android: add "threads" command for jdb settelmentCristian Adam2023-03-101-3/+3
* | Utils: More explicit host os use to make it stand outhjk2023-03-071-1/+2
|/
* Utils: Rename QtcProcess::readAllStandard* to readAllRawStandard*hjk2023-01-101-2/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Debugger: Remove DebuggerCommand::arg(FilePath)hjk2022-11-171-3/+3
* lldb: Use path() for FilePaths from devicesMarcus Tillmanns2022-11-171-3/+3
* Debugger: FilePath-ify .so libs handlingAlessandro Portale2022-11-171-2/+2
* Debugger: Use qtcEnvironmentVariable* instead of qEnvironmentVariable*Eike Ziller2022-08-311-1/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Debugger: Convert to Tr::trhjk2022-07-081-23/+21
* Set solibSearchPath to LLDBBogDan Vatra2022-06-231-0/+3
* LldbEngine: Don't call blocking waitForStarted()Jarek Kobus2022-06-221-9/+13
* Debugger: Fix LLDB start on Ubuntu 22.04hjk2022-06-201-0/+16
* LldbEngine: Connect to done() signalJarek Kobus2022-06-171-27/+14
* Debugger: Ensure termination of lldb.exeAlessandro Portale2022-06-171-6/+3
* Debugger: Use ProcessResultData a bit morehjk2022-06-161-1/+3
* Debugger: Ensure termination of lldb.exeAlessandro Portale2022-06-161-0/+1
* Utils: Add a QString-based write to QtcProcesshjk2022-04-281-5/+4
* Utils: Move QtcProcess constructor setup data to shared setup datahjk2022-02-111-1/+2