aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4debugging.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Add support for conditional breakpoints and evaluate.Erik Verbruggen2014-08-081-8/+72
* Convert Execution contexts to new constructor syntaxLars Knoll2014-07-221-5/+5
* Get rid of all uses of ObjectRefLars Knoll2014-07-221-1/+1
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-11/+11
* Move data of FunctionObject into an inner structLars Knoll2014-07-221-1/+1
* Allow detaching V4 debuggers in agent destructorUlf Hermann2014-03-111-0/+3
* Fixes to breakpoint handlingLars Knoll2014-03-071-26/+23
* Add a Line instruction to the interpreterLars Knoll2014-03-071-4/+4
* Simplify our breakpoint handlingLars Knoll2014-03-071-201/+32
* Clean up our internal namespacesLars Knoll2014-02-231-2/+2
* Make the Ref classes not template basedLars Knoll2014-02-071-1/+1
* Add a special Debug instruction to the interpreter and use itLars Knoll2014-02-051-4/+4
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-9/+9
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-2/+2
* Use an internalClass to represent formals and locals in CallContextsLars Knoll2013-12-041-2/+3
* V4 debugging: fix step-over and step-out.Erik Verbruggen2013-11-141-19/+30
* Debugging with V4Erik Verbruggen2013-11-101-202/+614
* Initialize variableLars Knoll2013-11-091-0/+1
* Simplify & speed up function callingLars Knoll2013-11-091-4/+7
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-1/+3
* V4 debugger: retrieve formals and locals.Erik Verbruggen2013-10-241-89/+192
* Remove more uses of ValueLars Knoll2013-10-021-16/+17
* Fix ObjectIterator API to be GC safeLars Knoll2013-10-021-1/+1
* Use StringRef for most methods in ObjectLars Knoll2013-09-221-2/+2
* Refactor our NaN boxing to be more efficientLars Knoll2013-09-181-4/+3
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-3/+7
* Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-1/+1
* Remove qSort usages from declarativeGiuseppe D'Angelo2013-09-131-1/+3
* V4 debugger: change agent API to work on all debuggers.Erik Verbruggen2013-09-101-5/+13
* Get rid of the functions list in QV4::ExecutionEngineSimon Hausmann2013-08-161-3/+5
* Store line number mappings in the compiled functionSimon Hausmann2013-08-161-4/+6
* Move QV4::Function::sourceFile to CompiledFunctionSimon Hausmann2013-08-151-2/+2
* Restructure source codeLars Knoll2013-08-081-0/+372