aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4isel_moth_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2014-03-04 10:35:11 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-07 16:55:12 +0100
commit39b54d7293741c712116010b33f0d9823ab2ab1c (patch)
tree0af462863604bc130b1232a53477185b9d59c158 /src/qml/compiler/qv4isel_moth_p.h
parent245f5ce7bb194438fc643e5c928382f47556e2f2 (diff)
Fixes to breakpoint handling
Make sure stepping works correctly, and we always break at a valid breakpoint. Change-Id: I6a3032b3ae204484b8a92b2031904a7f681c7f80 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/compiler/qv4isel_moth_p.h')
-rw-r--r--src/qml/compiler/qv4isel_moth_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qml/compiler/qv4isel_moth_p.h b/src/qml/compiler/qv4isel_moth_p.h
index 000ff634e7..4c01434156 100644
--- a/src/qml/compiler/qv4isel_moth_p.h
+++ b/src/qml/compiler/qv4isel_moth_p.h
@@ -169,6 +169,8 @@ private:
QQmlEnginePrivate *qmlEngine;
+ bool blockNeedsDebugInstruction;
+ uint currentLine;
IR::BasicBlock *_block;
IR::BasicBlock *_nextBlock;