Searched refs:WriteGPR (Results 1 - 25 of 38) sorted by last modified time

12

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_x86_64.cpp575 int RegisterContextDarwin_x86_64::WriteGPR() { function in class:RegisterContextDarwin_x86_64
626 return WriteGPR();
917 if (WriteGPR() == 0)
1055 return WriteGPR() == 0;
H A DRegisterContextDarwin_i386.cpp526 int RegisterContextDarwin_i386::WriteGPR() { function in class:RegisterContextDarwin_i386
578 return WriteGPR();
853 if (WriteGPR() == 0)
962 return WriteGPR() == 0;
H A DRegisterContextDarwin_arm64.h193 int WriteGPR();
H A DRegisterContextDarwin_arm64.cpp205 int RegisterContextDarwin_arm64::WriteGPR() { function in class:RegisterContextDarwin_arm64
270 return WriteGPR();
676 if (WriteGPR() == KERN_SUCCESS)
H A DRegisterContextDarwin_arm.cpp1022 int RegisterContextDarwin_arm::WriteGPR() { function in class:RegisterContextDarwin_arm
1089 return WriteGPR();
1091 return WriteGPR();
1321 if (WriteGPR() == KERN_SUCCESS)
H A DRegisterContextPOSIX_x86.h172 virtual bool WriteGPR() = 0;
H A DRegisterContextPOSIX_s390x.h75 virtual bool WriteGPR() = 0;
H A DRegisterContextPOSIX_powerpc.h197 virtual bool WriteGPR() = 0;
H A DRegisterContextPOSIX_mips64.h80 virtual bool WriteGPR() = 0;
H A DRegisterContextPOSIX_arm64.h102 virtual bool WriteGPR() = 0;
H A DRegisterContextPOSIX_arm.h102 virtual bool WriteGPR() = 0;
H A DRegisterContextDarwin_x86_64.h181 int WriteGPR();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp445 /// Implements ProcessMonitor::WriteGPR.
1281 bool ProcessMonitor::WriteGPR(lldb::tid_t tid, void *buf, size_t buf_size) { function in class:ProcessMonitor
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_x86_64.h40 bool WriteGPR() override;
H A DRegisterContextPOSIXCore_x86_64.cpp47 bool RegisterContextCorePOSIX_x86_64::WriteGPR() { function in class:RegisterContextCorePOSIX_x86_64
H A DRegisterContextPOSIXCore_s390x.h43 bool WriteGPR() override;
H A DRegisterContextPOSIXCore_s390x.cpp42 bool RegisterContextCorePOSIX_s390x::WriteGPR() { function in class:RegisterContextCorePOSIX_s390x
H A DRegisterContextPOSIXCore_powerpc.h45 bool WriteGPR() override;
H A DRegisterContextPOSIXCore_powerpc.cpp50 bool RegisterContextCorePOSIX_powerpc::WriteGPR() { function in class:RegisterContextCorePOSIX_powerpc
H A DRegisterContextPOSIXCore_mips64.h44 bool WriteGPR() override;
H A DRegisterContextPOSIXCore_mips64.cpp41 bool RegisterContextCorePOSIX_mips64::WriteGPR() { function in class:RegisterContextCorePOSIX_mips64
H A DRegisterContextPOSIXCore_arm64.h44 bool WriteGPR() override;
H A DRegisterContextPOSIXCore_arm64.cpp35 bool RegisterContextCorePOSIX_arm64::WriteGPR() { function in class:RegisterContextCorePOSIX_arm64
H A DRegisterContextPOSIXCore_arm.h44 bool WriteGPR() override;
H A DRegisterContextPOSIXCore_arm.cpp34 bool RegisterContextCorePOSIX_arm::WriteGPR() { function in class:RegisterContextCorePOSIX_arm

Completed in 187 milliseconds

12