Home
last modified time | relevance | path

Searched refs:GetGPRSize (Results 1 – 25 of 54) sorted by relevance

123

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DRegisterContextPOSIXProcessMonitor_arm.cpp22 #define REG_CONTEXT_SIZE (GetGPRSize())
37 return monitor.ReadGPR(m_thread.GetID(), &m_gpr_arm, GetGPRSize()); in ReadGPR()
47 return monitor.WriteGPR(m_thread.GetID(), &m_gpr_arm, GetGPRSize()); in WriteGPR()
164 ::memcpy(dst, &m_gpr_arm, GetGPRSize()); in ReadAllRegisterValues()
165 dst += GetGPRSize(); in ReadAllRegisterValues()
178 ::memcpy(&m_gpr_arm, src, GetGPRSize()); in WriteAllRegisterValues()
181 src += GetGPRSize(); in WriteAllRegisterValues()
H A DRegisterContextPOSIXProcessMonitor_arm64.cpp19 #define REG_CONTEXT_SIZE (GetGPRSize())
38 return monitor.ReadGPR(m_thread.GetID(), &m_gpr_arm64, GetGPRSize()); in ReadGPR()
48 return monitor.WriteGPR(m_thread.GetID(), &m_gpr_arm64, GetGPRSize()); in WriteGPR()
173 ::memcpy(dst, &m_gpr_arm64, GetGPRSize()); in ReadAllRegisterValues()
174 dst += GetGPRSize(); in ReadAllRegisterValues()
187 ::memcpy(&m_gpr_arm64, src, GetGPRSize()); in WriteAllRegisterValues()
189 src += GetGPRSize(); in WriteAllRegisterValues()
H A DRegisterContextPOSIXProcessMonitor_powerpc.cpp22 #define REG_CONTEXT_SIZE (GetGPRSize())
38 return monitor.ReadGPR(m_thread.GetID(), &m_gpr_powerpc, GetGPRSize()); in ReadGPR()
54 return monitor.WriteGPR(m_thread.GetID(), &m_gpr_powerpc, GetGPRSize()); in WriteGPR()
179 ::memcpy(dst, &m_gpr_powerpc, GetGPRSize()); in ReadAllRegisterValues()
180 dst += GetGPRSize(); in ReadAllRegisterValues()
192 ::memcpy(&m_gpr_powerpc, src, GetGPRSize()); in WriteAllRegisterValues()
195 src += GetGPRSize(); in WriteAllRegisterValues()
H A DRegisterContextPOSIXProcessMonitor_mips64.cpp22 #define REG_CONTEXT_SIZE (GetGPRSize())
38 return monitor.ReadGPR(m_thread.GetID(), &m_gpr_mips64, GetGPRSize()); in ReadGPR()
48 return monitor.WriteGPR(m_thread.GetID(), &m_gpr_mips64, GetGPRSize()); in WriteGPR()
169 ::memcpy(dst, &m_gpr_mips64, GetGPRSize()); in ReadAllRegisterValues()
181 ::memcpy(&m_gpr_mips64, src, GetGPRSize()); in WriteAllRegisterValues()
184 src += GetGPRSize(); in WriteAllRegisterValues()
H A DRegisterContextPOSIXProcessMonitor_x86.cpp26 #define REG_CONTEXT_SIZE (GetGPRSize() + sizeof(FPR))
74 return monitor.ReadGPR(m_thread.GetID(), &m_gpr_x86_64, GetGPRSize()); in ReadGPR()
91 return monitor.WriteGPR(m_thread.GetID(), &m_gpr_x86_64, GetGPRSize()); in WriteGPR()
353 ::memcpy(dst, &m_gpr_x86_64, GetGPRSize()); in ReadAllRegisterValues()
354 dst += GetGPRSize(); in ReadAllRegisterValues()
383 ::memcpy(&m_gpr_x86_64, src, GetGPRSize()); in WriteAllRegisterValues()
386 src += GetGPRSize(); in WriteAllRegisterValues()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextFreeBSD_powerpc.h22 size_t GetGPRSize() const override;
34 size_t GetGPRSize() const override;
46 size_t GetGPRSize() const override;
H A DRegisterContextFreeBSD_powerpc.cpp186 size_t RegisterContextFreeBSD_powerpc::GetGPRSize() const { in GetGPRSize() function in RegisterContextFreeBSD_powerpc
205 size_t RegisterContextFreeBSD_powerpc32::GetGPRSize() const { in GetGPRSize() function in RegisterContextFreeBSD_powerpc32
225 size_t RegisterContextFreeBSD_powerpc64::GetGPRSize() const { in GetGPRSize() function in RegisterContextFreeBSD_powerpc64
H A DRegisterContextPOSIX_mips64.cpp84 size_t RegisterContextPOSIX_mips64::GetGPRSize() { in GetGPRSize() function in RegisterContextPOSIX_mips64
85 return m_register_info_ap->GetGPRSize(); in GetGPRSize()
H A DRegisterContextPOSIX_powerpc.cpp121 size_t RegisterContextPOSIX_powerpc::GetGPRSize() { in GetGPRSize() function in RegisterContextPOSIX_powerpc
122 return m_register_info_ap->GetGPRSize(); in GetGPRSize()
H A DRegisterContextFreeBSD_i386.h19 size_t GetGPRSize() const override;
H A DRegisterContextOpenBSD_i386.h19 size_t GetGPRSize() const override;
H A DRegisterContextFreeBSD_x86_64.h20 size_t GetGPRSize() const override;
H A DRegisterInfoPOSIX_ppc64le.h21 size_t GetGPRSize() const override;
H A DRegisterContextNetBSD_x86_64.h20 size_t GetGPRSize() const override;
H A DRegisterContextOpenBSD_x86_64.h20 size_t GetGPRSize() const override;
H A DRegisterContextFreeBSD_mips64.h20 size_t GetGPRSize() const override;
H A DRegisterContextPOSIX_ppc64le.cpp139 size_t RegisterContextPOSIX_ppc64le::GetGPRSize() { in GetGPRSize() function in RegisterContextPOSIX_ppc64le
140 return m_register_info_ap->GetGPRSize(); in GetGPRSize()
H A DRegisterContextPOSIX_arm.cpp134 size_t RegisterContextPOSIX_arm::GetGPRSize() { in GetGPRSize() function in RegisterContextPOSIX_arm
135 return m_register_info_ap->GetGPRSize(); in GetGPRSize()
H A DRegisterContextLinux_mips.h21 size_t GetGPRSize() const override;
H A DRegisterContextLinux_i386.h19 size_t GetGPRSize() const override;
H A DRegisterContextLinux_mips64.h21 size_t GetGPRSize() const override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_ppc64le.cpp69 offset -= GetGPRSize(); in ReadRegister()
78 offset -= GetGPRSize() + GetFPRSize(); in ReadRegister()
88 offset -= GetGPRSize() + GetFPRSize() + GetVMXSize(); in ReadRegister()
H A DRegisterContextPOSIXCore_x86_64.cpp23 size = GetGPRSize(); in RegisterContextCorePOSIX_x86_64()
66 if (m_gpregset && reg_info->byte_offset < GetGPRSize()) { in ReadRegister()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD.h46 virtual size_t GetGPRSize() { in GetGPRSize() function
47 return GetRegisterInfoInterface().GetGPRSize(); in GetGPRSize()
H A DNativeRegisterContextNetBSD_x86_64.cpp95 #define REG_CONTEXT_SIZE (GetRegisterInfoInterface().GetGPRSize())
670 ::memcpy(dst, &m_gpr_x86_64, GetRegisterInfoInterface().GetGPRSize()); in ReadAllRegisterValues()
671 dst += GetRegisterInfoInterface().GetGPRSize(); in ReadAllRegisterValues()
708 ::memcpy(&m_gpr_x86_64, src, GetRegisterInfoInterface().GetGPRSize()); in WriteAllRegisterValues()
713 src += GetRegisterInfoInterface().GetGPRSize(); in WriteAllRegisterValues()

123