summaryrefslogtreecommitdiff
path: root/src/plugins/debugger
Commit message (Expand)AuthorAgeFilesLines
* Filter leading GDB messages during version detectionAntonio Di Monaco2019-07-291-1/+7
* Compile fix with recent Qt devhjk2019-07-294-49/+24
* Debugger: Code cosmeticshjk2019-07-268-26/+32
* Standardize on int for line and column valueshjk2019-07-263-5/+5
* Utils: Add CommandLine convenience constructorshjk2019-07-232-4/+2
* Replace remaining Utils::FileName occurrences by Utils::FilePathhjk2019-07-231-3/+3
* Avoid warning on empty expressionshjk2019-07-2314-22/+22
* Debugger: Only append ".exe" for symbol file if necessaryMichael Weghorn2019-07-181-2/+2
* Merge remote-tracking branch 'origin/4.10'Tim Jenssen2019-07-124-5/+6
|\
| * Remove more deprecation warningshjk2019-07-052-3/+3
| * Debugger: Robustify QmlInspectorAgent::onResulthjk2019-07-051-1/+2
| * Avoid more deprecation warningshjk2019-07-051-1/+1
* | Debugger: Auto-detect installed GNU debuggers for ARM on WindowsDenis Shienkov2019-07-101-1/+35
* | Merge remote-tracking branch 'origin/4.10'Tim Jenssen2019-07-043-8/+8
|\ \ | |/
| * More Utils::toSet/toListhjk2019-07-042-2/+2
| * ToolTipWatchItem: Fix column mappingMichael Weghorn2019-07-011-6/+6
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-281-1/+1
|\ \ | |/
| * Debugger: Set tab title when attaching to started applicationChristian Stenger2019-06-251-1/+1
* | Debugger: Introduce a tree level above stack frameshjk2019-06-268-76/+117
* | Debugger: Use Utils::TreeModel as base for StackHandlerhjk2019-06-247-80/+87
* | ProjectExplorer: Use Utils::FileName for Runnable::executablehjk2019-06-2116-82/+75
* | Debugger: Remove GdbServerPortsGatherer::setDevicehjk2019-06-133-10/+0
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-132-13/+7
|\ \ | |/
| * Debugger: Remove unused declarationshjk2019-06-121-2/+0
| * Debugger: Use QElapsedTimer instead of QTime::elapsed()hjk2019-06-122-11/+7
* | Utils: Use CommandLine in ConsoleProcesshjk2019-06-131-1/+2
* | Debugger: Use Utils::CommandLine handling in CDBhjk2019-06-122-76/+44
* | Remove ToolChain::suggestedDebugger()Alessandro Portale2019-06-121-1/+1
* | Debugger: Fix enum comparisonhjk2019-06-121-1/+1
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-121-3/+1
|\ \ | |/
| * Debugger: Allow all debuggers when attaching to running servershjk2019-06-121-3/+1
* | Merge "Merge remote-tracking branch 'origin/4.10'"The Qt Project2019-06-122-4/+5
|\ \
| * \ Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-122-4/+5
| |\ \ | | |/
| | * Debugger: Use the new hint to determine why settings should be savedhjk2019-06-111-4/+3
| | * Debugger: Robustify DebuggerRunTool::showMessage()hjk2019-06-111-0/+2
* | | Debugger: Abandon special DebuggerKitChooserhjk2019-06-125-51/+11
|/ /
* | Use Utils::FilePath in SynchronousProcesshjk2019-06-113-8/+8
* | Utils: Encourage marking of raw command line parametershjk2019-06-062-2/+2
|/
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-061-5/+22
|\
| * Merge remote-tracking branch 'origin/master' into 4.10Eike Ziller2019-06-043-15/+13
| |\
| * | Debugger: Improve perspective geometry persistencehjk2019-06-041-5/+22
* | | Debugger: Use Utils::CommandLine for gdb processhjk2019-06-041-9/+8
| |/ |/|
* | Debugger: Use Utils::FilePath for serverStartScripthjk2019-06-043-8/+8
* | Debugger: Use new Utils::CommandLine in LocalProcessRunnerhjk2019-06-041-8/+6
|/
* Utils: Extract a CommandLine structure from a QtcProcesshjk2019-05-293-3/+4
* Debugger: Revive long lost tab titlesChristian Stenger2019-05-291-1/+4
* Debugger: Avoid having an empty tab title when attaching to coreChristian Stenger2019-05-291-2/+2
* connect() to ambiguous signals/slots: Replace static_cast with QOverloadAlessandro Portale2019-05-286-6/+6
* Utils: Rename FileName to FilePathhjk2019-05-2823-77/+77
* Directly construct KitAspect::toUserOutput return valueshjk2019-05-281-1/+1