Home
last modified time | relevance | path

Searched refs:RegisterContextLinux_s390x (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLinux_s390x.cpp50 RegisterContextLinux_s390x::RegisterContextLinux_s390x( in RegisterContextLinux_s390x() function in RegisterContextLinux_s390x
57 const RegisterInfo *RegisterContextLinux_s390x::GetRegisterInfo() const { in GetRegisterInfo()
61 uint32_t RegisterContextLinux_s390x::GetRegisterCount() const { in GetRegisterCount()
65 uint32_t RegisterContextLinux_s390x::GetUserRegisterCount() const { in GetUserRegisterCount()
69 size_t RegisterContextLinux_s390x::GetGPRSize() const { return 0; } in GetGPRSize()
H A DRegisterContextLinux_s390x.h14 class RegisterContextLinux_s390x : public lldb_private::RegisterInfoInterface {
16 RegisterContextLinux_s390x(const lldb_private::ArchSpec &target_arch);
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp141 reg_interface = new RegisterContextLinux_s390x(arch); in CreateRegisterContextForFrame()