| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | Args.h | 77 SetArguments(const_cast<const char **>(env.getEnvp().get())); 230 void SetArguments(size_t argc, const char **argv); 232 void SetArguments(const char **argv);
|
| H A D | ProcessInfo.h | 83 void SetArguments(const Args &args, bool first_arg_is_executable); 85 void SetArguments(char const **argv, bool first_arg_is_executable);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBLaunchInfo.cpp | 48 m_opaque_sp->GetArguments().SetArguments(argv); in SBLaunchInfo() 157 void SBLaunchInfo::SetArguments(const char **argv, bool append) { in SetArguments() function in SBLaunchInfo 158 LLDB_RECORD_METHOD(void, SBLaunchInfo, SetArguments, (const char **, bool), in SetArguments() 166 m_opaque_sp->GetArguments().SetArguments(argv); in SetArguments() 421 LLDB_REGISTER_METHOD(void, SBLaunchInfo, SetArguments, in RegisterMethods()
|
| H A D | SBTarget.cpp | 300 launch_info.SetArguments(argv, /*append*/ true); in LaunchSimple()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ProcessInfo.cpp | 81 void ProcessInfo::SetArguments(char const **argv, in SetArguments() function in ProcessInfo 83 m_arguments.SetArguments(argv); in SetArguments() 97 void ProcessInfo::SetArguments(const Args &args, bool first_arg_is_executable) { in SetArguments() function in ProcessInfo
|
| H A D | Args.cpp | 353 void Args::SetArguments(size_t argc, const char **argv) { in SetArguments() function in Args 370 void Args::SetArguments(const char **argv) { in SetArguments() function in Args 371 SetArguments(ArgvToArgc(argv), argv); in SetArguments()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBLaunchInfo.i | 59 SetArguments (const char **argv, bool append);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBLaunchInfo.h | 91 void SetArguments(const char **argv, bool append);
|
| /freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | lldb-platform.cpp | 279 inferior_arguments.SetArguments(argc, const_cast<const char **>(argv)); in main_platform()
|
| H A D | lldb-gdbserver.cpp | 146 info.SetArguments(Args(Arguments), true); in handle_launch()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Host.cpp | 522 launch_info.SetArguments(args, first_arg_is_executable); in RunShellCommand()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 2031 cmd_args.SetArguments(new_args.GetArgumentCount(), in BuildAliasCommandArgs() 2041 cmd_args.SetArguments(new_args.GetArgumentCount(), in BuildAliasCommandArgs()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectPlatform.cpp | 1021 m_options.launch_info.SetArguments(args, first_arg_is_executable); in DoExecute()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 31026 (arg1)->SetArguments((char const **)arg2,arg3); in _wrap_SBLaunchInfo_SetArguments()
|