aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger/qv4debugservice.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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