Debugger: Fix passexception_s_ for GDB CLI

The intention was to always show errors, as this is likely an error
in the dumpers themselves. The case of operating on uninitialized
data is rather rare in the manual use case here.

Change-Id: I08874e302b402be94f760f744e82e127855dd16f
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2020-06-02 14:16:36 +02:00
parent e87c301787
commit 090110e1d8

View File

@@ -1476,7 +1476,7 @@ class CliDumper(Dumper):
args = {} args = {}
args['fancy'] = 1 args['fancy'] = 1
args['passexception'] = 1 args['passexceptions'] = 1
args['autoderef'] = 1 args['autoderef'] = 1
args['qobjectnames'] = 1 args['qobjectnames'] = 1
args['varlist'] = name args['varlist'] = name