aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_debugger/qv4datacollector.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove hack to make QtC understand that typeof null is "object"Ulf Hermann2017-08-151-2/+0
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-061-1/+1
|\
| * Move the engine() accessor from Object to ManagedLars Knoll2017-05-191-1/+1
* | Merge remote-tracking branch 'origin/5.9' into HEADSimon Hausmann2017-03-231-25/+62
|\|
| * V4 Debugger: Encode NaN and +/-Infinity as stringsUlf Hermann2017-03-211-2/+11
| * Protect CallContext member usage against word size differencesSimon Hausmann2017-03-171-1/+1
| * QV4DebugService: Reduce unnecessary recursion and redundancyUlf Hermann2017-03-141-22/+50
* | Add an actual write barrier and centralize it in one placeLars Knoll2017-03-091-2/+2
* | Separate SimpleCallData and CallDataLars Knoll2017-03-091-7/+7
* | QV4Object: Remove helper put() methodRobin Burchell2017-02-091-3/+5
|/
* Refactor the calling code for (Simple)ScriptFunctionLars Knoll2016-12-091-1/+1
* Convert the first batch of runtime functionsLars Knoll2016-04-111-1/+1
* Remove some dead code.Ulf Hermann2016-01-221-7/+0
* Clean up QV4DataCollectorUlf Hermann2016-01-211-10/+9
* V4 Debugger: Avoid looking up values in debugger threadUlf Hermann2016-01-211-8/+102
* Updated license headersJani Heikkinen2016-01-191-14/+20
* V4 Debugger: Move all the jobs into one placeUlf Hermann2016-01-111-202/+2
* V4 Debugger: If no context is given inject the QML contextUlf Hermann2016-01-071-0/+16
* V4 Debugger: Allow expression evaluation without pausingUlf Hermann2016-01-071-41/+110
* Fix build with QT_STRICT_ITERATORSSérgio Martins2015-12-151-2/+2
* Move V4 debugger and its test into better placesUlf Hermann2015-10-301-3/+4
* Merge remote-tracking branch 'origin/5.6' into origin/devUlf Hermann2015-10-221-2/+2
|\
| * QmlDebug: Split QV4::Debugging::Debuggerhjk2015-10-141-3/+4
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-251-18/+11
|\|
| * Further cleanupsLars Knoll2015-09-151-10/+8
| * Rename currentExecutionContext to currentContextLars Knoll2015-09-151-1/+1
| * Store the stack of executioncontext's on the JS stackLars Knoll2015-09-151-12/+7
* | V4 Debugger: Eliminate sourcesCollected signals and slotsUlf Hermann2015-09-151-6/+5
|/
* Clean up data format for V4 debug connectionUlf Hermann2015-08-191-43/+64
* V4 debugger: Fix expression evaluationUlf Hermann2015-08-191-0/+7
* V4 Debugger: Avoid special refs when looking up normal onesUlf Hermann2015-08-191-1/+1
* Move DataCollector into debugger pluginUlf Hermann2015-08-101-0/+452