Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DExecutionContext.h96 ExecutionContextRef(Target *target, bool adopt_selected);
199 void SetTargetPtr(Target *target, bool adopt_selected);
/llvm-project-15.0.7/lldb/source/Target/
H A DExecutionContext.cpp409 ExecutionContextRef::ExecutionContextRef(Target *target, bool adopt_selected) in ExecutionContextRef() argument
411 SetTargetPtr(target, adopt_selected); in ExecutionContextRef()
495 void ExecutionContextRef::SetTargetPtr(Target *target, bool adopt_selected) { in SetTargetPtr() argument
501 if (adopt_selected) { in SetTargetPtr()
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp980 bool adopt_selected = true; in GetSelectedExecutionContext() local
981 ExecutionContextRef exe_ctx_ref(GetSelectedTarget().get(), adopt_selected); in GetSelectedExecutionContext()