aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_debugger/qv4debugservice.cpp
Commit message (Expand)AuthorAgeFilesLines
* V4 Debugger: Allow expression evaluation without pausingUlf Hermann2016-01-071-96/+78
* V4 Debugger: use engineAdded() instead of engineAboutToBeAdded()Ulf Hermann2015-12-151-2/+2
* Support multiple QML engines in V4 debuggerUlf Hermann2015-12-021-7/+31
* Use QJSEngine instead of QQmlEngine in debug servicesUlf Hermann2015-11-171-2/+2
* QmlDebug: Restructure QPacket and QPacketProtocolUlf Hermann2015-11-171-4/+5
* Move V4 debugger and its test into better placesUlf Hermann2015-10-301-20/+18
* Merge remote-tracking branch 'origin/5.6' into origin/devUlf Hermann2015-10-221-19/+40
|\
| * Only set V4 debugger when service is enabledUlf Hermann2015-10-151-9/+29
| * QmlDebug: Split QV4::Debugging::Debuggerhjk2015-10-141-19/+20
* | Put QPacketProtocol into its own static libraryUlf Hermann2015-10-151-8/+6
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-1/+1
|\|
| * Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* | V4 Debugger: Eliminate sourcesCollected signals and slotsUlf Hermann2015-09-151-3/+15
* | V4 Debugger: Eliminate extra "version" memberUlf Hermann2015-09-151-2/+2
* | Remove unused debuggerMap and debuggerIndex from QV4DebugServiceUlf Hermann2015-09-151-16/+3
|/
* V4 debugger: Fix expression evaluationUlf Hermann2015-08-191-24/+27
* Move DataCollector into debugger pluginUlf Hermann2015-08-101-31/+45
* Move V4 debugger agent into the debugger pluginUlf Hermann2015-08-101-84/+0
* Change data collection for debugging to use QV4::Value.Ulf Hermann2015-08-101-267/+45
* Move debugger-specific services into a common pluginUlf Hermann2015-08-041-0/+1199