Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DExecutionContext.h309 ExecutionContext(const lldb::TargetWP &target_wp, bool get_process);
/external/llvm-project/lldb/source/Target/
DExecutionContext.cpp51 ExecutionContext::ExecutionContext(const lldb::TargetWP &target_wp, in ExecutionContext() argument
54 lldb::TargetSP target_sp(target_wp.lock()); in ExecutionContext()