Home
last modified time | relevance | path

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

12

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
HDRegisterContextFreeBSDKernel_x86_64.h29 bool ReadGPR() override;
HDRegisterContextFreeBSDKernel_i386.h29 bool ReadGPR() override;
HDRegisterContextFreeBSDKernel_arm64.h29 bool ReadGPR() override;
HDRegisterContextFreeBSDKernel_i386.cpp24 bool RegisterContextFreeBSDKernel_i386::ReadGPR() { return true; } in ReadGPR() function in RegisterContextFreeBSDKernel_i386
HDRegisterContextFreeBSDKernel_x86_64.cpp24 bool RegisterContextFreeBSDKernel_x86_64::ReadGPR() { return true; } in ReadGPR() function in RegisterContextFreeBSDKernel_x86_64
HDRegisterContextFreeBSDKernel_arm64.cpp26 bool RegisterContextFreeBSDKernel_arm64::ReadGPR() { return true; } in ReadGPR() function in RegisterContextFreeBSDKernel_arm64
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
HDRegisterContextPOSIXCore_x86_64.h36 bool ReadGPR() override;
HDRegisterContextPOSIXCore_arm.h40 bool ReadGPR() override;
HDRegisterContextPOSIXCore_s390x.h39 bool ReadGPR() override;
HDRegisterContextPOSIXCore_mips64.h40 bool ReadGPR() override;
HDRegisterContextPOSIXCore_riscv64.h44 bool ReadGPR() override;
HDRegisterContextPOSIXCore_powerpc.h39 bool ReadGPR() override;
HDRegisterContextPOSIXCore_arm.cpp30 bool RegisterContextCorePOSIX_arm::ReadGPR() { return true; } in ReadGPR() function in RegisterContextCorePOSIX_arm
HDRegisterContextPOSIXCore_mips64.cpp37 bool RegisterContextCorePOSIX_mips64::ReadGPR() { return true; } in ReadGPR() function in RegisterContextCorePOSIX_mips64
HDRegisterContextPOSIXCore_x86_64.cpp39 bool RegisterContextCorePOSIX_x86_64::ReadGPR() { in ReadGPR() function in RegisterContextCorePOSIX_x86_64
HDRegisterContextPOSIXCore_arm64.h48 bool ReadGPR() override;
HDRegisterContextPOSIXCore_s390x.cpp38 bool RegisterContextCorePOSIX_s390x::ReadGPR() { return true; } in ReadGPR() function in RegisterContextCorePOSIX_s390x
HDRegisterContextPOSIXCore_riscv64.cpp45 bool RegisterContextCorePOSIX_riscv64::ReadGPR() { return true; } in ReadGPR() function in RegisterContextCorePOSIX_riscv64
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDRegisterContextPOSIX_arm.h56 virtual bool ReadGPR() = 0;
HDRegisterContextPOSIX_loongarch64.h57 virtual bool ReadGPR() = 0;
HDRegisterContextPOSIX_riscv64.h57 virtual bool ReadGPR() = 0;
HDRegisterContextPOSIX_mips64.h72 virtual bool ReadGPR() = 0;
HDRegisterContextPOSIX_s390x.h66 virtual bool ReadGPR() = 0;
HDRegisterContextDarwin_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()
HDRegisterContextPOSIX_arm64.h80 virtual bool ReadGPR() = 0;

12