Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DExecutionContext.h230 void SetTargetPtr(Target *target, bool adopt_selected);
583 void SetTargetPtr(Target *target);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DExecutionContext.cpp271 void ExecutionContext::SetTargetPtr(Target *target) { in SetTargetPtr() function in ExecutionContext
426 SetTargetPtr(target, adopt_selected); in ExecutionContextRef()
511 void ExecutionContextRef::SetTargetPtr(Target *target, bool adopt_selected) { in SetTargetPtr() function in ExecutionContextRef
H A DTarget.cpp2138 exe_ctx.SetTargetPtr(this); in CalculateExecutionContext()
H A DProcess.cpp4388 exe_ctx.SetTargetPtr(&GetTarget()); in CalculateExecutionContext()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2672 m_exe_ctx_ref.SetTargetPtr(m_debugger.GetSelectedTarget().get(), in UpdateExecutionContext()