Searched refs:thread_and_frame_only_if_stopped (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DLibCxxUnorderedMap.cpp87 const bool thread_and_frame_only_if_stopped = true; local
88 ExecutionContext exe_ctx = val_hash.first->GetExecutionContextRef().Lock(thread_and_frame_only_if_stopped);
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DExecutionContext.h301 Lock (bool thread_and_frame_only_if_stopped) const;
405 ExecutionContext (const ExecutionContextRef *exe_ctx_ref, bool thread_and_frame_only_if_stopped = false);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectChild.cpp209 const bool thread_and_frame_only_if_stopped = true; local
210 ExecutionContext exe_ctx (GetExecutionContextRef().Lock(thread_and_frame_only_if_stopped));
H A DValueObject.cpp3716 const bool thread_and_frame_only_if_stopped = true; local
3717 ExecutionContext exe_ctx(m_exe_ctx_ref.Lock(thread_and_frame_only_if_stopped));
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h310 const bool thread_and_frame_only_if_stopped = true; local
311 return m_exe_ctx_ref.Lock(thread_and_frame_only_if_stopped);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Target/
H A DExecutionContext.cpp157 ExecutionContext::ExecutionContext (const ExecutionContextRef *exe_ctx_ref_ptr, bool thread_and_frame_only_if_stopped) : argument
167 if (!thread_and_frame_only_if_stopped || (m_process_sp && StateIsStoppedState(m_process_sp->GetState(), true)))
830 ExecutionContextRef::Lock (bool thread_and_frame_only_if_stopped) const
832 return ExecutionContext(this, thread_and_frame_only_if_stopped);

Completed in 73 milliseconds