Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_x86_64.cpp16 RegisterContextCorePOSIX_x86_64::RegisterContextCorePOSIX_x86_64( in RegisterContextCorePOSIX_x86_64() function in RegisterContextCorePOSIX_x86_64
39 bool RegisterContextCorePOSIX_x86_64::ReadGPR() { in ReadGPR()
43 bool RegisterContextCorePOSIX_x86_64::ReadFPR() { in ReadFPR()
47 bool RegisterContextCorePOSIX_x86_64::WriteGPR() { in WriteGPR()
52 bool RegisterContextCorePOSIX_x86_64::WriteFPR() { in WriteFPR()
57 bool RegisterContextCorePOSIX_x86_64::ReadRegister(const RegisterInfo *reg_info, in ReadRegister()
82 bool RegisterContextCorePOSIX_x86_64::ReadAllRegisterValues( in ReadAllRegisterValues()
87 bool RegisterContextCorePOSIX_x86_64::WriteRegister( in WriteRegister()
92 bool RegisterContextCorePOSIX_x86_64::WriteAllRegisterValues( in WriteAllRegisterValues()
97 bool RegisterContextCorePOSIX_x86_64::HardwareSingleStep(bool enable) { in HardwareSingleStep()
H A DRegisterContextPOSIXCore_x86_64.h15 class RegisterContextCorePOSIX_x86_64 : public RegisterContextPOSIX_x86 {
17 RegisterContextCorePOSIX_x86_64(
H A DRegisterContextLinuxCore_x86_64.h15 class RegisterContextLinuxCore_x86_64 : public RegisterContextCorePOSIX_x86_64 {
H A DRegisterContextLinuxCore_x86_64.cpp216 : RegisterContextCorePOSIX_x86_64(thread, register_info, gpregset, notes) {} in RegisterContextLinuxCore_x86_64()
H A DThreadElfCore.cpp224 m_thread_reg_ctx_sp = std::make_shared<RegisterContextCorePOSIX_x86_64>( in CreateRegisterContextForFrame()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DThreadMinidump.cpp76 m_thread_reg_ctx_sp = std::make_shared<RegisterContextCorePOSIX_x86_64>( in CreateRegisterContextForFrame()
86 m_thread_reg_ctx_sp = std::make_shared<RegisterContextCorePOSIX_x86_64>( in CreateRegisterContextForFrame()