aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_debugger/qv4datacollector.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-arrange qv4identifier{_p.h|.cpp}Ulf Hermann2020-04-151-1/+1
* V4: Clean up the runtime functions declarationsErik Verbruggen2019-02-051-1/+1
* QML Tooling: Prevent property capture while collecting dataUlf Hermann2018-10-101-0/+28
* QML Tooling: Don't read properties in order to count themUlf Hermann2018-10-101-2/+1
* Store InternalClass::nameMap in a MemberDataLars Knoll2018-09-161-1/+1
* Simplify ObjectIterator::nextLars Knoll2018-08-041-6/+4
* V4 Debuger: Drop namesAsObjects optionUlf Hermann2018-07-181-58/+4
* V4 debugger: Drop redundantRefs optionUlf Hermann2018-07-181-44/+8
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-021-2/+2
* Unify put and putIndexedLars Knoll2018-07-021-2/+2
* Merge remote-tracking branch 'origin/5.11' into devLars Knoll2018-05-241-29/+26
|\
| * V4 debugger: Allow retrieval of non-CallContext scopesUlf Hermann2018-05-231-24/+22
* | Garbage collect identifiersLars Knoll2018-05-021-1/+1
* | Use Identifier by value and don't new them anymoreLars Knoll2018-05-021-1/+1
* | Rework catch context handlingLars Knoll2018-05-021-2/+0
* | Add support for proper lexical scopingLars Knoll2018-05-021-4/+6
* | Remove the QString member from IdentifierLars Knoll2018-05-021-1/+2
* | garbage collect InternalClassLars Knoll2018-04-121-1/+1
|/
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-10/+10
* Get rid of the unusued canUseSimpleCall flagLars Knoll2017-11-071-9/+0
* Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-221-1/+1
|\
| * Replace Q_NULLPTR with nullptrKevin Funk2017-09-271-1/+1
* | Merge remote-tracking branch 'origin/dev' into wip/new-backendLars Knoll2017-08-221-2/+0
|\|
| * Remove hack to make QtC understand that typeof null is "object"Ulf Hermann2017-08-151-2/+0
* | Some prospective fixes to the debugging pluginLars Knoll2017-08-181-18/+23
* | Cleanup naming of Stack frame structuresLars Knoll2017-08-101-2/+1
* | Refactor context handlingLars Knoll2017-08-101-24/+14
* | Unify SimpleCallContext and CallContextLars Knoll2017-07-051-7/+7
|/
* 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