Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h233 void SetProcessLaunchInfo(const ProcessLaunchInfo &launch_info);
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectProcess.cpp205 target->SetProcessLaunchInfo(m_options.launch_info); in DoExecute()
H A DCommandObjectTarget.cpp377 target_sp->SetProcessLaunchInfo(launch_info); in DoExecute()
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp3029 SetProcessLaunchInfo(launch_info); in Launch()
4565 void TargetProperties::SetProcessLaunchInfo( in SetProcessLaunchInfo() function in TargetProperties
/llvm-project-15.0.7/lldb/source/API/
H A DSBTarget.cpp2285 m_opaque_sp->SetProcessLaunchInfo(launch_info.ref()); in SetLaunchInfo()