Searched refs:ReadRegisterSet (Results 1 - 20 of 20) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeRegisterContextFreeBSD_arm64.cpp71 Status NativeRegisterContextFreeBSD_arm64::ReadRegisterSet(uint32_t set) { function in class:NativeRegisterContextFreeBSD_arm64
81 llvm_unreachable("NativeRegisterContextFreeBSD_arm64::ReadRegisterSet");
115 error = ReadRegisterSet(set);
140 error = ReadRegisterSet(set);
155 error = ReadRegisterSet(RegisterInfoPOSIX_arm64::GPRegSet);
159 error = ReadRegisterSet(RegisterInfoPOSIX_arm64::FPRegSet);
H A DNativeRegisterContextFreeBSD_arm.cpp62 Status NativeRegisterContextFreeBSD_arm::ReadRegisterSet(uint32_t set) { function in class:NativeRegisterContextFreeBSD_arm
72 llvm_unreachable("NativeRegisterContextFreeBSD_arm::ReadRegisterSet");
106 error = ReadRegisterSet(set);
131 error = ReadRegisterSet(set);
146 error = ReadRegisterSet(RegisterInfoPOSIX_arm::GPRegSet);
150 error = ReadRegisterSet(RegisterInfoPOSIX_arm::FPRegSet);
H A DNativeRegisterContextFreeBSD_powerpc.cpp134 Status NativeRegisterContextFreeBSD_powerpc::ReadRegisterSet(RegSetKind set) { function in class:NativeRegisterContextFreeBSD_powerpc
143 llvm_unreachable("NativeRegisterContextFreeBSD_powerpc::ReadRegisterSet");
185 error = ReadRegisterSet(set);
219 error = ReadRegisterSet(set);
234 error = ReadRegisterSet(GPRegSet);
238 error = ReadRegisterSet(FPRegSet);
H A DNativeRegisterContextFreeBSD_mips64.cpp81 Status NativeRegisterContextFreeBSD_mips64::ReadRegisterSet(RegSetKind set) { function in class:NativeRegisterContextFreeBSD_mips64
91 llvm_unreachable("NativeRegisterContextFreeBSD_mips64::ReadRegisterSet");
134 error = ReadRegisterSet(set);
168 error = ReadRegisterSet(set);
183 error = ReadRegisterSet(GPRegSet);
187 error = ReadRegisterSet(FPRegSet);
H A DNativeRegisterContextFreeBSD_arm64.h72 Status ReadRegisterSet(uint32_t set);
H A DNativeRegisterContextFreeBSD_arm.h57 Status ReadRegisterSet(uint32_t set);
H A DNativeRegisterContextFreeBSD_mips64.h64 Status ReadRegisterSet(RegSetKind set);
H A DNativeRegisterContextFreeBSD_powerpc.h64 Status ReadRegisterSet(RegSetKind set);
H A DNativeRegisterContextFreeBSD_x86_64.h80 Status ReadRegisterSet(RegSetKind set);
H A DNativeRegisterContextFreeBSD_x86_64.cpp342 Status NativeRegisterContextFreeBSD_x86_64::ReadRegisterSet(RegSetKind set) { function in class:NativeRegisterContextFreeBSD_x86_64
380 llvm_unreachable("NativeRegisterContextFreeBSD_x86_64::ReadRegisterSet");
401 // ReadRegisterSet() must always be called before WriteRegisterSet().
439 error = ReadRegisterSet(set);
505 error = ReadRegisterSet(set);
545 error = ReadRegisterSet(GPRegSet);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD_x86_64.h77 Status ReadRegisterSet(RegSetKind set);
H A DNativeRegisterContextNetBSD_x86_64.cpp349 Status NativeRegisterContextNetBSD_x86_64::ReadRegisterSet(RegSetKind set) { function in class:NativeRegisterContextNetBSD_x86_64
364 llvm_unreachable("NativeRegisterContextNetBSD_x86_64::ReadRegisterSet");
413 error = ReadRegisterSet(set);
482 error = ReadRegisterSet(set);
535 error = ReadRegisterSet(GPRegSet);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_x86_64.h200 int ReadRegisterSet(uint32_t set, bool force);
H A DRegisterContextDarwin_i386.h195 int ReadRegisterSet(uint32_t set, bool force);
H A DRegisterContextDarwin_i386.cpp559 int RegisterContextDarwin_i386::ReadRegisterSet(uint32_t set, bool force) { function in class:RegisterContextDarwin_i386
598 if (ReadRegisterSet(set, false) != 0)
715 if (ReadRegisterSet(set, false) != 0)
H A DRegisterContextDarwin_arm.h251 int ReadRegisterSet(uint32_t set, bool force);
H A DRegisterContextDarwin_arm64.h218 int ReadRegisterSet(uint32_t set, bool force);
H A DRegisterContextDarwin_arm.cpp1066 int RegisterContextDarwin_arm::ReadRegisterSet(uint32_t set, bool force) { function in class:RegisterContextDarwin_arm
1123 if (ReadRegisterSet(set, false) != KERN_SUCCESS)
1212 if (ReadRegisterSet(set, false) != KERN_SUCCESS)
H A DRegisterContextDarwin_x86_64.cpp608 int RegisterContextDarwin_x86_64::ReadRegisterSet(uint32_t set, bool force) { function in class:RegisterContextDarwin_x86_64
644 if (ReadRegisterSet(set, false) != 0)
770 if (ReadRegisterSet(set, false) != 0)
H A DRegisterContextDarwin_arm64.cpp247 int RegisterContextDarwin_arm64::ReadRegisterSet(uint32_t set, bool force) { function in class:RegisterContextDarwin_arm64
301 if (ReadRegisterSet(set, false) != KERN_SUCCESS)
543 if (ReadRegisterSet(set, false) != KERN_SUCCESS)

Completed in 415 milliseconds