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