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.h258 void SetProcessLaunchInfo(const ProcessLaunchInfo &launch_info);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1103 target->SetProcessLaunchInfo(m_options.launch_info); in DoExecute()
H A DCommandObjectProcess.cpp189 target->SetProcessLaunchInfo(m_options.launch_info); in DoExecute()
H A DCommandObjectTarget.cpp380 target_sp->SetProcessLaunchInfo(launch_info); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3344 SetProcessLaunchInfo(default_launch_info); in SaveScriptedLaunchInfo()
5011 void TargetProperties::SetProcessLaunchInfo( in SetProcessLaunchInfo() function in TargetProperties
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2350 m_opaque_sp->SetProcessLaunchInfo(launch_info.ref()); in SetLaunchInfo()