aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Instruct user to enable CDB support componentDavid Schulz2017-05-081-3/+5
* Debugger: Use proper placeholder in error messagehjk2017-04-251-1/+1
* Debugger: Fix snapshot view icon sizehjk2017-04-241-0/+1
* Debugger: Disable break on warning/fatal for cdbDavid Schulz2017-04-201-8/+8
* Use qEnvironmentVariableIsEmpty or qEnvironmentVariableIsSet directlyMontel Laurent2017-04-194-4/+4
* Debugger: Optimize python output handlingDavid Schulz2017-04-102-8/+32
* Debugger: Pass uninitialized variables to the python dumpersDavid Schulz2017-04-101-0/+7
* Provide human readable debugger statesWolfgang Bremer2017-04-061-1/+1
* Debugger: Fix UI text capitalizationLeena Miettinen2017-04-052-17/+15
* Debugger: Run user commands as native commandsOrgad Shaneh2017-04-051-1/+1
* GDB: Fix break on main for console applications on WindowsOrgad Shaneh2017-04-041-9/+9
* Debugger: Fix crash on shutdownOrgad Shaneh2017-04-041-6/+7
* Debugger: Terminate gracefully when the debuggee is invalidOrgad Shaneh2017-04-041-0/+1
* Debugger: Fix command setting active frameDavid Schulz2017-03-291-1/+1
* Debugger: Prepend additional info to cdb exception task entryDavid Schulz2017-03-271-1/+3
* Qml Debugger: Properly handle JavaScript nullUlf Hermann2017-03-211-2/+8
* Qml Debugger: Show fewer messages in the status barUlf Hermann2017-03-161-1/+3
* Qml Inspector: Don't ignore anonymous objectsUlf Hermann2017-03-161-1/+9
* Qml Debugger: Set detailed options rather than "sanity"Ulf Hermann2017-03-151-1/+2
* Debugger: Fix MSVC warningOrgad Shaneh2017-03-151-1/+1
* Merge remote-tracking branch 'origin/master' into 4.3Eike Ziller2017-03-141-1/+7
|\
| * Make QNX a separate OS typeJames McDonnell2017-03-131-1/+7
* | Debugger: Comment out quasi dead codeRobert Loehning2017-03-131-9/+9
* | Qml Debugger: Raise sanity level to 1Ulf Hermann2017-03-131-1/+3
* | QmlDebugger: Limit recursive property lookupsUlf Hermann2017-03-131-47/+67
|/
* QmlDebugger: Allow functions and scripts to be specified as stringsUlf Hermann2017-03-131-12/+9
* Debugger: Remove libUtils dependency from some testshjk2017-03-101-1/+0
* Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-03-091-3/+20
|\
| * Merge remote-tracking branch 'origin/4.2' into 4.3Eike Ziller2017-03-091-3/+20
| |\
| | * Android: Fix app waiting for qml engine connectionVikas Pachdha2017-03-021-3/+20
* | | TextEditor: add right sidebarSerhii Moroz2017-03-091-1/+1
* | | ProjectExplorer: Switch responsibilities for raising applicationshjk2017-03-082-6/+10
|/ /
* | Debugger: Comment out dead codeRobert Loehning2017-03-072-3/+3
* | Utils: Wrap MimeDatabase into static functionshjk2017-03-031-2/+1
* | ProjectExplorer: Make RunControl::bringApplicationToForeground virtualhjk2017-03-011-1/+1
* | ProjectExplorer: Unify RunControl setup/teardownTobias Hunger2017-03-012-18/+7
* | Debugger: Use ProcessHandle in notifyInferiorPid()hjk2017-03-018-18/+26
* | Debugger: Remove some unneeded "No process" notification in CDBhjk2017-03-011-1/+0
* | Debugger: Use Utils::ProcessHandle for DebuggerEngine::m_inferiorPidhjk2017-03-018-43/+42
* | Debugger: Use (only) -thread-group-started as pid notificationhjk2017-02-282-46/+1
* | Debugger: Fix crash in combined debugginghjk2017-02-281-1/+1
* | Merge remote-tracking branch 'origin/4.2'Eike Ziller2017-02-272-28/+13
|\|
| * Debugger: Don't crash if targets vanish if the last kit is deletedhjk2017-02-231-23/+5
| * Debugger: Pass Qt type info version to the debugger protocolDavid Schulz2017-02-231-5/+8
* | Move mimetype definitions to plugin specsEike Ziller2017-02-274-19/+18
* | Debugger: Report PID back to RunControlTobias Hunger2017-02-271-0/+1
* | Convert some 0 to nullptrMontel Laurent2017-02-231-2/+2
* | Remove spaces in initializer listsTim Jenssen2017-02-2211-38/+38
* | Debugger: Fix transfer of non-8-bit output with LLDBhjk2017-02-221-1/+1
* | Debugger: Initialize members of DebuggerItemConfigWidgetRobert Loehning2017-02-221-2/+2