Searched refs:NativeRegisterContextFreeBSD_powerpc (Results 1 – 3 of 3) sorted by relevance
71 return new NativeRegisterContextFreeBSD_powerpc(target_arch, native_thread); in CreateHostNativeRegisterContextFreeBSD()85 NativeRegisterContextFreeBSD_powerpc::NativeRegisterContextFreeBSD_powerpc( in NativeRegisterContextFreeBSD_powerpc() function in NativeRegisterContextFreeBSD_powerpc91 NativeRegisterContextFreeBSD_powerpc::GetRegisterInfo() const { in GetRegisterInfo()96 uint32_t NativeRegisterContextFreeBSD_powerpc::GetRegisterSetCount() const { in GetRegisterSetCount()110 std::optional<NativeRegisterContextFreeBSD_powerpc::RegSetKind>111 NativeRegisterContextFreeBSD_powerpc::GetSetForNativeRegNum( in GetSetForNativeRegNum()127 uint32_t NativeRegisterContextFreeBSD_powerpc::GetUserRegisterCount() const { in GetUserRegisterCount()134 Status NativeRegisterContextFreeBSD_powerpc::ReadRegisterSet(RegSetKind set) { in ReadRegisterSet()195 Status NativeRegisterContextFreeBSD_powerpc::WriteRegister( in WriteRegister()230 Status NativeRegisterContextFreeBSD_powerpc::ReadAllRegisterValues( in ReadAllRegisterValues()[all …]
30 class NativeRegisterContextFreeBSD_powerpc33 NativeRegisterContextFreeBSD_powerpc(const ArchSpec &target_arch,
458 SRCS+= Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_powerpc.cpp