Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DRegisterContextPOSIXProcessMonitor_mips64.cpp45 bool RegisterContextPOSIXProcessMonitor_mips64::WriteGPR() { in WriteGPR() function in RegisterContextPOSIXProcessMonitor_mips64
47 return monitor.WriteGPR(m_thread.GetID(), &m_gpr_mips64, GetGPRSize()); in WriteGPR()
182 if (WriteGPR()) { in WriteAllRegisterValues()
DRegisterContextPOSIXProcessMonitor_arm.cpp45 bool RegisterContextPOSIXProcessMonitor_arm::WriteGPR() { in WriteGPR() function in RegisterContextPOSIXProcessMonitor_arm
47 return monitor.WriteGPR(m_thread.GetID(), &m_gpr_arm, GetGPRSize()); in WriteGPR()
180 if (WriteGPR()) { in WriteAllRegisterValues()
DRegisterContextPOSIXProcessMonitor_arm64.cpp48 bool RegisterContextPOSIXProcessMonitor_arm64::WriteGPR() { in WriteGPR() function in RegisterContextPOSIXProcessMonitor_arm64
50 return monitor.WriteGPR(m_thread.GetID(), &m_gpr_arm64, GetGPRSize()); in WriteGPR()
190 if (WriteGPR()) { in WriteAllRegisterValues()
DRegisterContextPOSIXProcessMonitor_powerpc.cpp51 bool RegisterContextPOSIXProcessMonitor_powerpc::WriteGPR() { in WriteGPR() function in RegisterContextPOSIXProcessMonitor_powerpc
53 return monitor.WriteGPR(m_thread.GetID(), &m_gpr_powerpc, GetGPRSize()); in WriteGPR()
193 if (WriteGPR()) { in WriteAllRegisterValues()
DRegisterContextPOSIXProcessMonitor_powerpc.h33 bool WriteGPR() override;
DRegisterContextPOSIXProcessMonitor_arm64.h28 bool WriteGPR() override;
DRegisterContextPOSIXProcessMonitor_mips64.h31 bool WriteGPR() override;
DRegisterContextPOSIXProcessMonitor_x86.h29 bool WriteGPR() override;
DRegisterContextPOSIXProcessMonitor_arm.h27 bool WriteGPR() override;
/external/llvm-project/lldb/source/Plugins/Process/elf-core/
DRegisterContextPOSIXCore_x86_64.h40 bool WriteGPR() override;
DRegisterContextPOSIXCore_arm.h44 bool WriteGPR() override;
DRegisterContextPOSIXCore_mips64.h44 bool WriteGPR() override;
DRegisterContextPOSIXCore_s390x.h43 bool WriteGPR() override;
DRegisterContextPOSIXCore_powerpc.h45 bool WriteGPR() override;
DRegisterContextPOSIXCore_arm.cpp34 bool RegisterContextCorePOSIX_arm::WriteGPR() { in WriteGPR() function in RegisterContextCorePOSIX_arm
DRegisterContextPOSIXCore_arm64.h46 bool WriteGPR() override;
DRegisterContextPOSIXCore_x86_64.cpp47 bool RegisterContextCorePOSIX_x86_64::WriteGPR() { in WriteGPR() function in RegisterContextCorePOSIX_x86_64
DRegisterContextPOSIXCore_mips64.cpp41 bool RegisterContextCorePOSIX_mips64::WriteGPR() { in WriteGPR() function in RegisterContextCorePOSIX_mips64
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DRegisterContextPOSIX_arm.h58 virtual bool WriteGPR() = 0;
DRegisterContextPOSIX_s390x.h68 virtual bool WriteGPR() = 0;
DRegisterContextPOSIX_mips64.h74 virtual bool WriteGPR() = 0;
DRegisterContextPOSIX_arm64.h75 virtual bool WriteGPR() = 0;
DRegisterContextDarwin_i386.cpp526 int RegisterContextDarwin_i386::WriteGPR() { in WriteGPR() function in RegisterContextDarwin_i386
578 return WriteGPR(); in WriteRegisterSet()
853 if (WriteGPR() == 0) in WriteAllRegisterValues()
962 return WriteGPR() == 0; in HardwareSingleStep()
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeRegisterContextLinux_arm.cpp261 error = WriteGPR(); in WriteAllRegisterValues()
849 return WriteGPR(); in DoWriteRegisterValue()
864 Status NativeRegisterContextLinux_arm::WriteGPR() { in WriteGPR() function in NativeRegisterContextLinux_arm
866 return NativeRegisterContextLinux::WriteGPR(); in WriteGPR()
DNativeRegisterContextLinux.h74 virtual Status WriteGPR();

12