aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4debugging_p.h
Commit message (Expand)AuthorAgeFilesLines
* Fix -no-qmldebug debug build with MSVCKai Koehne2017-02-011-1/+2
* Replace debugger and profiler with stubs on -no-qml-debugUlf Hermann2016-07-281-0/+15
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Move V4 debugger and its test into better placesUlf Hermann2015-10-301-154/+4
* Merge remote-tracking branch 'origin/5.6' into origin/devUlf Hermann2015-10-221-3/+16
|\
| * QmlDebug: Split QV4::Debugging::Debuggerhjk2015-10-141-4/+17
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-0/+11
|\|
| * Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* | V4 Debugger: Eliminate sourcesCollected signals and slotsUlf Hermann2015-09-151-1/+0
|/
* V4 debugger: Fix expression evaluationUlf Hermann2015-08-191-0/+2
* Move DataCollector into debugger pluginUlf Hermann2015-08-101-71/+17
* Move V4 debugger agent into the debugger pluginUlf Hermann2015-08-101-57/+6
* Change data collection for debugging to use QV4::Value.Ulf Hermann2015-08-101-34/+65
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Remove all remaining usages of ValueRefLars Knoll2015-01-231-1/+1
* Cleanup debugger to be safe for the new GCLars Knoll2014-11-121-1/+1
* Refactor ExecutionContextsLars Knoll2014-11-081-1/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Add const & to argumentsAlbert Astals Cid2014-08-241-1/+1
* Add support for conditional breakpoints and evaluate.Erik Verbruggen2014-08-081-0/+2
* Get rid of all uses of ObjectRefLars Knoll2014-07-221-1/+1
* Fixes to breakpoint handlingLars Knoll2014-03-071-5/+2
* Add a Line instruction to the interpreterLars Knoll2014-03-071-2/+2
* Simplify our breakpoint handlingLars Knoll2014-03-071-57/+29
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-1/+1
* V4 debugging: fix step-over and step-out.Erik Verbruggen2013-11-141-6/+9
* Debugging with V4Erik Verbruggen2013-11-101-32/+147
* V4 debugger: retrieve formals and locals.Erik Verbruggen2013-10-241-2/+33
* Remove more uses of ValueLars Knoll2013-10-021-1/+1
* V4 debugger: change agent API to work on all debuggers.Erik Verbruggen2013-09-101-3/+4
* Restructure source codeLars Knoll2013-08-081-0/+160