| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ProcessInfo.cpp | 84 void ProcessInfo::SetArguments(char const **argv, in SetArguments() function in ProcessInfo 86 m_arguments.SetArguments(argv); in SetArguments() 100 void ProcessInfo::SetArguments(const Args &args, bool first_arg_is_executable) { in SetArguments() function in ProcessInfo
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | Args.h | 80 SetArguments(const_cast<const char **>(env.getEnvp().get())); in Args() 260 void SetArguments(size_t argc, const char **argv); 262 void SetArguments(const char **argv);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBLaunchInfo.cpp | 41 m_opaque_sp->GetArguments().SetArguments(argv); in SBLaunchInfo() 93 void SBLaunchInfo::SetArguments(const char **argv, bool append) { in SetArguments() function in SBLaunchInfo 99 m_opaque_sp->GetArguments().SetArguments(argv); in SetArguments()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | ProcessInfo.h | 81 void SetArguments(const Args &args, bool first_arg_is_executable); 83 void SetArguments(char const **argv, bool first_arg_is_executable);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBLaunchInfo.h | 94 void SetArguments(const char **argv, bool append);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | Args.cpp | 368 void Args::SetArguments(size_t argc, const char **argv) { in SetArguments() function in Args 385 void Args::SetArguments(const char **argv) { in SetArguments() function in Args 386 SetArguments(ArgvToArgc(argv), argv); in SetArguments()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| H A D | MICmdCmdExec.cpp | 1061 sbLaunchInfo.SetArguments(NULL, false); in Execute() 1068 sbLaunchInfo.SetArguments(argv, true); in Execute()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/ |
| H A D | lldb-platform.cpp | 268 inferior_arguments.SetArguments(argc, const_cast<const char **>(argv)); in main_platform()
|
| H A D | lldb-gdbserver.cpp | 181 info.SetArguments(const_cast<const char **>(argv), true); in handle_launch()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | Host.cpp | 494 launch_info.SetArguments(args, first_arg_is_executable); in RunShellCommand()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 2040 cmd_args.SetArguments(new_args.GetArgumentCount(), in BuildAliasCommandArgs() 2050 cmd_args.SetArguments(new_args.GetArgumentCount(), in BuildAliasCommandArgs()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectPlatform.cpp | 1057 m_options.launch_info.SetArguments(args, first_arg_is_executable); in DoExecute()
|