[all-commits] [llvm/llvm-project] ed3459: [LLDB] Add LoongArch register definitions and oper...

Lu Weining via All-commits all-commits at lists.llvm.org
Fri Nov 25 05:20:44 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ed34590c1acb300abe51d2686148c62e8c517993
      https://github.com/llvm/llvm-project/commit/ed34590c1acb300abe51d2686148c62e8c517993
  Author: Tiezhu Yang <yangtiezhu at loongson.cn>
  Date:   2022-11-25 (Fri, 25 Nov 2022)

  Changed paths:
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_loongarch64.cpp
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_loongarch64.h
    M lldb/source/Plugins/Process/Utility/CMakeLists.txt
    A lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_loongarch64.cpp
    A lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_loongarch64.h
    M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_loongarch64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_loongarch64.h
    A lldb/source/Plugins/Process/Utility/RegisterInfos_loongarch64.h
    A lldb/source/Plugins/Process/Utility/lldb-loongarch-register-enums.h
    A lldb/source/Utility/LoongArch_DWARF_Registers.h

  Log Message:
  -----------
  [LLDB] Add LoongArch register definitions and operations

Use the same register layout as Linux kernel, implement the
related read and write operations.

Reviewed By: SixWeining, xen0n, DavidSpickett

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




More information about the All-commits mailing list