Debugger: Ignore first stop for LLDB/Terminal

Change-Id: I16c24fb4072ce4d63fdbfc57618daa2a48fa1d80
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
hjk
2015-02-27 16:56:51 +01:00
committed by hjk
parent 38b183fd90
commit 0ef651240d

View File

@@ -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