Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
H A DRegisterContextFreeBSDKernel_arm64.h33 bool WriteGPR() override;
H A DRegisterContextFreeBSDKernel_i386.h33 bool WriteGPR() override;
H A DRegisterContextFreeBSDKernel_x86_64.h33 bool WriteGPR() override;
H A DRegisterContextFreeBSDKernel_i386.cpp28 bool RegisterContextFreeBSDKernel_i386::WriteGPR() { in WriteGPR() function in RegisterContextFreeBSDKernel_i386
H A DRegisterContextFreeBSDKernel_x86_64.cpp28 bool RegisterContextFreeBSDKernel_x86_64::WriteGPR() { in WriteGPR() function in RegisterContextFreeBSDKernel_x86_64
H A DRegisterContextFreeBSDKernel_arm64.cpp30 bool RegisterContextFreeBSDKernel_arm64::WriteGPR() { in WriteGPR() function in RegisterContextFreeBSDKernel_arm64
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_arm.h44 bool WriteGPR() override;
H A DRegisterContextPOSIXCore_x86_64.h40 bool WriteGPR() override;
H A DRegisterContextPOSIXCore_mips64.h44 bool WriteGPR() override;
H A DRegisterContextPOSIXCore_s390x.h43 bool WriteGPR() override;
H A DRegisterContextPOSIXCore_riscv64.h48 bool WriteGPR() override;
H A DRegisterContextPOSIXCore_powerpc.h45 bool WriteGPR() override;
H A DRegisterContextPOSIXCore_arm.cpp34 bool RegisterContextCorePOSIX_arm::WriteGPR() { in WriteGPR() function in RegisterContextCorePOSIX_arm
H A DRegisterContextPOSIXCore_x86_64.cpp47 bool RegisterContextCorePOSIX_x86_64::WriteGPR() { in WriteGPR() function in RegisterContextCorePOSIX_x86_64
H A DRegisterContextPOSIXCore_mips64.cpp41 bool RegisterContextCorePOSIX_mips64::WriteGPR() { in WriteGPR() function in RegisterContextCorePOSIX_mips64
H A DRegisterContextPOSIXCore_arm64.h52 bool WriteGPR() override;
H A DRegisterContextPOSIXCore_s390x.cpp42 bool RegisterContextCorePOSIX_s390x::WriteGPR() { in WriteGPR() function in RegisterContextCorePOSIX_s390x
H A DRegisterContextPOSIXCore_riscv64.cpp49 bool RegisterContextCorePOSIX_riscv64::WriteGPR() { in WriteGPR() function in RegisterContextCorePOSIX_riscv64
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_arm.h58 virtual bool WriteGPR() = 0;
H A DRegisterContextPOSIX_loongarch64.h59 virtual bool WriteGPR() = 0;
H A DRegisterContextPOSIX_riscv64.h59 virtual bool WriteGPR() = 0;
H A DRegisterContextPOSIX_mips64.h74 virtual bool WriteGPR() = 0;
H A DRegisterContextPOSIX_s390x.h68 virtual bool WriteGPR() = 0;
H A 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()
H A DRegisterContextPOSIX_arm64.h82 virtual bool WriteGPR() = 0;

12