Searched refs:adopt_selected (Results 1 - 3 of 3) sorted by relevance

/external/lldb/include/lldb/Target/
H A DExecutionContext.h126 ExecutionContextRef (Target *target, bool adopt_selected);
239 SetTargetPtr (Target* target, bool adopt_selected);
/external/lldb/source/Target/
H A DExecutionContext.cpp554 ExecutionContextRef::ExecutionContextRef (Target *target, bool adopt_selected) : argument
561 SetTargetPtr (target, adopt_selected);
679 ExecutionContextRef::SetTargetPtr (Target* target, bool adopt_selected) argument
688 if (adopt_selected)
/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2879 const bool adopt_selected = true; local
2880 m_exe_ctx_ref.SetTargetPtr (m_debugger.GetSelectedTarget().get(), adopt_selected);

Completed in 1065 milliseconds