Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h235 void SetProcessLaunchInfo(const ProcessLaunchInfo &launch_info);
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectProcess.cpp206 target->SetProcessLaunchInfo(m_options.launch_info); in DoExecute()
H A DCommandObjectTarget.cpp377 target_sp->SetProcessLaunchInfo(launch_info); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp3125 SetProcessLaunchInfo(launch_info); in Launch()
4668 void TargetProperties::SetProcessLaunchInfo( in SetProcessLaunchInfo() function in TargetProperties
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp2285 m_opaque_sp->SetProcessLaunchInfo(launch_info.ref()); in SetLaunchInfo()