Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Target/
DExecutionContext.h400 ExecutionContext (const lldb::TargetWP &target_wp, bool get_process);
/external/lldb/source/Target/
DExecutionContext.cpp77 ExecutionContext::ExecutionContext (const lldb::TargetWP &target_wp, bool get_process) : in ExecutionContext() argument
83 lldb::TargetSP target_sp(target_wp.lock()); in ExecutionContext()