[all-commits] [llvm/llvm-project] 243015: [LLDB][NFC][Reliability] Fix uninitialized variabl...

fixathon via All-commits all-commits at lists.llvm.org
Wed Jul 27 10:40:36 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 24301569f080d60f644d7a69496596cbd65079ce
      https://github.com/llvm/llvm-project/commit/24301569f080d60f644d7a69496596cbd65079ce
  Author: Slava Gurevich <sgurevich at gmail.com>
  Date:   2022-07-27 (Wed, 27 Jul 2022)

  Changed paths:
    M lldb/include/lldb/Core/LoadedModuleInfoList.h
    M lldb/include/lldb/DataFormatters/TypeSummary.h
    M lldb/include/lldb/Symbol/DebugMacros.h
    M lldb/include/lldb/Target/ProcessStructReader.h
    M lldb/include/lldb/Utility/Args.h
    M lldb/include/lldb/Utility/RegisterValue.h
    M lldb/include/lldb/Utility/StringExtractorGDBRemote.h
    M lldb/source/Breakpoint/BreakpointOptions.cpp
    M lldb/source/Core/Debugger.cpp
    M lldb/source/Core/IOHandlerCursesGUI.cpp
    M lldb/source/Expression/FunctionCaller.cpp
    M lldb/source/Expression/LLVMUserExpression.cpp
    M lldb/source/Host/common/MainLoop.cpp
    M lldb/source/Interpreter/OptionGroupFormat.cpp
    M lldb/source/Interpreter/OptionGroupVariable.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list