Debugger: Enable exception hiding with LLDB

Closer to "production behaviour"

Change-Id: Id72a667cdc44c5102b574db30b6e806ab1deba83
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
hjk
2013-10-29 13:18:08 +01:00
parent c162ba1391
commit b42a1b5918

View File

@@ -1587,7 +1587,6 @@ class Dumper(DumperBase):
self.useFancy = int(args['fancy'])
if 'passexceptions' in args:
self.passExceptions = int(args['passexceptions'])
self.passExceptions = True # FIXME
self.reportVariables(args)
def disassemble(self, args):