Searched refs:SetArguments (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueArgs.cpp36 args.SetArguments(argv.size(), &argv[0]);
H A DOptionValueArray.cpp159 args.SetArguments(argv.size(), &argv[0]);
H A DArgs.cpp573 Args::SetArguments (size_t argc, const char **argv)
594 Args::SetArguments (const char **argv)
H A DCommandInterpreter.cpp2296 cmd_args.SetArguments (new_args.GetArgumentCount(), (const char **) new_args.GetArgumentVector());
2307 cmd_args.SetArguments (new_args.GetArgumentCount(), (const char **) new_args.GetArgumentVector());
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DArgs.h270 SetArguments (size_t argc, const char **argv);
273 SetArguments (const char **argv);
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTarget.h57 SetArguments (const char **argv, bool append);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp73 m_opaque_sp->GetArguments().SetArguments(argv);
136 SBLaunchInfo::SetArguments (const char **argv, bool append) function in class:SBLaunchInfo
146 m_opaque_sp->GetArguments().SetArguments(argv);
175 m_opaque_sp->GetEnvironmentEntries().SetArguments(envp);
704 launch_info.GetEnvironmentEntries ().SetArguments (envp);
H A DSBProcess.cpp184 launch_info.GetEnvironmentEntries ().SetArguments (envp);
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h301 SetArguments (const Args& args, bool first_arg_is_executable);
304 SetArguments (char const **argv, bool first_arg_is_executable);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.cpp303 m_process_launch_info.SetArguments (const_cast<const char**> (args), true);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp397 ProcessInfo::SetArguments (char const **argv, bool first_arg_is_executable) function in class:ProcessInfo
399 m_arguments.SetArguments (argv);
416 ProcessInfo::SetArguments (const Args& args, bool first_arg_is_executable) function in class:ProcessInfo
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1336 m_options.launch_info.SetArguments (args, first_arg_is_executable);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp1534 launch_info.SetArguments(args, first_arg_is_executable);

Completed in 115 milliseconds