Home
last modified time | relevance | path

Searched refs:SetProcessLaunchInfo (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h214 void SetProcessLaunchInfo(const ProcessLaunchInfo &launch_info);
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp197 target->SetProcessLaunchInfo(m_options.launch_info); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2957 SetProcessLaunchInfo(launch_info); in Launch()
4266 void TargetProperties::SetProcessLaunchInfo( in SetProcessLaunchInfo() function in TargetProperties
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2444 m_opaque_sp->SetProcessLaunchInfo(launch_info.ref()); in SetLaunchInfo()