aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_debugger
Commit message (Expand)AuthorAgeFilesLines
* Remove unused includes of qv8engine_p.hUlf Hermann2019-04-091-1/+0
* V4: Clean up the runtime functions declarationsErik Verbruggen2019-02-051-1/+1
* Fix translation contexts for paths with drive letters on WindowsErik Verbruggen2018-10-151-2/+2
* 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
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-1/+1
* Store InternalClass::nameMap in a MemberDataLars Knoll2018-09-161-1/+1
* Use nullptr instead of 0Jesus Fernandez2018-08-161-1/+1
* Simplify ObjectIterator::nextLars Knoll2018-08-041-6/+4
* V4 Debugger: Add command to change break pointsUlf Hermann2018-07-191-47/+87
* V4 Debuger: Drop namesAsObjects optionUlf Hermann2018-07-184-87/+11
* V4 debugger: Drop redundantRefs optionUlf Hermann2018-07-186-107/+13
* Remove references to V8 from V4 debug service internalsUlf Hermann2018-07-182-63/+63
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-161-9/+34
|\
| * QML Debugger: Check in time if values can be saved to QDataStreamUlf Hermann2018-07-101-9/+34
* | 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 devQt Forward Merge Bot2018-05-261-26/+37
|\|
| * QML Debugger: Don't crash when encoding JSON dataUlf Hermann2018-05-251-26/+37
* | Merge remote-tracking branch 'origin/5.11' into devLars Knoll2018-05-242-30/+27
|\|
| * V4 debugger: Allow retrieval of non-CallContext scopesUlf Hermann2018-05-232-25/+23
* | Ensure we have a lexical scope for global codeLars Knoll2018-05-111-1/+1
* | 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
* | Rename the CompilationMode enum to ContextTypeLars Knoll2018-05-021-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-262-2/+7
|\|
| * Make QPacketProtocol independent of QmlUlf Hermann2018-04-232-2/+7
* | garbage collect InternalClassLars Knoll2018-04-121-1/+1
|/
* QML debugger: Don't crash when creating objects on engine destructionUlf Hermann2018-03-191-1/+2
* Pass "this" object when evaluating debug jobsUlf Hermann2018-03-171-2/+8
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-268-28/+28
* Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Shawn Rutledge2018-02-061-4/+17
|\
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-021-4/+17
| |\
| | * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-4/+17
| | |\
| | | * QQmlEngineDebugService: Use native stream operators for QSize and QSizeFUlf Hermann2018-01-181-0/+2
| | | * QQmlEngineDebugService: Actually call value types' toString() methodUlf Hermann2018-01-081-4/+15
* | | | Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-022-3/+3
|/ / /
* | | Introduce Q_FALLTHROUGH()Friedemann Kleint2018-01-101-1/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-201-12/+10
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-11-061-12/+10
| |\|
| | * QQmlEngineDebugService: Check QML contexts for validityUlf Hermann2017-11-051-12/+10
* | | Merge remote-tracking branch 'origin/dev' into new-backendLars Knoll2017-11-085-9/+4
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-061-1/+1
| |\| |
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-151-1/+1
| | |\|
| | | * Simplify compilation unit tracking in the execution engineSimon Hausmann2017-10-061-1/+1
| * | | Dissolve src/plugins/qmltooling/sharedUlf Hermann2017-11-054-8/+3
* | | | Fix evaluation of V4 debug jobsUlf Hermann2017-11-071-8/+8