Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_x86_64.h40 bool WriteGPR() override;
H A DRegisterContextPOSIXCore_arm.h44 bool WriteGPR() override;
H A DRegisterContextPOSIXCore_mips64.h44 bool WriteGPR() override;
H A DRegisterContextPOSIXCore_s390x.h43 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_arm64.h51 bool WriteGPR() override;
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_s390x.cpp42 bool RegisterContextCorePOSIX_s390x::WriteGPR() { in WriteGPR() function in RegisterContextCorePOSIX_s390x
H A DRegisterContextPOSIXCore_powerpc.cpp50 bool RegisterContextCorePOSIX_powerpc::WriteGPR() { in WriteGPR() function in RegisterContextCorePOSIX_powerpc
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_arm.h58 virtual bool WriteGPR() = 0;
H A DRegisterContextPOSIX_mips64.h74 virtual bool WriteGPR() = 0;
H A DRegisterContextPOSIX_s390x.h68 virtual bool WriteGPR() = 0;
H A DRegisterContextPOSIX_arm64.h76 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 DRegisterContextDarwin_x86_64.cpp575 int RegisterContextDarwin_x86_64::WriteGPR() { in WriteGPR() function in RegisterContextDarwin_x86_64
626 return WriteGPR(); in WriteRegisterSet()
917 if (WriteGPR() == 0) in WriteAllRegisterValues()
1055 return WriteGPR() == 0; in HardwareSingleStep()
H A DRegisterContextPOSIX_powerpc.h190 virtual bool WriteGPR() = 0;
H A DRegisterContextDarwin_arm.cpp1022 int RegisterContextDarwin_arm::WriteGPR() { in WriteGPR() function in RegisterContextDarwin_arm
1089 return WriteGPR(); in WriteRegisterSet()
1091 return WriteGPR(); in WriteRegisterSet()
1321 if (WriteGPR() == KERN_SUCCESS) in WriteAllRegisterValues()
H A DRegisterContextPOSIX_x86.h207 virtual bool WriteGPR() = 0;
H A DRegisterContextDarwin_arm64.h193 int WriteGPR();
H A DRegisterContextDarwin_i386.h176 int WriteGPR();
H A DRegisterContextDarwin_x86_64.h181 int WriteGPR();
H A DRegisterContextDarwin_arm64.cpp204 int RegisterContextDarwin_arm64::WriteGPR() { in WriteGPR() function in RegisterContextDarwin_arm64
269 return WriteGPR(); in WriteRegisterSet()
675 if (WriteGPR() == KERN_SUCCESS) in WriteAllRegisterValues()
H A DRegisterContextDarwin_arm.h226 int WriteGPR();

12