aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_debugger/qv4debugservice.cpp
Commit message (Expand)AuthorAgeFilesLines
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* V4 Debugger: Fix typoUlf Hermann2017-03-141-1/+1
* QV4DebugService: Reduce unnecessary recursion and redundancyUlf Hermann2017-03-141-11/+34
* V4 Debugger: Add an option to pass additional context for evaluateUlf Hermann2016-12-091-1/+4
* Plugins: add missing 'override'Anton Kudryavtsev2016-10-061-13/+13
* Plugins: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-261-3/+4
* V4: Make ExecutionEngine's debugger and profiler privateUlf Hermann2016-07-281-2/+2
* Imports, Plugins, Quick: replace QStringLiteral with QL1SAnton Kudryavtsev2016-06-091-42/+42
* V4 Debugger: Avoid looking up values in debugger threadUlf Hermann2016-01-211-116/+23
* Updated license headersJani Heikkinen2016-01-191-14/+20
* V4 Debugger: Move all the jobs into one placeUlf Hermann2016-01-111-0/+1
* V4 Debugger: If no context is given inject the QML contextUlf Hermann2016-01-071-5/+6
* 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