aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/lldb
Commit message (Expand)AuthorAgeFilesLines
* Utils/Ssh: Move SshRemoteProces::isRunning() to QtcProcess basehjk2021-12-061-3/+3
* Debugger: Fix setting of Qt version fallback, againhjk2021-11-101-4/+4
* Debugger: Consolidate search code for python-pathAlessandro Portale2021-11-091-13/+1
* Debugger: Also look for "/ndk/" path segment in LldbEngine::setupEngineAlessandro Portale2021-11-081-7/+13
* Debugger: Fix LLDB/Python startup for Androidhjk2021-11-081-0/+8
* Debugger: use Qt version from kit as fallback for dumperDavid Schulz2021-10-251-0/+4
* Docker: mount python dumpers to deviceDavid Schulz2021-10-251-4/+2
* ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-131-4/+4
* Use refactored ProcessModeJarek Kobus2021-08-091-0/+1
* Utils/ProjectExplorer: Use FilePath for Runnable::workingDirectoryhjk2021-08-061-1/+1
* Add workarounds for running under Rosetta on macOSTor Arne Vestbø2021-07-131-1/+5
* Utils: Drop QProcess specific parameters from QtcProcess::finished()hjk2021-06-142-3/+3
* Utils: Move QProcess base to QtcProcessPrivatehjk2021-06-021-4/+4
* Utils: Move process arguments class out of QtcProcesshjk2021-05-111-1/+1
* Debugger: Implement "Load QML Stack" feature for LLDBhjk2021-05-062-23/+31
* Core: Add a default parameter to various ICore::*path functionshjk2021-04-271-2/+1
* ICore: Change some path API to use FilePathEike Ziller2021-04-261-2/+2
* Debugger: Use an aspect for the source path mappinghjk2021-03-091-2/+1
* Debugger: Aspectify settingshjk2021-03-031-18/+19
* Debugger: Rename 'AttachExternal' to 'AttachToLocalProcess'hjk2021-01-071-7/+7
* Debugger: Drop base DebuggerEngine::runEngine()hjk2021-01-052-2/+5
* Debugger: Remove DebuggerEngine::stateAcceptsBreakpointChanges()hjk2020-12-182-15/+0
* 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