summaryrefslogtreecommitdiff
path: root/src/plugins/debugger
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Fix "No such slot" warning in watchersOrgad Shaneh2015-10-231-1/+2
* Debugger: fix capitalization of button labelLeena Miettinen2015-10-231-1/+1
* Debugger: Adjust native mixed debugging after upstream changeshjk2015-10-197-211/+272
* Debugger: Fix a warningNiels Weber2015-10-161-1/+1
* Debugger: Work around libstd++ crashhjk2015-10-161-2/+3
* Debugger: Go back to QVector in GdbMihjk2015-10-163-6/+6
* Debugger: Make basic native-mixed debugging work with LLDBhjk2015-10-134-70/+70
* Debugger: Infrastructure for reworked native mixed debugginghjk2015-10-0925-275/+319
* Debugger: Fix "Repeat Last Command" buttonOrgad Shaneh2015-10-073-85/+104
* Debugger: Merge GdbEngine's {run,post,flush}Commandhjk2015-09-308-486/+425
* Debugger: Add missing #includehjk2015-09-281-0/+1
* Debugger: Allow LLDB-MI to be used as debuggerhjk2015-09-281-3/+8
* Permit the use of the QML debugger on non JS/QML filesJean Gressmann2015-09-232-7/+17
* Debugger: Remove remains of QmlEngine live update featurehjk2015-09-184-74/+2
* Debugger: Use DebuggerEngine::checkState also in core adapterhjk2015-09-181-4/+6
* Debugger: Remove virtual layer of sendMessage() calls in QmlEnginehjk2015-09-171-11/+6
* DisassemblerAgent: Mark document as temporaryTobias Hunger2015-09-161-2/+3
* Utils: Remove qPidToPid() adapter functionhjk2015-09-165-9/+9
* Gdb: Fix warnings about inconsistent use of overrideTobias Hunger2015-09-151-12/+9
* Debugger: Use Qt's JSON encoder for debugger protocolUlf Hermann2015-09-158-118/+98
* Debugger: Remove some unneeded calls to resetLocation()hjk2015-09-155-26/+0
* Debugger: Merge watcher request creationhjk2015-09-155-68/+29
* Debugger: Slim down CHECK_STATE() expansionhjk2015-09-154-21/+16
* Debugger: Remove two unused functions from cdbparsehelpershjk2015-09-142-12/+0
* Debugger: Add 'override' to *Engine classeshjk2015-09-116-254/+254
* Debugger: Make CDB DebuggerCommand handling more similar to LLDBhjk2015-09-112-168/+173
* Debugger: Use the usual callback mechanism for LLDB, toohjk2015-09-113-376/+267
* Debugger: Add some missing overridesTobias Hunger2015-09-101-2/+2
* Debugger: Mark bad debuggger entries with an error iconhjk2015-09-073-0/+26
* Debugger: Correctly unset LocationMark when the editor is closed.David Schulz2015-09-041-0/+1
* Debugger: Allow terminals for sessions started from command linehjk2015-09-042-3/+4
* Debugger: Don't overwrite an empty env with an empty envhjk2015-09-041-3/+0
* Debugger: Pass system environment to sessions started on command linehjk2015-09-041-0/+1
* Debugger: Fix LLDB dumper result reading on Windowshjk2015-09-041-0/+1
* Debugger: Don't mention auto-detected binarieshjk2015-09-041-0/+2
* Merge remote-tracking branch 'origin/3.5'Eike Ziller2015-09-041-1/+1
|\
| * Debugger: Make watchers editable in coredumpOrgad Shaneh2015-09-031-1/+1
* | Utils: Rename PathChooser::changed() signal.Christian Kandeler2015-09-034-5/+5
* | Cdb: Add register size and type to the gdmi structure.David Schulz2015-09-031-0/+8
* | Debugger: Stop on first line when starting PdbEnginehjk2015-09-021-4/+1
* | Debugger: Replace unneeded requests for updates in PdbEnginehjk2015-09-022-9/+15
* | Debugger: Fix stepping into other files with PdbEnginehjk2015-09-021-6/+1
* | Debugger: Work around lazy GDB communicationhjk2015-09-021-0/+5
* | Debugger: Make Python debugger interruptiblehjk2015-09-021-0/+3
* | Debugger:QML: Fix compile for Qt5.4Christian Stenger2015-09-011-2/+2
* | Cdb: Just print debug output when requested.David Schulz2015-09-011-1/+1
* | Debugger: Remove arg for a 0 hunk in disassembly.David Schulz2015-09-011-1/+1
* | Cdb: Clear output buffer after assigning it to the response.David Schulz2015-09-011-9/+9
* | Merge remote-tracking branch 'origin/3.5'Eike Ziller2015-09-013-2/+6
|\ \ | |/
| * QmlInspector: Fix crash on engine ramp downhjk2015-08-262-2/+5