Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h243 void SetProcessLaunchInfo(const ProcessLaunchInfo &launch_info);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp186 target->SetProcessLaunchInfo(m_options.launch_info); in DoExecute()
H A DCommandObjectPlatform.cpp1103 target->SetProcessLaunchInfo(m_options.launch_info); in DoExecute()
H A DCommandObjectTarget.cpp379 target_sp->SetProcessLaunchInfo(launch_info); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3194 SetProcessLaunchInfo(default_launch_info); in SaveScriptedLaunchInfo()
4773 void TargetProperties::SetProcessLaunchInfo( in SetProcessLaunchInfo() function in TargetProperties
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2390 m_opaque_sp->SetProcessLaunchInfo(launch_info.ref()); in SetLaunchInfo()