aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_debugger/qv4debugjob.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-1/+1
* V4 debugger: Drop redundantRefs optionUlf Hermann2018-07-181-15/+2
* Ensure we have a lexical scope for global codeLars Knoll2018-05-111-1/+1
* Rename the CompilationMode enum to ContextTypeLars Knoll2018-05-021-1/+1
* Pass "this" object when evaluating debug jobsUlf Hermann2018-03-171-2/+8
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-1/+1
* Merge remote-tracking branch 'origin/dev' into new-backendLars Knoll2017-11-081-1/+1
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-151-1/+1
| |\
| | * Simplify compilation unit tracking in the execution engineSimon Hausmann2017-10-061-1/+1
* | | Fix evaluation of V4 debug jobsUlf Hermann2017-11-071-8/+8
* | | V4 Debugger: Allow executing jobs on contexts without v4FunctionUlf Hermann2017-11-071-4/+7
* | | Move ScopedCallData and ScopedStackFrame into a separate fileLars Knoll2017-09-011-0/+1
* | | Move CallContext construction into a interpreter instructionLars Knoll2017-09-011-1/+1
* | | Cleanup naming of Stack frame structuresLars Knoll2017-08-101-1/+1
* | | Refactor context handlingLars Knoll2017-08-101-24/+14
* | | Get rid of ExecutionContext::strictModeLars Knoll2017-08-101-1/+1
* | | Avoid creating a separate Scope in the ExecutionContextSaverLars Knoll2017-08-081-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.9' into HEADSimon Hausmann2017-03-231-7/+10
|\|
| * QV4DebugService: Reduce unnecessary recursion and redundancyUlf Hermann2017-03-141-7/+10
* | QV4Object: Remove helper put() methodRobin Burchell2017-02-091-2/+5
|/
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-4/+5
|\
| * Start cleaning up the QmlContextWrapperLars Knoll2016-12-041-2/+3
* | V4 Debugger: Add an option to pass additional context for evaluateUlf Hermann2016-12-091-14/+26
* | Plugins: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-261-2/+2
|/
* Clean up QV4DataCollectorUlf Hermann2016-01-211-19/+1
* V4 Debugger: Avoid looking up values in debugger threadUlf Hermann2016-01-211-105/+72
* Updated license headersJani Heikkinen2016-01-191-14/+20
* V4 Debugger: Move all the jobs into one placeUlf Hermann2016-01-111-0/+332