Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h243 void SetProcessLaunchInfo(const ProcessLaunchInfo &launch_info);
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp206 target->SetProcessLaunchInfo(m_options.launch_info); in DoExecute()
H A DCommandObjectPlatform.cpp1176 target->SetProcessLaunchInfo(m_options.launch_info); in DoExecute()
H A DCommandObjectTarget.cpp397 target_sp->SetProcessLaunchInfo(launch_info); in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3206 SetProcessLaunchInfo(default_launch_info); in SaveScriptedLaunchInfo()
4792 void TargetProperties::SetProcessLaunchInfo( in SetProcessLaunchInfo() function in TargetProperties
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2349 m_opaque_sp->SetProcessLaunchInfo(launch_info.ref()); in SetLaunchInfo()