aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_debugger
Commit message (Expand)AuthorAgeFilesLines
...
* | | | V4 Debugger: Allow executing jobs on contexts without v4FunctionUlf Hermann2017-11-071-4/+7
* | | | Get rid of the unusued canUseSimpleCall flagLars Knoll2017-11-071-9/+0
* | | | Re-enable Debug instructions and locations for QML functionsUlf Hermann2017-11-062-1/+2
* | | | Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-224-17/+17
|\| | |
| * | | Replace Q_NULLPTR with nullptrKevin Funk2017-09-271-1/+1
| * | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-253-16/+16
| |/ /
* | | 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
* | | Move line number information into a side tableLars Knoll2017-08-252-6/+6
* | | Merge remote-tracking branch 'origin/dev' into wip/new-backendLars Knoll2017-08-222-4/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-181-2/+3
| |\|
| | * Use QQmlType by valueLars Knoll2017-08-021-2/+3
| * | Remove hack to make QtC understand that typeof null is "object"Ulf Hermann2017-08-151-2/+0
* | | Some prospective fixes to the debugging pluginLars Knoll2017-08-182-19/+25
* | | Cleanup naming of Stack frame structuresLars Knoll2017-08-104-5/+4
* | | Refactor context handlingLars Knoll2017-08-105-67/+39
* | | Get rid of ExecutionContext::strictModeLars Knoll2017-08-101-1/+1
* | | Avoid creating a separate Scope in the ExecutionContextSaverLars Knoll2017-08-081-1/+1
* | | Fix frame handlingLars Knoll2017-08-042-11/+10
* | | Unify SimpleCallContext and CallContextLars Knoll2017-07-052-9/+9
* | | Remove now unused filesLars Knoll2017-06-301-1/+0
* | | Various compile fixesLars Knoll2017-06-221-1/+0
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-062-2/+2
|\|
| * Move the engine() accessor from Object to ManagedLars Knoll2017-05-192-2/+2
* | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-025-0/+10
|\|
| * Run includemocs in qtdeclarativeThiago Macieira2017-04-265-0/+10
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-04-071-12/+1
|\|
| * Qml Debugger: Make sure all objects have a typeUlf Hermann2017-03-311-12/+1
* | Merge remote-tracking branch 'origin/5.9' into HEADSimon Hausmann2017-03-236-56/+146
|\|
| * V4 Debugger: Encode NaN and +/-Infinity as stringsUlf Hermann2017-03-211-2/+11
| * Protect CallContext member usage against word size differencesSimon Hausmann2017-03-171-1/+1
| * V4 Debugger: Fix typoUlf Hermann2017-03-141-1/+1
| * QV4DebugService: Reduce unnecessary recursion and redundancyUlf Hermann2017-03-146-53/+134
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-141-1/+6
|\|
| * V4 Debugger: Don't crash when stepping to the end of a scriptUlf Hermann2017-02-281-1/+6
* | Add an actual write barrier and centralize it in one placeLars Knoll2017-03-091-2/+2
* | Separate SimpleCallData and CallDataLars Knoll2017-03-092-9/+9
* | QV4Object: Remove helper put() methodRobin Burchell2017-02-092-5/+10
|/
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-144-9/+9
|\
| * Refactor the calling code for (Simple)ScriptFunctionLars Knoll2016-12-091-1/+1
| * Change ExecutionContext::getFunctionObject() to getFunction()Lars Knoll2016-12-062-18/+11
| * Cleanup and reduce the number of overloads for QQmlBinding::create()Lars Knoll2016-12-061-1/+1
| * Start cleaning up the QmlContextWrapperLars Knoll2016-12-041-2/+3
* | V4 Debugger: Add an option to pass additional context for evaluateUlf Hermann2016-12-093-18/+34
* | headers: Add missing override and remove redundant virtualAlexander Volkov2016-12-072-2/+2
* | QmlTooling: Move native debug service into own pluginUlf Hermann2016-11-185-912/+1
* | QmlTooling: Move QDebugMessageService into own pluginUlf Hermann2016-11-185-199/+1
* | Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2016-11-031-1/+1
|\|
| * Cast enums to int before streaming into QDataStreamThiago Macieira2016-10-231-1/+1
* | Plugins: add missing 'override'Anton Kudryavtsev2016-10-062-20/+20