aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_debugger/qv4debugservice.h
Commit message (Expand)AuthorAgeFilesLines
* Use nullptr instead of 0Jesus Fernandez2018-08-161-1/+1
* V4 Debuger: Drop namesAsObjects optionUlf Hermann2018-07-181-4/+0
* V4 debugger: Drop redundantRefs optionUlf Hermann2018-07-181-2/+0
* Remove references to V8 from V4 debug service internalsUlf Hermann2018-07-181-8/+8
* Dissolve src/plugins/qmltooling/sharedUlf Hermann2017-11-051-1/+1
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-6/+6
* QV4DebugService: Reduce unnecessary recursion and redundancyUlf Hermann2017-03-141-0/+6
* V4 Debugger: Avoid looking up values in debugger threadUlf Hermann2016-01-211-6/+0
* Updated license headersJani Heikkinen2016-01-191-14/+20
* V4 Debugger: Allow expression evaluation without pausingUlf Hermann2016-01-071-8/+0
* V4 Debugger: use engineAdded() instead of engineAboutToBeAdded()Ulf Hermann2015-12-151-1/+1
* Use QJSEngine instead of QQmlEngine in debug servicesUlf Hermann2015-11-171-7/+6
* Move V4 debugger and its test into better placesUlf Hermann2015-10-301-3/+2
* Merge remote-tracking branch 'origin/5.6' into origin/devUlf Hermann2015-10-221-2/+4
|\
| * Only set V4 debugger when service is enabledUlf Hermann2015-10-151-0/+2
| * QmlDebug: Split QV4::Debugging::Debuggerhjk2015-10-141-3/+3
* | V4 Debugger: Eliminate extra "version" memberUlf Hermann2015-09-151-1/+0
* | Remove unused debuggerMap and debuggerIndex from QV4DebugServiceUlf Hermann2015-09-151-2/+0
|/
* V4 debugger: Fix expression evaluationUlf Hermann2015-08-191-0/+1
* Move DataCollector into debugger pluginUlf Hermann2015-08-101-5/+6
* Move V4 debugger agent into the debugger pluginUlf Hermann2015-08-101-18/+1
* Change data collection for debugging to use QV4::Value.Ulf Hermann2015-08-101-3/+5
* Move QQmlConfigurableDebugService into qmltooling/sharedUlf Hermann2015-08-041-1/+1
* Move debugger-specific services into a common pluginUlf Hermann2015-08-041-0/+139