Searched refs:WriteGPR (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_arm.h44 bool WriteGPR() override;
H A DRegisterContextPOSIXCore_arm64.h44 bool WriteGPR() override;
H A DRegisterContextPOSIXCore_mips64.h44 bool WriteGPR() override;
H A DRegisterContextPOSIXCore_s390x.h43 bool WriteGPR() override;
H A DRegisterContextPOSIXCore_x86_64.h40 bool WriteGPR() override;
H A DRegisterContextPOSIXCore_arm.cpp34 bool RegisterContextCorePOSIX_arm::WriteGPR() { function in class:RegisterContextCorePOSIX_arm
H A DRegisterContextPOSIXCore_arm64.cpp35 bool RegisterContextCorePOSIX_arm64::WriteGPR() { function in class:RegisterContextCorePOSIX_arm64
H A DRegisterContextPOSIXCore_powerpc.h45 bool WriteGPR() override;
H A DRegisterContextPOSIXCore_mips64.cpp41 bool RegisterContextCorePOSIX_mips64::WriteGPR() { function in class:RegisterContextCorePOSIX_mips64
H A DRegisterContextPOSIXCore_s390x.cpp42 bool RegisterContextCorePOSIX_s390x::WriteGPR() { function in class:RegisterContextCorePOSIX_s390x
H A DRegisterContextPOSIXCore_x86_64.cpp47 bool RegisterContextCorePOSIX_x86_64::WriteGPR() { function in class:RegisterContextCorePOSIX_x86_64
H A DRegisterContextPOSIXCore_powerpc.cpp50 bool RegisterContextCorePOSIX_powerpc::WriteGPR() { function in class:RegisterContextCorePOSIX_powerpc
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DRegisterContextPOSIXProcessMonitor_arm.h27 bool WriteGPR();
H A DRegisterContextPOSIXProcessMonitor_arm64.h28 bool WriteGPR();
H A DRegisterContextPOSIXProcessMonitor_mips64.h29 bool WriteGPR();
H A DRegisterContextPOSIXProcessMonitor_powerpc.h33 bool WriteGPR();
H A DRegisterContextPOSIXProcessMonitor_x86.h29 bool WriteGPR();
H A DRegisterContextPOSIXProcessMonitor_arm.cpp44 bool RegisterContextPOSIXProcessMonitor_arm::WriteGPR() { function in class:RegisterContextPOSIXProcessMonitor_arm
46 return monitor.WriteGPR(m_thread.GetID(), &m_gpr_arm, GetGPRSize());
179 if (WriteGPR()) {
H A DRegisterContextPOSIXProcessMonitor_arm64.cpp45 bool RegisterContextPOSIXProcessMonitor_arm64::WriteGPR() { function in class:RegisterContextPOSIXProcessMonitor_arm64
47 return monitor.WriteGPR(m_thread.GetID(), &m_gpr_arm64, GetGPRSize());
187 if (WriteGPR()) {
H A DRegisterContextPOSIXProcessMonitor_mips64.cpp45 bool RegisterContextPOSIXProcessMonitor_mips64::WriteGPR() { function in class:RegisterContextPOSIXProcessMonitor_mips64
47 return monitor.WriteGPR(m_thread.GetID(), &m_gpr_mips64, GetGPRSize());
182 if (WriteGPR()) {
H A DRegisterContextPOSIXProcessMonitor_powerpc.cpp51 bool RegisterContextPOSIXProcessMonitor_powerpc::WriteGPR() { function in class:RegisterContextPOSIXProcessMonitor_powerpc
53 return monitor.WriteGPR(m_thread.GetID(), &m_gpr_powerpc, GetGPRSize());
193 if (WriteGPR()) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_arm64.h102 virtual bool WriteGPR() = 0;
H A DRegisterContextPOSIX_mips64.h80 virtual bool WriteGPR() = 0;
H A DRegisterContextPOSIX_s390x.h75 virtual bool WriteGPR() = 0;
H A DRegisterContextPOSIX_arm.h102 virtual bool WriteGPR() = 0;

Completed in 230 milliseconds

12