aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_nativedebugger
Commit message (Expand)AuthorAgeFilesLines
* Make QPacketProtocol independent of QmlUlf Hermann2018-04-231-1/+3
* Pass "this" object when evaluating debug jobsUlf Hermann2018-03-171-2/+8
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-262-4/+4
* Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-2/+2
* Finally get rid of the QV4::Function pointer in the contextLars Knoll2017-11-131-3/+2
* Merge remote-tracking branch 'origin/dev' into new-backendLars Knoll2017-11-082-5/+1
|\
| * Dissolve src/plugins/qmltooling/sharedUlf Hermann2017-11-052-5/+1
* | Fix evaluation of V4 debug jobsUlf Hermann2017-11-071-4/+4
* | V4 Debugger: Allow executing jobs on contexts without v4FunctionUlf Hermann2017-11-071-1/+4
* | Re-enable Debug instructions and locations for QML functionsUlf Hermann2017-11-061-0/+1
* | Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-222-10/+10
|\|
| * Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-252-10/+10
* | Move CallContext construction into a interpreter instructionLars Knoll2017-09-011-1/+1
* | Move line number information into a side tableLars Knoll2017-08-251-3/+3
* | Some prospective fixes to the debugging pluginLars Knoll2017-08-181-41/+29
* | Cleanup naming of Stack frame structuresLars Knoll2017-08-101-3/+3
* | Refactor context handlingLars Knoll2017-08-101-11/+8
* | Get rid of ExecutionContext::strictModeLars Knoll2017-08-101-1/+1
* | Avoid creating a separate Scope in the ExecutionContextSaverLars Knoll2017-08-081-1/+1
* | Fix frame handlingLars Knoll2017-08-041-22/+22
* | Change function signatures for call/construct backLars Knoll2017-08-041-8/+7
* | Unify SimpleCallContext and CallContextLars Knoll2017-07-051-1/+1
* | Remove now unused filesLars Knoll2017-06-301-1/+0
* | Various compile fixesLars Knoll2017-06-221-1/+0
|/
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-061-3/+3
|\
| * Move the engine() accessor from Object to ManagedLars Knoll2017-05-191-3/+3
* | Separate SimpleCallData and CallDataLars Knoll2017-03-091-7/+10
|/
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-15/+9
* headers: Add missing override and remove redundant virtualAlexander Volkov2016-12-071-1/+1
* QmlTooling: Move native debug service into own pluginUlf Hermann2016-11-186-0/+1038