Searched refs:SetArguments (Results 1 – 13 of 13) sorted by relevance
| /trueos/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| HD | Args.h | 270 SetArguments (size_t argc, const char **argv); 273 SetArguments (const char **argv);
|
| /trueos/contrib/llvm/tools/lldb/source/Interpreter/ |
| HD | OptionValueArgs.cpp | 36 args.SetArguments(argv.size(), &argv[0]); in GetArgs()
|
| HD | OptionValueArray.cpp | 159 args.SetArguments(argv.size(), &argv[0]); in GetArgs()
|
| HD | Args.cpp | 573 Args::SetArguments (size_t argc, const char **argv) in SetArguments() function in Args 594 Args::SetArguments (const char **argv) in SetArguments() function in Args
|
| HD | CommandInterpreter.cpp | 2296 … cmd_args.SetArguments (new_args.GetArgumentCount(), (const char **) new_args.GetArgumentVector()); in BuildAliasCommandArgs() 2307 … cmd_args.SetArguments (new_args.GetArgumentCount(), (const char **) new_args.GetArgumentVector()); in BuildAliasCommandArgs()
|
| /trueos/contrib/llvm/tools/lldb/source/API/ |
| HD | SBTarget.cpp | 73 m_opaque_sp->GetArguments().SetArguments(argv); in SBLaunchInfo() 136 SBLaunchInfo::SetArguments (const char **argv, bool append) in SetArguments() function in SBLaunchInfo 146 m_opaque_sp->GetArguments().SetArguments(argv); in SetArguments() 175 m_opaque_sp->GetEnvironmentEntries().SetArguments(envp); in SetEnvironmentEntries() 704 launch_info.GetEnvironmentEntries ().SetArguments (envp); in Launch()
|
| HD | SBProcess.cpp | 184 launch_info.GetEnvironmentEntries ().SetArguments (envp); in RemoteLaunch()
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/API/ |
| HD | SBTarget.h | 57 SetArguments (const char **argv, bool append);
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Target/ |
| HD | Process.h | 301 SetArguments (const Args& args, bool first_arg_is_executable); 304 SetArguments (char const **argv, bool first_arg_is_executable);
|
| /trueos/contrib/llvm/tools/lldb/source/Target/ |
| HD | Process.cpp | 397 ProcessInfo::SetArguments (char const **argv, bool first_arg_is_executable) in SetArguments() function in ProcessInfo 399 m_arguments.SetArguments (argv); in SetArguments() 416 ProcessInfo::SetArguments (const Args& args, bool first_arg_is_executable) in SetArguments() function in ProcessInfo
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| HD | GDBRemoteCommunicationServer.cpp | 303 m_process_launch_info.SetArguments (const_cast<const char**> (args), true); in SetLaunchArguments()
|
| /trueos/contrib/llvm/tools/lldb/source/Commands/ |
| HD | CommandObjectPlatform.cpp | 1336 m_options.launch_info.SetArguments (args, first_arg_is_executable); in DoExecute()
|
| /trueos/contrib/llvm/tools/lldb/source/Host/common/ |
| HD | Host.cpp | 1534 launch_info.SetArguments(args, first_arg_is_executable); in RunShellCommand()
|