[Lldb-commits] [PATCH] D130602: [LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 3

Slava Gurevich via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 26 15:05:17 PDT 2022


fixathon created this revision.
fixathon added reviewers: clayborg, aadsm, JDevlieghere, jingham.
Herald added a project: All.
fixathon requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D130602

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130602.447846.patch
Type: text/x-patch
Size: 11166 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220726/4be47429/attachment-0001.bin>


More information about the lldb-commits mailing list