forked from qt-creator/qt-creator
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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user