forked from qt-creator/qt-creator
Debugger: Ignore first stop for LLDB/Terminal
Change-Id: I16c24fb4072ce4d63fdbfc57618daa2a48fa1d80 Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -657,6 +657,10 @@ class Dumper(DumperBase):
|
|||||||
else:
|
else:
|
||||||
self.silentStops = 1
|
self.silentStops = 1
|
||||||
|
|
||||||
|
else:
|
||||||
|
if self.useTerminal_:
|
||||||
|
self.ignoreStops = 1
|
||||||
|
|
||||||
if self.platform_:
|
if self.platform_:
|
||||||
self.debugger.SetCurrentPlatform(self.platform_)
|
self.debugger.SetCurrentPlatform(self.platform_)
|
||||||
# sysroot has to be set *after* the platform
|
# sysroot has to be set *after* the platform
|
||||||
|
Reference in New Issue
Block a user