Home
last modified time | relevance | path

Searched refs:GetRunArguments (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h114 bool GetRunArguments(Args &args) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1065 target->GetRunArguments(m_options.launch_info.GetArguments()); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp3799 bool TargetProperties::GetRunArguments(Args &args) const { in GetRunArguments() function in TargetProperties
4114 if (this_->GetRunArguments(args)) in RunArgsValueChangedCallback()