/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | Args.h | 75 SetArguments(const_cast<const char **>(env.getEnvp().get())); in Args() 228 void SetArguments(size_t argc, const char **argv); 230 void SetArguments(const char **argv);
|
H A D | ProcessInfo.h | 84 void SetArguments(const Args &args, bool first_arg_is_executable); 86 void SetArguments(char const **argv, bool first_arg_is_executable);
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
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
|
H A D | Args.cpp | 357 void Args::SetArguments(size_t argc, const char **argv) { in SetArguments() function in Args 374 void Args::SetArguments(const char **argv) { in SetArguments() function in Args 375 SetArguments(ArgvToArgc(argv), argv); in SetArguments()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBLaunchInfo.cpp | 49 m_opaque_sp->GetArguments().SetArguments(argv); in SBLaunchInfo() 155 void SBLaunchInfo::SetArguments(const char **argv, bool append) { in SetArguments() function in SBLaunchInfo 163 m_opaque_sp->GetArguments().SetArguments(argv); in SetArguments()
|
H A D | SBTarget.cpp | 284 launch_info.SetArguments(argv, /*append*/ true); in LaunchSimple()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBLaunchInfo.h | 118 void SetArguments(const char **argv, bool append);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/ |
H A D | PlatformQemuUser.cpp | 200 launch_info.SetArguments(args, true); in DebugProcess()
|
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/ |
H A D | lldb-platform.cpp | 255 inferior_arguments.SetArguments(argc, const_cast<const char **>(argv)); in main_platform()
|
H A D | lldb-gdbserver.cpp | 148 info.SetArguments(Args(Arguments), true); in handle_launch()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Host.cpp | 459 launch_info.SetArguments(args, first_arg_is_executable); in RunShellCommand()
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | CommandInterpreter.cpp | 2282 cmd_args.SetArguments(new_args.GetArgumentCount(), in BuildAliasCommandArgs() 2292 cmd_args.SetArguments(new_args.GetArgumentCount(), in BuildAliasCommandArgs()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectPlatform.cpp | 1115 m_options.launch_info.SetArguments(args, first_arg_is_executable); in DoExecute()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 35317 (arg1)->SetArguments((char const **)arg2,arg3); in _wrap_SBLaunchInfo_SetArguments()
|