Searched refs:reg_interface (Results 1 – 5 of 5) sorted by relevance
87 RegisterInfoInterface *reg_interface = nullptr; in CreateRegisterContextForFrame() local96 reg_interface = new RegisterContextFreeBSD_powerpc32(arch); in CreateRegisterContextForFrame()99 reg_interface = new RegisterContextFreeBSD_powerpc64(arch); in CreateRegisterContextForFrame()102 reg_interface = new RegisterContextFreeBSD_mips64(arch); in CreateRegisterContextForFrame()105 reg_interface = new RegisterContextFreeBSD_i386(arch); in CreateRegisterContextForFrame()108 reg_interface = new RegisterContextFreeBSD_x86_64(arch); in CreateRegisterContextForFrame()121 reg_interface = new RegisterContextNetBSD_i386(arch); in CreateRegisterContextForFrame()124 reg_interface = new RegisterContextNetBSD_x86_64(arch); in CreateRegisterContextForFrame()138 reg_interface = new RegisterInfoPOSIX_ppc64le(arch); in CreateRegisterContextForFrame()142 reg_interface = new RegisterContextLinux_s390x(arch); in CreateRegisterContextForFrame()[all …]
67 RegisterInfoInterface *reg_interface = nullptr; in CreateRegisterContextForFrame() local72 reg_interface = new RegisterContextLinux_i386(arch); in CreateRegisterContextForFrame()74 ConvertMinidumpContext_x86_32(m_gpregset_data, reg_interface); in CreateRegisterContextForFrame()77 *this, reg_interface, gpregset, in CreateRegisterContextForFrame()82 reg_interface = new RegisterContextLinux_x86_64(arch); in CreateRegisterContextForFrame()84 ConvertMinidumpContext_x86_64(m_gpregset_data, reg_interface); in CreateRegisterContextForFrame()87 *this, reg_interface, gpregset, in CreateRegisterContextForFrame()
85 std::unique_ptr<RegisterContextFreeBSD_i386> reg_interface( in GetRegisterInfo_i386() local87 const RegisterInfo *base_info = reg_interface->GetRegisterInfo(); in GetRegisterInfo_i386()
100 std::unique_ptr<RegisterContextNetBSD_i386> reg_interface( in GetRegisterInfo_i386() local102 const RegisterInfo *base_info = reg_interface->GetRegisterInfo(); in GetRegisterInfo_i386()
97 std::unique_ptr<RegisterContextLinux_i386> reg_interface( in GetRegisterInfo_i386() local99 const RegisterInfo *base_info = reg_interface->GetRegisterInfo(); in GetRegisterInfo_i386()