Home
last modified time | relevance | path

Searched refs:SetTargetPtr (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/include/lldb/Target/
DExecutionContext.h199 void SetTargetPtr(Target *target, bool adopt_selected);
484 void SetTargetPtr(Target *target);
/external/llvm-project/lldb/source/Target/
DExecutionContext.cpp262 void ExecutionContext::SetTargetPtr(Target *target) { in SetTargetPtr() function in ExecutionContext
417 SetTargetPtr(target, adopt_selected); in ExecutionContextRef()
502 void ExecutionContextRef::SetTargetPtr(Target *target, bool adopt_selected) { in SetTargetPtr() function in ExecutionContextRef
DTarget.cpp2167 exe_ctx.SetTargetPtr(this); in CalculateExecutionContext()
DProcess.cpp4305 exe_ctx.SetTargetPtr(&GetTarget()); in CalculateExecutionContext()
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp2729 m_exe_ctx_ref.SetTargetPtr(m_debugger.GetSelectedTarget().get(), in UpdateExecutionContext()