forked from qt-creator/qt-creator
Dumper: Fix activating frame for lldb
...when being attached to core file. Change-Id: I4f8364285d756bae53b4a14ca8feb74f7fdaacfb Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -1632,7 +1632,6 @@ class Dumper(DumperBase):
|
|||||||
|
|
||||||
def activateFrame(self, args):
|
def activateFrame(self, args):
|
||||||
self.reportToken(args)
|
self.reportToken(args)
|
||||||
thread = args['thread']
|
|
||||||
self.currentThread().SetSelectedFrame(args['index'])
|
self.currentThread().SetSelectedFrame(args['index'])
|
||||||
self.reportResult('', args)
|
self.reportResult('', args)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user