Home
last modified time | relevance | path

Searched refs:reg_context_sp (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerLLGS.cpp1383 NativeRegisterContextSP reg_context_sp (thread_sp->GetRegisterContext ()); in Handle_qRegisterInfo() local
1384 if (!reg_context_sp) in Handle_qRegisterInfo()
1394 if (reg_index >= reg_context_sp->GetUserRegisterCount ()) in Handle_qRegisterInfo()
1397 const RegisterInfo *reg_info = reg_context_sp->GetRegisterInfoAtIndex(reg_index); in Handle_qRegisterInfo()
1443 …const char *const register_set_name = reg_context_sp->GetRegisterSetNameForRegisterAtIndex(reg_ind… in Handle_qRegisterInfo()
1574 NativeRegisterContextSP reg_context_sp (thread_sp->GetRegisterContext ()); in Handle_p() local
1575 if (!reg_context_sp) in Handle_p()
1583 if (reg_index >= reg_context_sp->GetUserRegisterCount ()) in Handle_p()
1586 …" PRIu32 " beyond register count %" PRIu32, __FUNCTION__, reg_index, reg_context_sp->GetUserRegist… in Handle_p()
1590 const RegisterInfo *reg_info = reg_context_sp->GetRegisterInfoAtIndex(reg_index); in Handle_p()
[all …]
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDStackFrame.h125 const lldb::RegisterContextSP &reg_context_sp,
133 const lldb::RegisterContextSP &reg_context_sp,
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDStackFrame.cpp92 const RegisterContextSP &reg_context_sp, in StackFrame() argument
99 m_reg_context_sp (reg_context_sp), in StackFrame()
121 if (reg_context_sp && !m_sc.target_sp) in StackFrame()
123 m_sc.target_sp = reg_context_sp->CalculateTarget(); in StackFrame()
132 const RegisterContextSP &reg_context_sp, in StackFrame() argument
139 m_reg_context_sp (reg_context_sp), in StackFrame()
161 if (m_sc.target_sp.get() == NULL && reg_context_sp) in StackFrame()
163 m_sc.target_sp = reg_context_sp->CalculateTarget(); in StackFrame()
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDMaterializer.cpp1191 lldb::RegisterContextSP reg_context_sp = frame_sp->GetRegisterContext(); in Materialize() local
1193 if (!reg_context_sp->ReadRegister(&m_register_info, reg_value)) in Materialize()
1254 lldb::RegisterContextSP reg_context_sp = frame_sp->GetRegisterContext(); in Dematerialize() local
1276 if (!reg_context_sp->WriteRegister(&m_register_info, register_value)) in Dematerialize()