[all-commits] [llvm/llvm-project] 0c1a3d: [LLDB] Remove the bool + RegisterInfo& version of ...

David Spickett via All-commits all-commits at lists.llvm.org
Wed Sep 28 05:30:51 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0c1a3da8ea1f0e024ebfd85c7532926f26c6bde5
      https://github.com/llvm/llvm-project/commit/0c1a3da8ea1f0e024ebfd85c7532926f26c6bde5
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2022-09-28 (Wed, 28 Sep 2022)

  Changed paths:
    M lldb/include/lldb/Core/EmulateInstruction.h
    M lldb/source/Core/EmulateInstruction.cpp
    M lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h
    M lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.h
    M lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.h
    M lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.h
    M lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.h
    M lldb/source/Plugins/Instruction/RISCV/EmulateInstructionRISCV.h

  Log Message:
  -----------
  [LLDB] Remove the bool + RegisterInfo& version of GetRegisterInfo

All callers have been converted to the optional version.

Depends on D134540

Reviewed By: clayborg

Differential Revision: https://reviews.llvm.org/D134541




More information about the All-commits mailing list