aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_debugger
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-201-1/+1
|\
| * V4: Always set the tag when boxing a pointer in QV4::Value.Erik Verbruggen2016-06-161-1/+1
* | Use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-262-6/+8
* | Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-03-011-4/+3
|\|
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-251-4/+3
* | Remove some dead code.Ulf Hermann2016-01-222-8/+0
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-221-0/+3
|\|
| * Clean up QV4DataCollectorUlf Hermann2016-01-222-122/+71
| * V4 Debugger: Avoid looking up values in debugger threadUlf Hermann2016-01-224-349/+361
* | Clean up QV4DataCollectorUlf Hermann2016-01-214-44/+13
* | V4 Debugger: Avoid looking up values in debugger threadUlf Hermann2016-01-216-283/+244
* | Updated license headersJani Heikkinen2016-01-1920-280/+400
* | Plugins: fix expensive iteration over QHash::keys()Anton Kudryavtsev2016-01-151-3/+2
* | V4 Debugger: Move all the jobs into one placeUlf Hermann2016-01-118-437/+539
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-101-2/+2
|\|
| * Fix inconsistent use of override keywordThiago Macieira2016-01-081-3/+3
| * Fix inconsistent use of 'override'.Erik Verbruggen2015-12-231-2/+2
* | V4 Debugger: If no context is given inject the QML contextUlf Hermann2016-01-073-9/+55
* | V4 Debugger: Allow expression evaluation without pausingUlf Hermann2016-01-077-177/+257
* | Fix build with QT_STRICT_ITERATORSSérgio Martins2015-12-151-2/+2
* | V4 Debugger: use engineAdded() instead of engineAboutToBeAdded()Ulf Hermann2015-12-152-3/+3
* | QQmlEngineDebugService: Don't lookup urls from invalid contextsUlf Hermann2015-12-091-1/+1
* | Support multiple QML engines in V4 debuggerUlf Hermann2015-12-025-19/+55
* | Extend QDebugMessageServiceUlf Hermann2015-11-172-4/+13
* | Use QJSEngine instead of QQmlEngine in debug servicesUlf Hermann2015-11-176-26/+24
* | QmlDebug: Restructure QPacket and QPacketProtocolUlf Hermann2015-11-175-20/+19
* | Move V4 debugger and its test into better placesUlf Hermann2015-10-309-76/+610
* | Merge remote-tracking branch 'origin/5.6' into origin/devUlf Hermann2015-10-2211-57/+989
|\|
| * QmlDebug: Add a debug service for use with native debuggershjk2015-10-165-1/+903
| * Only set V4 debugger when service is enabledUlf Hermann2015-10-152-9/+31
| * QmlDebug: Split QV4::Debugging::Debuggerhjk2015-10-146-65/+68
* | Put QPacketProtocol into its own static libraryUlf Hermann2015-10-153-23/+17
* | 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
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-252-20/+13
|\|
| * Further cleanupsLars Knoll2015-09-152-12/+10
| * Rename currentExecutionContext to currentContextLars Knoll2015-09-151-1/+1
| * Store the stack of executioncontext's on the JS stackLars Knoll2015-09-152-13/+8
* | V4 Debugger: Eliminate sourcesCollected signals and slotsUlf Hermann2015-09-155-39/+23
* | V4 Debugger: Eliminate extra "version" memberUlf Hermann2015-09-152-3/+2
* | Remove unused debuggerMap and debuggerIndex from QV4DebugServiceUlf Hermann2015-09-152-18/+3
* | Make keys of all debug services publicUlf Hermann2015-09-153-15/+10
|/
* Clean up data format for V4 debug connectionUlf Hermann2015-08-192-44/+65
* V4 debugger: Fix expression evaluationUlf Hermann2015-08-194-24/+37
* V4 Debugger: Avoid special refs when looking up normal onesUlf Hermann2015-08-191-1/+1
* Move DataCollector into debugger pluginUlf Hermann2015-08-106-38/+686
* Move V4 debugger agent into the debugger pluginUlf Hermann2015-08-105-104/+353
* Change data collection for debugging to use QV4::Value.Ulf Hermann2015-08-102-270/+50
* Move QQmlConfigurableDebugService into qmltooling/sharedUlf Hermann2015-08-042-1/+2
* Move debugger-specific services into a common pluginUlf Hermann2015-08-0412-0/+2875