[all-commits] [llvm/llvm-project] 3014ef: [lldb] Remove unused parameter from ValueObject::G...

Alex via All-commits all-commits at lists.llvm.org
Mon Feb 3 10:57:25 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3014efe071988724b67f2dc106d36002aa03fa7d
      https://github.com/llvm/llvm-project/commit/3014efe071988724b67f2dc106d36002aa03fa7d
  Author: Alex Langford <apl at fb.com>
  Date:   2020-02-03 (Mon, 03 Feb 2020)

  Changed paths:
    M lldb/include/lldb/Core/ValueObject.h
    M lldb/include/lldb/Core/ValueObjectRegister.h
    M lldb/source/API/SBValue.cpp
    M lldb/source/Commands/CommandObjectFrame.cpp
    M lldb/source/Core/ValueObject.cpp
    M lldb/source/Core/ValueObjectRegister.cpp
    M lldb/source/DataFormatters/ValueObjectPrinter.cpp
    M lldb/source/Target/Process.cpp
    M lldb/source/Target/StackFrame.cpp

  Log Message:
  -----------
  [lldb] Remove unused parameter from ValueObject::GetExpressionPath

I previously removed the code in ValueObject::GetExpressionPath that
took advantage of the parameter `qualify_cxx_base_classes`. As a result,
this is now unused and can be removed.




More information about the All-commits mailing list