aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_debugger
Commit message (Expand)AuthorAgeFilesLines
* QML debugger: Don't crash when creating objects on engine destructionUlf Hermann2018-03-191-1/+2
* Pass "this" object when evaluating debug jobsUlf Hermann2018-03-171-2/+8
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-268-28/+28
* Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Shawn Rutledge2018-02-061-4/+17
|\
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-021-4/+17
| |\
| | * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-4/+17
| | |\
| | | * QQmlEngineDebugService: Use native stream operators for QSize and QSizeFUlf Hermann2018-01-181-0/+2
| | | * QQmlEngineDebugService: Actually call value types' toString() methodUlf Hermann2018-01-081-4/+15
* | | | Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-022-3/+3
|/ / /
* | | Introduce Q_FALLTHROUGH()Friedemann Kleint2018-01-101-1/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-201-12/+10
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-11-061-12/+10
| |\|
| | * QQmlEngineDebugService: Check QML contexts for validityUlf Hermann2017-11-051-12/+10
* | | Merge remote-tracking branch 'origin/dev' into new-backendLars Knoll2017-11-085-9/+4
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-061-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
| * | | Dissolve src/plugins/qmltooling/sharedUlf Hermann2017-11-054-8/+3
* | | | 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
* | | | 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