Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DRegisterContextPOSIXProcessMonitor_mips64.cpp35 bool RegisterContextPOSIXProcessMonitor_mips64::ReadGPR() { in ReadGPR() function in RegisterContextPOSIXProcessMonitor_mips64
37 return monitor.ReadGPR(m_thread.GetID(), &m_gpr_mips64, GetGPRSize()); in ReadGPR()
163 if (ReadGPR() && ReadFPR()) { in ReadAllRegisterValues()
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 (ReadGPR() && ReadFPR()) { in ReadAllRegisterValues()
DRegisterContextPOSIXProcessMonitor_arm64.cpp38 bool RegisterContextPOSIXProcessMonitor_arm64::ReadGPR() { in ReadGPR() function in RegisterContextPOSIXProcessMonitor_arm64
40 return monitor.ReadGPR(m_thread.GetID(), &m_gpr_arm64, GetGPRSize()); in ReadGPR()
170 if (ReadGPR() && ReadFPR()) { in ReadAllRegisterValues()
DRegisterContextPOSIXProcessMonitor_powerpc.cpp35 bool RegisterContextPOSIXProcessMonitor_powerpc::ReadGPR() { in ReadGPR() function in RegisterContextPOSIXProcessMonitor_powerpc
37 return monitor.ReadGPR(m_thread.GetID(), &m_gpr_powerpc, GetGPRSize()); in ReadGPR()
173 if (ReadGPR() && ReadFPR()) { in ReadAllRegisterValues()
DRegisterContextPOSIXProcessMonitor_powerpc.h27 bool ReadGPR() override;
DRegisterContextPOSIXProcessMonitor_arm64.h24 bool ReadGPR() override;
DRegisterContextPOSIXProcessMonitor_mips64.h27 bool ReadGPR() override;
DRegisterContextPOSIXProcessMonitor_x86.h25 bool ReadGPR() override;
DRegisterContextPOSIXProcessMonitor_arm.h23 bool ReadGPR() override;
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeRegisterContextLinux_arm.cpp216 error = ReadGPR(); in ReadAllRegisterValues()
812 Status error = ReadGPR(); in DoReadRegisterValue()
831 Status error = ReadGPR(); in DoWriteRegisterValue()
852 Status NativeRegisterContextLinux_arm::ReadGPR() { in ReadGPR() function in NativeRegisterContextLinux_arm
854 return NativeRegisterContextLinux::ReadGPR(); in ReadGPR()
DNativeRegisterContextLinux_s390x.cpp198 Status error = ReadGPR(); in ReadRegister()
275 Status error = ReadGPR(); in WriteRegister()
335 error = ReadGPR(); in ReadAllRegisterValues()
443 Status NativeRegisterContextLinux_s390x::ReadGPR() { in ReadGPR() function in NativeRegisterContextLinux_s390x
DNativeRegisterContextLinux.h72 virtual Status ReadGPR();
/external/llvm-project/lldb/source/Plugins/Process/elf-core/
DRegisterContextPOSIXCore_x86_64.h36 bool ReadGPR() override;
DRegisterContextPOSIXCore_arm.h40 bool ReadGPR() override;
DRegisterContextPOSIXCore_mips64.h40 bool ReadGPR() override;
DRegisterContextPOSIXCore_s390x.h39 bool ReadGPR() override;
DRegisterContextPOSIXCore_powerpc.h39 bool ReadGPR() override;
DRegisterContextPOSIXCore_arm.cpp30 bool RegisterContextCorePOSIX_arm::ReadGPR() { return true; } in ReadGPR() function in RegisterContextCorePOSIX_arm
DRegisterContextPOSIXCore_arm64.h42 bool ReadGPR() override;
DRegisterContextPOSIXCore_x86_64.cpp39 bool RegisterContextCorePOSIX_x86_64::ReadGPR() { in ReadGPR() function in RegisterContextCorePOSIX_x86_64
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DRegisterContextPOSIX_arm.h56 virtual bool ReadGPR() = 0;
DRegisterContextPOSIX_s390x.h66 virtual bool ReadGPR() = 0;
DRegisterContextPOSIX_mips64.h72 virtual bool ReadGPR() = 0;
DRegisterContextPOSIX_arm64.h73 virtual bool ReadGPR() = 0;
DRegisterContextDarwin_i386.cpp502 int RegisterContextDarwin_i386::ReadGPR(bool force) { in ReadGPR() function in RegisterContextDarwin_i386
562 return ReadGPR(force); in ReadRegisterSet()
827 if (ReadGPR(false) == 0 && ReadFPU(false) == 0 && ReadEXC(false) == 0) { in ReadAllRegisterValues()
944 if (ReadGPR(false) != 0) in HardwareSingleStep()

12