aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qv4debugger
Commit message (Expand)AuthorAgeFilesLines
* QML Debugging: Fix breakpoints/stepping in a with-statement.Erik Verbruggen2014-12-101-0/+18
* QML Debugging: Fix crash when stepping through try-catch block.Erik Verbruggen2014-12-091-0/+20
* Fix conditional breakpoints in QMLSimon Hausmann2014-12-031-0/+39
* Fix expression evaluation in specific frames in the debuggerSimon Hausmann2014-12-031-0/+44
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Add support for conditional breakpoints and evaluate.Erik Verbruggen2014-08-081-0/+24
* Change the object allocation schemeSimon Hausmann2014-07-221-2/+2
* Fix compilation on QNXSergio Ahumada2014-03-311-5/+5
* Debugging with V4Erik Verbruggen2013-11-101-59/+151
* Simplify & speed up function callingLars Knoll2013-11-091-2/+2
* V4 debugger: retrieve formals and locals.Erik Verbruggen2013-10-241-1/+166
* convert Managed::put() API to be GC safeLars Knoll2013-09-221-1/+1
* Start using StringRef for parameter passingLars Knoll2013-09-221-1/+1
* Cleanup ExecutionEngine::newBuiltinFunction() usagesLars Knoll2013-09-221-3/+4
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-3/+3
* V4 debugger: change agent API to work on all debuggers.Erik Verbruggen2013-09-101-7/+7
* Improve reliability of v4 debugger testsSimon Hausmann2013-08-151-1/+1
* Initial support for debugging in the v4 interpreterSimon Hausmann2013-07-262-0/+294