summaryrefslogtreecommitdiff
path: root/src/plugins/debugger
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Debugger: Always disable wait indicator when switching engineshjk2015-08-241-0/+1
* | Debugger: Fix removal of breakpoint marks in disassembler viewhjk2015-09-015-53/+87
* | Debugger: Remove queued commands in GDB enginehjk2015-09-013-96/+29
* | Debugger: Fix crash when attaching to already running application.David Schulz2015-09-011-1/+1
* | Clang: Add diagnosticsMarco Bubke2015-08-311-1/+1
* | Debugger: Also show instruction bytes in LLDB disassemblerhjk2015-08-311-2/+6
* | Debugger: Don't use quotes around single chars when editing registershjk2015-08-312-9/+18
* | Fix off by one in tooltipNiels Weber2015-08-311-1/+1
* | Debugger: Add display of mixed disassembler output for LLDBhjk2015-08-282-0/+5
* | Debugger: fix metatype declaration macro usageNikita Baryshnikov2015-08-282-4/+1