aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger/qv4debugservice.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move debugger-specific services into a common pluginUlf Hermann2015-08-041-1207/+0
* Extract minimal abstract interfaces from debug services.Ulf Hermann2015-08-041-31/+31
* Make QQmlConfigurableDebugService a templateUlf Hermann2015-07-311-4/+5
* Remove pimpl from all classes derived from QQmlDebugServiceUlf Hermann2015-07-311-275/+226
* Use signal/slot for passing messages through QQmlDebugServerUlf Hermann2015-07-311-3/+3
* Extract minimal interface from QQmlDebugServer and use it.Ulf Hermann2015-07-301-2/+2
* Improve QV4DebugService debug outputUlf Hermann2015-07-291-3/+3
* Make name and version of QQmlDebugService constUlf Hermann2015-07-201-7/+4
* Use by-ref in foreach when T is large or non-trivialSérgio Martins2015-07-181-2/+2
* Remove some char pointers from .data sectionSérgio Martins2015-06-291-11/+4
* Fix inefficient usages of qDeleteAll()Sérgio Martins2015-06-261-1/+1
* More cleanupsLars Knoll2015-04-211-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Remove all remaining usages of ValueRefLars Knoll2015-01-231-2/+2
* Remove most of the places where getPointer() is usedLars Knoll2014-12-201-2/+2
* Replace usage of stdout for debug output by qDebugErik Verbruggen2014-12-191-7/+7
* Refactor ExecutionContextsLars Knoll2014-11-081-9/+9
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Add support for conditional breakpoints and evaluate.Erik Verbruggen2014-08-081-13/+78
* Unify initial waiting of debug servicesUlf Hermann2014-02-101-32/+10
* Prevent concurrent access to v4 debuggerUlf Hermann2014-02-051-1/+2
* Unify the interface for QQmlDebugServicesUlf Hermann2014-02-051-2/+2
* Avoid warnings on cast from char* to QStringThiago Macieira2013-12-061-1/+1
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-3/+3
* Fix warnings about deprecated string conversions in V4-debugservice.Friedemann Kleint2013-11-131-3/+3
* Debugging with V4Erik Verbruggen2013-11-101-107/+1005
* Fix hanging debug engine auto-testsSimon Hausmann2013-10-311-0/+6
* QmlDebugging: Process commands in v4DebugServiceAurindam Jana2013-09-191-34/+154
* QmlDebugging: Replace QV8DebugService with QV4DebugServiceAurindam Jana2013-09-191-2/+45
* QmlDebugging: Add v4DebugServiceAurindam Jana2013-09-191-0/+162