aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4debugging.cpp
Commit message (Expand)AuthorAgeFilesLines
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Move V4 debugger and its test into better placesUlf Hermann2015-10-301-286/+0
* QmlDebug: Split QV4::Debugging::Debuggerhjk2015-10-141-24/+24
* Rename currentExecutionContext to currentContextLars Knoll2015-09-151-5/+5
* Cleanup usage of ExecutionEngine::currentContextLars Knoll2015-09-151-11/+10
* Store the stack of executioncontext's on the JS stackLars Knoll2015-09-151-1/+1
* Cleanup the ExecutionContextSaverLars Knoll2015-09-151-1/+1
* V4 debugger: Fix expression evaluationUlf Hermann2015-08-191-1/+9
* Move DataCollector into debugger pluginUlf Hermann2015-08-101-563/+31
* Move V4 debugger agent into the debugger pluginUlf Hermann2015-08-101-142/+2
* Change data collection for debugging to use QV4::Value.Ulf Hermann2015-08-101-94/+259
* Add namespace declarations to qv4debugging.cppUlf Hermann2015-07-291-0/+4
* Remove type punning from QV4::Value.Erik Verbruggen2015-07-241-1/+1
* Clean up ExecutionContext's for QMLLars Knoll2015-06-181-1/+1
* Move exceptionValue and globalObject from the Engine onto the JS stackLars Knoll2015-04-241-1/+1
* Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-0/+1
* 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