Home
last modified time | relevance | path

Searched refs:RegisterContextLinux_i386 (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLinux_i386.cpp89 RegisterContextLinux_i386::RegisterContextLinux_i386( in RegisterContextLinux_i386() function in RegisterContextLinux_i386
105 size_t RegisterContextLinux_i386::GetGPRSizeStatic() { return sizeof(GPR); } in GetGPRSizeStatic()
107 const RegisterInfo *RegisterContextLinux_i386::GetRegisterInfo() const { in GetRegisterInfo()
118 uint32_t RegisterContextLinux_i386::GetRegisterCount() const { in GetRegisterCount()
123 uint32_t RegisterContextLinux_i386::GetUserRegisterCount() const { in GetUserRegisterCount()
H A DRegisterContextLinux_i386.h14 class RegisterContextLinux_i386
17 RegisterContextLinux_i386(const lldb_private::ArchSpec &target_arch);
H A DRegisterContextLinux_x86_64.cpp97 std::unique_ptr<RegisterContextLinux_i386> reg_interface( in GetRegisterInfo_i386()
98 new RegisterContextLinux_i386(arch)); in GetRegisterInfo_i386()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DThreadMinidump.cpp72 reg_interface = new RegisterContextLinux_i386(arch); in CreateRegisterContextForFrame()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp145 reg_interface = new RegisterContextLinux_i386(arch); in CreateRegisterContextForFrame()
/freebsd/lib/clang/liblldb/
H A DMakefile490 SRCS+= Plugins/Process/Utility/RegisterContextLinux_i386.cpp