Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DValueObjectChild.cpp163 const bool thread_and_frame_only_if_stopped = true; in UpdateValue() local
165 thread_and_frame_only_if_stopped)); in UpdateValue()
196 const bool thread_and_frame_only_if_stopped = true; in UpdateValue() local
198 GetExecutionContextRef().Lock(thread_and_frame_only_if_stopped)); in UpdateValue()
DValueObject.cpp2956 const bool thread_and_frame_only_if_stopped = true; in SyncWithProcessState() local
2958 m_exe_ctx_ref.Lock(thread_and_frame_only_if_stopped)); in SyncWithProcessState()
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DBlockPointer.cpp107 const bool thread_and_frame_only_if_stopped = true; in GetChildAtIndex() local
109 thread_and_frame_only_if_stopped); in GetChildAtIndex()
DLibCxxUnorderedMap.cpp154 const bool thread_and_frame_only_if_stopped = true; in GetChildAtIndex() local
156 thread_and_frame_only_if_stopped); in GetChildAtIndex()
/external/llvm-project/lldb/include/lldb/Target/
DExecutionContext.h242 ExecutionContext Lock(bool thread_and_frame_only_if_stopped) const;
315 bool thread_and_frame_only_if_stopped = false);
/external/llvm-project/lldb/source/Target/
DExecutionContext.cpp116 bool thread_and_frame_only_if_stopped) in ExecutionContext() argument
121 if (!thread_and_frame_only_if_stopped || in ExecutionContext()
616 ExecutionContextRef::Lock(bool thread_and_frame_only_if_stopped) const { in Lock()
617 return ExecutionContext(this, thread_and_frame_only_if_stopped); in Lock()
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h395 const bool thread_and_frame_only_if_stopped = true; in GetExecutionContext() local
396 return m_exe_ctx_ref.Lock(thread_and_frame_only_if_stopped); in GetExecutionContext()