Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp58 ScriptedMetadata scripted_metadata(target_sp->GetProcessLaunchInfo()); in CreateInstance()
160 ProcessLaunchInfo launch_info = GetTarget().GetProcessLaunchInfo(); in DoLoadCore()
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp154 if (exe_module_sp == nullptr && !target->GetProcessLaunchInfo().GetExecutableFile()) { in DoExecute()
217 …m_options.launch_info.SetExecutableFile(target->GetProcessLaunchInfo().GetExecutableFile(), false); in DoExecute()
223 … m_options.launch_info.SetExecutableFile(target->GetProcessLaunchInfo().GetExecutableFile(), true); in DoExecute()
228 target->GetProcessLaunchInfo().GetArguments()); in DoExecute()
H A DCommandObjectTarget.cpp377 ProcessLaunchInfo launch_info = target_sp->GetProcessLaunchInfo(); in DoExecute()
/src/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp367 auto default_launch_info = target_sp->GetProcessLaunchInfo(); in Launch()
374 auto default_launch_info = target_sp->GetProcessLaunchInfo(); in Launch()
2381 launch_info.set_ref(m_opaque_sp->GetProcessLaunchInfo()); in GetLaunchInfo()
/src/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h241 const ProcessLaunchInfo &GetProcessLaunchInfo() const;
/src/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3191 GetGlobalProperties().GetProcessLaunchInfo()); in SaveScriptedLaunchInfo()
4769 const ProcessLaunchInfo &TargetProperties::GetProcessLaunchInfo() const { in GetProcessLaunchInfo() function in TargetProperties
/src/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3351 target->GetProcessLaunchInfo().GetArguments(); in SetArgumentsFieldDefaultValue()