aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qv4debugger
Commit message (Expand)AuthorAgeFilesLines
* Move V4 debugger and its test into better placesUlf Hermann2015-10-302-744/+0
* Only set V4 debugger when service is enabledUlf Hermann2015-10-151-0/+3
* QmlDebug: Split QV4::Debugging::Debuggerhjk2015-10-141-40/+44
* Clean up data format for V4 debug connectionUlf Hermann2015-08-191-12/+6
* Move DataCollector into debugger pluginUlf Hermann2015-08-102-15/+33
* Move V4 debugger agent into the debugger pluginUlf Hermann2015-08-101-30/+34
* Change data collection for debugging to use QV4::Value.Ulf Hermann2015-08-101-131/+162
* Move exceptionValue and globalObject from the Engine onto the JS stackLars Knoll2015-04-241-1/+1
* More cleanupsLars Knoll2015-04-211-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Remove all remaining usages of ValueRefLars Knoll2015-01-231-2/+2
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2015-01-161-0/+38
|\
| * 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
* | Use QV4::ScopedString typedef instead of actual typeOleg Shparber2015-01-021-1/+1
* | Return Heap::ExecutionContext for globalContext()Lars Knoll2014-12-191-1/+2
* | Better encapsulate access to the global objectLars Knoll2014-12-111-1/+1
* | Encapsulate accesses to the root contextLars Knoll2014-12-111-1/+1
|/
* 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