aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/lldb
Commit message (Expand)AuthorAgeFilesLines
* Utils: Start replacing SavedActions by QAction or Utils::Aspecthjk2020-10-051-1/+1
* LLDB: Append 2 newlines after commandsOrgad Shaneh2020-08-282-4/+12
* Debugger: Funnel some LLDB message to the AppOutputPanehjk2020-05-181-0/+2
* Debugger: Start breakpoint manipulation syncronouslyhjk2020-05-071-5/+3
* Debugger: Avoid race condition on setting initial LLDB breakpointshjk2020-05-071-2/+7
* Fix some clang warnings about unused lambda capturesChristian Kandeler2020-04-241-1/+1
* Debugger: Fix tooltipsViacheslav Tertychnyi2020-04-031-0/+1
* Debugger: Pass symbol file to LLDB and use ithjk2020-04-031-0/+1
* RemoteLinux/Debugger: Pass right platform string to LLDBhjk2020-04-021-0/+1
* Use isEmpty() instead of count() or size()Alessandro Portale2020-01-201-1/+1
* Merge remote-tracking branch 'origin/4.11'Eike Ziller2020-01-151-1/+3
|\
| * Debugger: Do not waste CPU when using LLDBChristian Stenger2020-01-141-1/+3
* | Debugger: make Location::fileName a Utils::FilePathDavid Schulz2020-01-061-5/+3
* | Debugger: make BreakpointParameters::fileName a Utils::FilePathDavid Schulz2020-01-061-2/+2
|/
* Debugger: Move showModule{Sections,Symbols} to DebuggerEnginehjk2019-09-251-2/+2
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-08-071-1/+1
|\
| * Debugger: Allow spaces in arguments with LLDBhjk2019-08-061-1/+1
* | Avoid warning on empty expressionshjk2019-07-231-1/+1
* | Debugger: Use Utils::TreeModel as base for StackHandlerhjk2019-06-241-1/+1
* | ProjectExplorer: Use Utils::FileName for Runnable::executablehjk2019-06-211-6/+6
* | Utils: Encourage marking of raw command line parametershjk2019-06-061-1/+1
|/
* Utils: Extract a CommandLine structure from a QtcProcesshjk2019-05-291-1/+1
* Debugger: Make the time stamp recording option work for single itemshjk2019-04-121-0/+1
* Debugger: Expand target mapping only when requiredOrgad Shaneh2019-04-011-1/+2
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-03-142-0/+28
|\
| * Debugger: Improve lldb breakpoint handlingChristian Stenger2019-03-062-0/+28
* | Replace static_casts by QOverload where possiblehjk2019-02-261-1/+1
|/
* Debugger: Execute LLDB path substitution at similar times as GDBhjk2019-01-221-9/+9
* Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-12-122-9/+15
|\
| * Debugger: Make LLDB startup failures more verbosehjk2018-12-112-9/+15
* | Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-11-191-2/+4
|\|
| * Debugger: Fix assignment to QString etc with LLDBhjk2018-11-121-2/+4
* | Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-11-091-7/+2
|\|
| * Debugger: Fix LLDB start with complex command lineshjk2018-11-081-7/+2
* | Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-11-062-1/+24
|\|
| * Debugger: Implement disabling/enabling subbreakpoints with LLDBhjk2018-11-062-1/+24
* | Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-10-222-20/+6
|\|
| * Debugger: Rework step{In,Out,Over} handlinghjk2018-10-162-20/+6
* | Debugger: Strip QLatin1* where possibleOrgad Shaneh2018-10-131-2/+2
|/
* Debugger: Finalize moving Operate by Instruction to engineshjk2018-10-051-1/+1
* Debugger: Avoid crash when loading to core fileChristian Stenger2018-09-261-1/+2
* Debugger: Privatize GdbMi::m_childrenhjk2018-09-261-8/+7
* Debugger: Fix use of external debug info for installer-based QtChristian Stenger2018-09-261-0/+10
* Debugger: Make updateThreads() a setThreads()hjk2018-08-311-1/+1
* FileInProjectFinder/Debugger: Use Utils::FileName for sysrootUlf Hermann2018-08-281-1/+2
* Debugger: Streamline ThreadHandlerhjk2018-08-212-4/+5
* Debugger: Make most views per-engine instead of singletonshjk2018-08-172-83/+76
* Debugger: Remove unused DebuggerEngine::isSynchronoushjk2018-07-241-1/+0
* Debugger: Code cosmeticshjk2018-05-311-6/+6
* Debugger: Conceptually fix temporary stop of mixed lldb+qml enginehjk2018-05-281-1/+1