Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DExecutionContext.h311 ExecutionContext(const lldb::ThreadWP &thread_wp);
/external/llvm-project/lldb/source/Target/
DExecutionContext.cpp66 ExecutionContext::ExecutionContext(const lldb::ThreadWP &thread_wp) in ExecutionContext() argument
68 lldb::ThreadSP thread_sp(thread_wp.lock()); in ExecutionContext()