aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/qv4debugger/tst_qv4debugger.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-021-0/+27
|\
| * Skip block context within call contexts when searching for parametersUlf Hermann2019-04-291-0/+27
* | Remove unused includes of qv8engine_p.hUlf Hermann2019-04-091-1/+0
|/
* V4 debugger: Drop redundantRefs optionUlf Hermann2018-07-181-45/+5
* Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-06-191-0/+22
|\
| * V4: Set argumentsCanEscape when debuggingUlf Hermann2018-05-301-0/+22
* | Cleanup creation code for builtin functionsLars Knoll2018-05-021-2/+1
* | Add support for proper lexical scopingLars Knoll2018-05-021-1/+15
* | Bring JS grammar in line with ES7 specLars Knoll2018-04-251-5/+5
|/
* Pass "this" object when evaluating debug jobsUlf Hermann2018-03-171-0/+32
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-4/+4
* Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-2/+2
* Get rid of BuiltinFunctionLars Knoll2018-01-151-3/+3
* Set Jump locations for loopsUlf Hermann2017-11-081-6/+5
* V4 debugger: re-enable some more testsUlf Hermann2017-11-081-2/+0
* V4 debugger: Fix tests for function expressionsUlf Hermann2017-11-071-10/+5
* Re-enable Debug instructions and locations for QML functionsUlf Hermann2017-11-061-8/+1
* Re-enable tests/auto/qml/debuggerUlf Hermann2017-10-241-3/+18
* Merge remote-tracking branch 'origin/dev' into wip/new-backendLars Knoll2017-08-221-1/+1
|\
| * Remove hack to make QtC understand that typeof null is "object"Ulf Hermann2017-08-151-1/+1
* | Remove now unused filesLars Knoll2017-06-301-1/+0
* | Various compile fixesLars Knoll2017-06-221-2/+0
|/
* Get rid of the old way of defining builtin functionsLars Knoll2017-05-191-4/+4
* V4: Set correct source locations for jumps out of conditionalsv5.9.0-beta1Ulf Hermann2017-03-311-20/+48
* QV4DebugService: Reduce unnecessary recursion and redundancyUlf Hermann2017-03-141-31/+51
* Set source location for all loop body-to-front jumpsUlf Hermann2017-03-071-4/+19
* Add a source location to the final Jump in a for loopUlf Hermann2017-02-281-0/+26
* V4 Debugger: Don't crash when stepping to the end of a scriptUlf Hermann2017-02-281-1/+29
* V4 Debugger: Add an option to pass additional context for evaluateUlf Hermann2016-12-091-7/+19
* V4: Make ExecutionEngine's debugger and profiler privateUlf Hermann2016-07-281-2/+2
* V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-201-0/+2
* Clean up QV4DataCollectorUlf Hermann2016-01-211-1/+18
* V4 Debugger: Avoid looking up values in debugger threadUlf Hermann2016-01-211-46/+61
* Updated license headersJani Heikkinen2016-01-201-17/+12
* V4 Debugger: Move all the jobs into one placeUlf Hermann2016-01-111-0/+1
* V4 Debugger: Allow expression evaluation without pausingUlf Hermann2016-01-071-27/+19
* Move V4 debugger and its test into better placesUlf Hermann2015-10-301-0/+729