[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 3
authorSlava Gurevich <sgurevich@gmail.com>
Tue, 26 Jul 2022 21:18:41 +0000 (14:18 -0700)
committerSlava Gurevich <sgurevich@gmail.com>
Wed, 27 Jul 2022 17:39:49 +0000 (10:39 -0700)
commit24301569f080d60f644d7a69496596cbd65079ce
treef074265fe1de91d00ecbd190012a04902dfbd77b
parent0562cf442f128e2665ecddc68ca9511a6a4a479b
[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 3

Improve LLDB reliability by fixing the following "uninitialized variables" static code inspection warnings from
scan.coverity.com/projects/llvm:

1355854, 1347549, 1316348, 1372028, 1431625,
1315634, 1315637, 1355855, 1364803, 1420505,
1420563, 1420685, 1366014, 1203966, 1204029,
1204031, 1204032, 1328411, 1325969, 1325968,
1374921, 1094809

Differential Revision: https://reviews.llvm.org/D130602
15 files changed:
lldb/include/lldb/Core/LoadedModuleInfoList.h
lldb/include/lldb/DataFormatters/TypeSummary.h
lldb/include/lldb/Symbol/DebugMacros.h
lldb/include/lldb/Target/ProcessStructReader.h
lldb/include/lldb/Utility/Args.h
lldb/include/lldb/Utility/RegisterValue.h
lldb/include/lldb/Utility/StringExtractorGDBRemote.h
lldb/source/Breakpoint/BreakpointOptions.cpp
lldb/source/Core/Debugger.cpp
lldb/source/Core/IOHandlerCursesGUI.cpp
lldb/source/Expression/FunctionCaller.cpp
lldb/source/Expression/LLVMUserExpression.cpp
lldb/source/Host/common/MainLoop.cpp
lldb/source/Interpreter/OptionGroupFormat.cpp
lldb/source/Interpreter/OptionGroupVariable.cpp