aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_debugger
Commit message (Expand)AuthorAgeFilesLines
* Fix inconsistent use of override keywordThiago Macieira2016-01-081-3/+3
* Fix inconsistent use of 'override'.Erik Verbruggen2015-12-231-2/+2
* 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
* Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* 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
* 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