Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DExecutionContext.h310 ExecutionContext(const lldb::TargetWP &target_wp, bool get_process);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp49 ExecutionContext::ExecutionContext(const lldb::TargetWP &target_wp, in ExecutionContext() argument
52 lldb::TargetSP target_sp(target_wp.lock()); in ExecutionContext()