aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4debugging.cpp
Commit message (Expand)AuthorAgeFilesLines
* Get rid of asManaged()Lars Knoll2015-04-211-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Get rid of most uses of ValueRefLars Knoll2015-01-231-1/+1
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2015-01-161-8/+10
|\
| * Fix GC crash with conditional breakpoints and JS consoleSimon Hausmann2014-12-191-4/+6
| * QML Debugging: Fix crash when stepping through try-catch block.Erik Verbruggen2014-12-091-8/+9
* | Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-131-7/+6
* | Use QV4::ScopedContext typedef instead of actual typeOleg Shparber2015-01-021-4/+4
* | Return Heap::ExecutionContext for currentContext()Lars Knoll2014-12-191-22/+22
* | Fix GC crash with conditional breakpoints and JS consoleSimon Hausmann2014-12-191-4/+6
* | Make ExecutionContextSaver GC safeLars Knoll2014-12-191-2/+2
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-091-14/+22
|\|
| * Fix conditional breakpoints in QMLSimon Hausmann2014-12-031-1/+3
| * Fix expression evaluation in specific frames in the debuggerSimon Hausmann2014-12-031-13/+19
* | Changed InternalClass to store Identifier* instead of String*Simon Hausmann2014-11-211-4/+5
* | Cleanup exception catching codeLars Knoll2014-11-151-1/+1
* | Cleanup debugger to be safe for the new GCLars Knoll2014-11-121-6/+5
* | Convert ExecutionContext::parent/outer to use a heap objectLars Knoll2014-11-121-10/+23
* | Use Heap object for CallData::function memberLars Knoll2014-11-111-1/+1
* | Refactor ExecutionContextsLars Knoll2014-11-081-4/+4
* | Cleanup header file dependenciesLars Knoll2014-11-041-0/+1
|/
* 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