Searched refs:NativeRegisterContextFreeBSD_mips64 (Results 1 – 3 of 3) sorted by relevance
34 return new NativeRegisterContextFreeBSD_mips64(target_arch, native_thread); in CreateHostNativeRegisterContextFreeBSD()37 NativeRegisterContextFreeBSD_mips64::NativeRegisterContextFreeBSD_mips64( in NativeRegisterContextFreeBSD_mips64() function in NativeRegisterContextFreeBSD_mips6443 NativeRegisterContextFreeBSD_mips64::GetRegisterInfo() const { in GetRegisterInfo()48 uint32_t NativeRegisterContextFreeBSD_mips64::GetRegisterSetCount() const { in GetRegisterSetCount()57 uint32_t NativeRegisterContextFreeBSD_mips64::GetUserRegisterCount() const { in GetUserRegisterCount()64 std::optional<NativeRegisterContextFreeBSD_mips64::RegSetKind>65 NativeRegisterContextFreeBSD_mips64::GetSetForNativeRegNum( in GetSetForNativeRegNum()81 Status NativeRegisterContextFreeBSD_mips64::ReadRegisterSet(RegSetKind set) { in ReadRegisterSet()144 Status NativeRegisterContextFreeBSD_mips64::WriteRegister( in WriteRegister()179 Status NativeRegisterContextFreeBSD_mips64::ReadAllRegisterValues( in ReadAllRegisterValues()[all …]
30 class NativeRegisterContextFreeBSD_mips6433 NativeRegisterContextFreeBSD_mips64(const ArchSpec &target_arch,
457 SRCS+= Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_mips64.cpp