summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/lldb/lldbengine.h
Commit message (Expand)AuthorAgeFilesLines
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-1/+1
* Debugger: Use more FilePaths in module handling interfacehjk2023-03-141-2/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Debugger: Convert to Tr::trhjk2022-07-081-4/+2
* LldbEngine: Don't call blocking waitForStarted()Jarek Kobus2022-06-221-0/+1
* LldbEngine: Connect to done() signalJarek Kobus2022-06-171-3/+1
* Utils: Add a QString-based write to QtcProcesshjk2022-04-281-1/+1
* Get rid of ConsoleProcessJarek Kobus2022-01-261-1/+0
* Utils: Drop QProcess specific parameters from QtcProcess::finished()hjk2021-06-141-1/+1
* Debugger: Implement "Load QML Stack" feature for LLDBhjk2021-05-061-1/+2
* Debugger: Drop base DebuggerEngine::runEngine()hjk2021-01-051-1/+1
* Debugger: Remove DebuggerEngine::stateAcceptsBreakpointChanges()hjk2020-12-181-1/+0
* LLDB: Append 2 newlines after commandsOrgad Shaneh2020-08-281-0/+1
* Debugger: Improve lldb breakpoint handlingChristian Stenger2019-03-061-0/+1
* Debugger: Make LLDB startup failures more verbosehjk2018-12-111-1/+1
* Debugger: Implement disabling/enabling subbreakpoints with LLDBhjk2018-11-061-0/+1
* Debugger: Rework step{In,Out,Over} handlinghjk2018-10-161-4/+2
* Debugger: Streamline ThreadHandlerhjk2018-08-211-1/+1
* Debugger: Make most views per-engine instead of singletonshjk2018-08-171-12/+7
* Debugger: Remove unused DebuggerEngine::isSynchronoushjk2018-07-241-1/+0
* Debugger: Fix attaching to core for LLDBChristian Stenger2018-02-081-0/+1
* Debugger: Merge EngineSetup and InferiorSetup start phaseshjk2017-12-061-2/+0
* Debugger: Move LldbEngine connections to constructorhjk2017-10-271-1/+0
* Debugger: Move external terminal into separate RunWorkerhjk2017-09-271-6/+0
* Debugger: Centralize abort handlinghjk2017-09-211-1/+1
* Debugger: Remove remote setup sub-statemachineryhjk2017-06-221-4/+0
* Debugger: Move run parameters from engine to tool runnerhjk2017-05-181-3/+3
* Debugger: Merge prepareCommandDavid Schulz2017-04-191-1/+0
* Debugger: Use new shared result reporting infrastructurehjk2016-12-161-3/+0
* Debugger: Move command flags to debugger commandhjk2016-12-161-8/+0
* Debugger: Fix Window grabbing on GDBhjk2016-12-151-1/+7
* Debugger: Suppress putting full environment contents into logshjk2016-12-071-0/+6
* Debugger: Use a StandardRunnable for the debugger processhjk2016-08-041-1/+0
* Debugger/BinEditor: Standardize interfacehjk2016-07-211-4/+2
* Debugger: Fix QByteArray/QString overload mixuphjk2016-06-141-1/+1
* Debugger: Remove debuggerstringutils.hhjk2016-06-091-4/+4
* Debugger: Cosmeticshjk2016-05-121-3/+3
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Debugger: Work on WatchModel performancehjk2016-01-061-1/+0
* Debugger: Make DebuggerEngine::runCommand() virtual.hjk2015-11-041-1/+1
* Debugger: Add 'override' to *Engine classeshjk2015-09-111-49/+49
* Debugger: Use the usual callback mechanism for LLDB, toohjk2015-09-111-40/+15
* Debugger: Consolidate GDB and LLDB "updateLocals" code pathshjk2015-06-101-4/+2
* Debugger: Use QtcProcess instead of QProcess for LLDBhjk2015-06-081-1/+2
* Debugger: Split off runtime-only items from DebuggerStartParametershjk2015-05-281-1/+1
* Debugger: Fix display of expandable items in GDB and LLDBhjk2015-03-261-1/+0
* Debugger: Fix stack display on interrupt with LLDBhjk2015-03-261-0/+1
* Debugger: Remove most remaining occurrences of WatchDatahjk2015-03-201-3/+2