Home
last modified time | relevance | path

Searched refs:m_reg_context_sp (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.cpp50 if (!m_reg_context_sp) in GetRegisterContext()
51 m_reg_context_sp = std::make_shared<RegisterContextThreadMemory>( in GetRegisterContext()
53 return m_reg_context_sp; in GetRegisterContext()
96 if (m_reg_context_sp) in RefreshStateAfterStop()
97 m_reg_context_sp->InvalidateAllRegisters(); in RefreshStateAfterStop()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/common/
H A DThreadPostMortemTrace.cpp25 if (!m_reg_context_sp) in GetRegisterContext()
26 m_reg_context_sp = CreateRegisterContextForFrame(nullptr); in GetRegisterContext()
28 return m_reg_context_sp; in GetRegisterContext()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
H A DThreadFreeBSDKernel.cpp37 if (!m_reg_context_sp) in GetRegisterContext()
38 m_reg_context_sp = CreateRegisterContextForFrame(nullptr); in GetRegisterContext()
39 return m_reg_context_sp; in GetRegisterContext()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DThreadMinidump.cpp46 if (!m_reg_context_sp) { in GetRegisterContext()
47 m_reg_context_sp = CreateRegisterContextForFrame(nullptr); in GetRegisterContext()
49 return m_reg_context_sp; in GetRegisterContext()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp112 if (!m_reg_context_sp)
113 m_reg_context_sp = CreateRegisterContextForFrame(nullptr);
114 return m_reg_context_sp; in CreateRegisterContextForFrame()
151 m_reg_context_sp = reg_ctx_memory;
153 return m_reg_context_sp; in LoadArtificialStackFrames()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp294 if (!m_reg_context_sp) in GetRegisterContext()
295 m_reg_context_sp = CreateRegisterContextForFrame(nullptr); in GetRegisterContext()
296 return m_reg_context_sp; in GetRegisterContext()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h244 return m_reg_context_sp; in GetRegisterContextSP()
525 lldb::RegisterContextSP m_reg_context_sp; variable
H A DThread.h1317 lldb::RegisterContextSP m_reg_context_sp; ///< The register context for this variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp65 if (!m_reg_context_sp) { in GetRegisterContext()
66 m_reg_context_sp = CreateRegisterContextForFrame(nullptr); in GetRegisterContext()
68 return m_reg_context_sp; in GetRegisterContext()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp59 m_concrete_frame_index(unwind_frame_index), m_reg_context_sp(), in StackFrame()
86 m_reg_context_sp(reg_context_sp), m_id(pc, cfa, nullptr), in StackFrame()
112 m_reg_context_sp(reg_context_sp), in StackFrame()
1133 if (!m_reg_context_sp) { in GetRegisterContext()
1136 m_reg_context_sp = thread_sp->CreateRegisterContextForFrame(this); in GetRegisterContext()
1138 return m_reg_context_sp; in GetRegisterContext()
1855 m_reg_context_sp = curr_frame.m_reg_context_sp; in UpdatePreviousFrameFromCurrentFrame()
H A DThread.cpp222 m_reg_context_sp(), m_state(eStateUnloaded), m_state_mutex(), in Thread()
248 m_reg_context_sp.reset(); in DestroyThread()
1649 if (m_reg_context_sp) in GetThreadPointer()
1650 return m_reg_context_sp->GetThreadPointer(); in GetThreadPointer()
1896 m_reg_context_sp.reset(); in Flush()