Home
last modified time | relevance | path

Searched refs:ReadGPR (Results 1 – 25 of 41) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DRegisterContextPOSIXProcessMonitor_mips64.cpp36 bool RegisterContextPOSIXProcessMonitor_mips64::ReadGPR() { in ReadGPR() function in RegisterContextPOSIXProcessMonitor_mips64
38 return monitor.ReadGPR(m_thread.GetID(), &m_gpr_mips64, GetGPRSize()); in ReadGPR()
164 if (data_sp && ReadGPR() && ReadFPR()) { in ReadAllRegisterValues()
H A DRegisterContextPOSIXProcessMonitor_arm.cpp35 bool RegisterContextPOSIXProcessMonitor_arm::ReadGPR() { in ReadGPR() function in RegisterContextPOSIXProcessMonitor_arm
37 return monitor.ReadGPR(m_thread.GetID(), &m_gpr_arm, GetGPRSize()); in ReadGPR()
159 if (data_sp && ReadGPR() && ReadFPR()) { in ReadAllRegisterValues()
H A DRegisterContextPOSIXProcessMonitor_arm64.cpp36 bool RegisterContextPOSIXProcessMonitor_arm64::ReadGPR() { in ReadGPR() function in RegisterContextPOSIXProcessMonitor_arm64
38 return monitor.ReadGPR(m_thread.GetID(), &m_gpr_arm64, GetGPRSize()); in ReadGPR()
168 if (data_sp && ReadGPR() && ReadFPR()) { in ReadAllRegisterValues()
H A DRegisterContextPOSIXProcessMonitor_powerpc.cpp36 bool RegisterContextPOSIXProcessMonitor_powerpc::ReadGPR() { in ReadGPR() function in RegisterContextPOSIXProcessMonitor_powerpc
38 return monitor.ReadGPR(m_thread.GetID(), &m_gpr_powerpc, GetGPRSize()); in ReadGPR()
174 if (data_sp && ReadGPR() && ReadFPR()) { in ReadAllRegisterValues()
H A DRegisterContextPOSIXProcessMonitor_arm.h24 bool ReadGPR();
H A DRegisterContextPOSIXProcessMonitor_arm64.h25 bool ReadGPR();
H A DRegisterContextPOSIXProcessMonitor_powerpc.h28 bool ReadGPR();
H A DRegisterContextPOSIXProcessMonitor_x86.h26 bool ReadGPR();
H A DRegisterContextPOSIXProcessMonitor_mips64.h26 bool ReadGPR();
H A DRegisterContextPOSIXProcessMonitor_x86.cpp72 bool RegisterContextPOSIXProcessMonitor_x86_64::ReadGPR() { in ReadGPR() function in RegisterContextPOSIXProcessMonitor_x86_64
74 return monitor.ReadGPR(m_thread.GetID(), &m_gpr_x86_64, GetGPRSize()); in ReadGPR()
348 if (data_sp && ReadGPR() && ReadFPR()) { in ReadAllRegisterValues()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_arm.h41 bool ReadGPR() override;
H A DRegisterContextPOSIXCore_arm64.h41 bool ReadGPR() override;
H A DRegisterContextPOSIXCore_x86_64.h37 bool ReadGPR() override;
H A DRegisterContextPOSIXCore_mips64.h41 bool ReadGPR() override;
H A DRegisterContextPOSIXCore_s390x.h40 bool ReadGPR() override;
H A DRegisterContextPOSIXCore_powerpc.h40 bool ReadGPR() override;
H A DRegisterContextPOSIXCore_arm.cpp29 bool RegisterContextCorePOSIX_arm::ReadGPR() { return true; } in ReadGPR() function in RegisterContextCorePOSIX_arm
H A DRegisterContextPOSIXCore_arm64.cpp29 bool RegisterContextCorePOSIX_arm64::ReadGPR() { return true; } in ReadGPR() function in RegisterContextCorePOSIX_arm64
H A DRegisterContextPOSIXCore_mips64.cpp36 bool RegisterContextCorePOSIX_mips64::ReadGPR() { return true; } in ReadGPR() function in RegisterContextCorePOSIX_mips64
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.cpp511 int RegisterContextDarwin_i386::ReadGPR(bool force) { in ReadGPR() function in RegisterContextDarwin_i386
571 return ReadGPR(force); in ReadRegisterSet()
836 if (data_sp && ReadGPR(false) == 0 && ReadFPU(false) == 0 && in ReadAllRegisterValues()
954 if (ReadGPR(false) != 0) in HardwareSingleStep()
H A DRegisterContextPOSIX_mips64.h79 virtual bool ReadGPR() = 0;
H A DRegisterContextPOSIX_s390x.h74 virtual bool ReadGPR() = 0;
H A DRegisterContextPOSIX_arm.h101 virtual bool ReadGPR() = 0;
H A DRegisterContextPOSIX_arm64.h101 virtual bool ReadGPR() = 0;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD.h36 virtual Status ReadGPR();

12