aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_debugger/qv4debugger.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-10-311-1/+1
* Match new qHash() signatureEskil Abrahamsen Blomfeldt2020-09-171-1/+1
* Change qHash return value to size_tFabian Kosmale2020-04-161-1/+1
* Fix translation contexts for paths with drive letters on WindowsErik Verbruggen2018-10-151-2/+2
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-7/+7
* Introduce Q_FALLTHROUGH()Friedemann Kleint2018-01-101-1/+1
* Re-enable Debug instructions and locations for QML functionsUlf Hermann2017-11-061-0/+1
* Move line number information into a side tableLars Knoll2017-08-251-2/+2
* Refactor context handlingLars Knoll2017-08-101-16/+8
* Fix frame handlingLars Knoll2017-08-041-2/+2
* Move the engine() accessor from Object to ManagedLars Knoll2017-05-191-1/+1
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* V4 Debugger: Don't crash when stepping to the end of a scriptUlf Hermann2017-02-281-1/+6
* Change ExecutionContext::getFunctionObject() to getFunction()Lars Knoll2016-12-061-3/+2
* Tooling: Convert connects to Qt5 styleUlf Hermann2016-07-281-1/+3
* Updated license headersJani Heikkinen2016-01-191-14/+20
* V4 Debugger: Move all the jobs into one placeUlf Hermann2016-01-111-104/+10
* V4 Debugger: If no context is given inject the QML contextUlf Hermann2016-01-071-4/+33
* V4 Debugger: Allow expression evaluation without pausingUlf Hermann2016-01-071-1/+24
* Support multiple QML engines in V4 debuggerUlf Hermann2015-12-021-0/+6
* Move V4 debugger and its test into better placesUlf Hermann2015-10-301-0/+358