Searched defs:SetArguments (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Target/
H A DProcess.cpp389 ProcessInfo::SetArguments (char const **argv, bool first_arg_is_executable) function in class:ProcessInfo
391 m_arguments.SetArguments (argv);
408 ProcessInfo::SetArguments (const Args& args, bool first_arg_is_executable) function in class:ProcessInfo
/external/lldb/source/API/
H A DSBTarget.cpp71 m_opaque_sp->GetArguments().SetArguments(argv);
134 SBLaunchInfo::SetArguments (const char **argv, bool append) function in class:SBLaunchInfo
144 m_opaque_sp->GetArguments().SetArguments(argv);
173 m_opaque_sp->GetEnvironmentEntries().SetArguments(envp);
699 launch_info.GetEnvironmentEntries ().SetArguments (envp);

Completed in 92 milliseconds