Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp70 target_sp->GetProcessLaunchInfo()); in CreateInstance()
153 ProcessLaunchInfo launch_info = GetTarget().GetProcessLaunchInfo(); in DoLoadCore()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp386 auto default_launch_info = target_sp->GetProcessLaunchInfo(); in Launch()
393 auto default_launch_info = target_sp->GetProcessLaunchInfo(); in Launch()
2434 launch_info.set_ref(m_opaque_sp->GetProcessLaunchInfo()); in GetLaunchInfo()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h212 const ProcessLaunchInfo &GetProcessLaunchInfo() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp231 target->GetProcessLaunchInfo().GetArguments()); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2949 const_cast<ProcessLaunchInfo &>(properties_sp->GetProcessLaunchInfo()); in Launch()
4262 const ProcessLaunchInfo &TargetProperties::GetProcessLaunchInfo() const { in GetProcessLaunchInfo() function in TargetProperties