Home
last modified time | relevance | path

Searched refs:thread_wp (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DExecutionContext.h312 ExecutionContext(const lldb::ThreadWP &thread_wp);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp64 ExecutionContext::ExecutionContext(const lldb::ThreadWP &thread_wp) in ExecutionContext() argument
66 lldb::ThreadSP thread_sp(thread_wp.lock()); in ExecutionContext()