Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DExecutionContext.h96 ExecutionContextRef(Target *target, bool adopt_selected);
199 void SetTargetPtr(Target *target, bool adopt_selected);
/external/llvm-project/lldb/source/Target/
DExecutionContext.cpp414 ExecutionContextRef::ExecutionContextRef(Target *target, bool adopt_selected) in ExecutionContextRef() argument
417 SetTargetPtr(target, adopt_selected); in ExecutionContextRef()
502 void ExecutionContextRef::SetTargetPtr(Target *target, bool adopt_selected) { in SetTargetPtr() argument
508 if (adopt_selected) { in SetTargetPtr()
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp2728 const bool adopt_selected = true; in UpdateExecutionContext() local
2730 adopt_selected); in UpdateExecutionContext()