forked from qt-creator/qt-creator
Debugger: Fix "Load QML Stack"
There have been apparently changes on the Qt Declarative side. Task-number: QTCREATORBUG-22209 Change-Id: Ia9e387aa92465556b5b8aee3661e2fc063478f3d Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
@@ -1279,7 +1279,7 @@ class Dumper(DumperBase):
|
||||
frame = gdb.newest_frame()
|
||||
ns = self.qtNamespace()
|
||||
needle = self.qtNamespace() + 'QV4::ExecutionEngine'
|
||||
pat = '%sqt_v4StackTrace(((%sQV4::ExecutionEngine *)0x%x)->currentContext)'
|
||||
pat = '%sqt_v4StackTrace(((%sQV4::ExecutionEngine *)0x%x)->currentContext())'
|
||||
done = False
|
||||
while i < limit and frame and not done:
|
||||
block = None
|
||||
|
||||
Reference in New Issue
Block a user