summaryrefslogtreecommitdiff
path: root/src/plugins/debugger
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Try harder to restore dock widget sizeshjk2019-09-261-6/+11
* Debugger: Mark docks as default-visible when resetting a perspectivehjk2019-09-251-0/+1
* Debugger: Do not forget perspective layouts on unused perspectiveshjk2019-09-232-126/+114
* Fix MSVC warningsOrgad Shaneh2019-09-111-1/+1
* Debugger: Update breakpoint marker earlierChristian Stenger2019-08-121-1/+1
* Use common functions for handling ampersands/acceleratorsEike Ziller2019-08-091-2/+2
* Debugger: Allow spaces in arguments with LLDBhjk2019-08-061-1/+1
* Remove more deprecation warningshjk2019-07-052-3/+3
* Debugger: Robustify QmlInspectorAgent::onResulthjk2019-07-051-1/+2
* Avoid more deprecation warningshjk2019-07-051-1/+1
* More Utils::toSet/toListhjk2019-07-042-2/+2
* ToolTipWatchItem: Fix column mappingMichael Weghorn2019-07-011-6/+6
* Debugger: Set tab title when attaching to started applicationChristian Stenger2019-06-251-1/+1
* Debugger: Remove unused declarationshjk2019-06-121-2/+0
* Debugger: Use QElapsedTimer instead of QTime::elapsed()hjk2019-06-122-11/+7
* Debugger: Allow all debuggers when attaching to running servershjk2019-06-121-3/+1
* 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
* 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
* ProjectExplorer: Introduce a alias for QList<Tasks>hjk2019-05-283-5/+5
* ExtensionSystem: Move away from QListEike Ziller2019-05-272-4/+3
* ProjectExplorer: Use an alias for QList<Abi>hjk2019-05-274-8/+8
* CMake build: Add ability to disable building of individual pluginsEike Ziller2019-05-231-10/+9
* Qt Creator CMake portCristian Adam2019-05-171-0/+110
* Some more FileName::appendPath() -> pathAppended() changeshjk2019-05-171-2/+1
* Utils: Replace FileName::FileName(QFileInfo) by a named constructorhjk2019-05-131-1/+1
* Debugger: Remove unused fileshjk2019-05-133-983/+0
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-05-085-19/+32
|\
| * Debugger: normalize cdb reported brakpoint file namesDavid Schulz2019-05-071-1/+1
| * Force double-click activation for breakpoints viewEike Ziller2019-05-031-0/+1
| * Debugger: fix start and break on main for cdbDavid Schulz2019-05-032-7/+12
| * Debugger: use oneshot of BreakpointParameters in cdbAddBreakpointCommandDavid Schulz2019-05-033-10/+11
| * Debugger: Resolve ambiguity of F10 shortcuthjk2019-04-231-1/+7
* | Remove a couple of "setAutoRaise(true)" for toolbar buttonsAlessandro Portale2019-04-291-3/+0
* | Debugger: Remove unused variableshjk2019-04-241-5/+0
* | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-04-122-3/+11
|\ \ | |/
| * Debugger: Coordinate breakpoint rampdownhjk2019-04-111-3/+7
| * Debugger: Prevent crash on destroyed perspectivehjk2019-04-091-0/+4
* | Debugger: Make the time stamp recording option work for single itemshjk2019-04-129-18/+47