[all-commits] [llvm/llvm-project] ab73a9: [lldb] Eliminate {Get, Set}PropertyAtIndexAsFileSpe...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Thu May 4 22:11:05 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ab73a9c1a77cc9502f07ff8a9d1fd9dadccd702f
      https://github.com/llvm/llvm-project/commit/ab73a9c1a77cc9502f07ff8a9d1fd9dadccd702f
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2023-05-04 (Thu, 04 May 2023)

  Changed paths:
    M lldb/include/lldb/Interpreter/OptionValue.h
    M lldb/include/lldb/Interpreter/OptionValueProperties.h
    M lldb/source/Core/ModuleList.cpp
    M lldb/source/Interpreter/CommandInterpreter.cpp
    M lldb/source/Interpreter/OptionValue.cpp
    M lldb/source/Interpreter/OptionValueProperties.cpp
    M lldb/source/Plugins/Platform/QemuUser/PlatformQemuUser.cpp
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
    M lldb/source/Target/Platform.cpp
    M lldb/source/Target/Process.cpp
    M lldb/source/Target/Target.cpp

  Log Message:
  -----------
  [lldb] Eliminate {Get,Set}PropertyAtIndexAsFileSpec (NFC)

This patch is a continuation of 6f8b33f6dfd0 and eliminates the
{Get,Set}PropertyAtIndexAsFileSpec functions.




More information about the All-commits mailing list