Home
last modified time | relevance | path

Searched refs:thread_and_frame_only_if_stopped (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDValueObjectChild.cpp165 const bool thread_and_frame_only_if_stopped = true; in UpdateValue() local
167 thread_and_frame_only_if_stopped)); in UpdateValue()
198 const bool thread_and_frame_only_if_stopped = true; in UpdateValue() local
200 GetExecutionContextRef().Lock(thread_and_frame_only_if_stopped)); in UpdateValue()
HDValueObjectVTable.cpp125 const bool thread_and_frame_only_if_stopped = true; in UpdateValue() local
127 GetExecutionContextRef().Lock(thread_and_frame_only_if_stopped)); in UpdateValue()
HDValueObject.cpp3433 const bool thread_and_frame_only_if_stopped = true; in SyncWithProcessState() local
3435 m_exe_ctx_ref.Lock(thread_and_frame_only_if_stopped)); in SyncWithProcessState()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
HDBlockPointer.cpp92 const bool thread_and_frame_only_if_stopped = true; in GetChildAtIndex() local
94 thread_and_frame_only_if_stopped); in GetChildAtIndex()
HDLibCxxUnorderedMap.cpp213 const bool thread_and_frame_only_if_stopped = true; in GetChildAtIndex() local
215 thread_and_frame_only_if_stopped); in GetChildAtIndex()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDExecutionContext.h242 ExecutionContext Lock(bool thread_and_frame_only_if_stopped) const;
316 bool thread_and_frame_only_if_stopped = false);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDExecutionContext.cpp115 bool thread_and_frame_only_if_stopped) in ExecutionContext() argument
120 if (!thread_and_frame_only_if_stopped || in ExecutionContext()
611 ExecutionContextRef::Lock(bool thread_and_frame_only_if_stopped) const { in Lock()
612 return ExecutionContext(this, thread_and_frame_only_if_stopped); in Lock()