| /llvm-project/lldb/source/API/ |
| H A D | SBLaunchInfo.cpp | 49 m_opaque_sp->GetArguments().SetArguments(argv); in SBLaunchInfo() 145 return m_opaque_sp->GetArguments().GetArgumentCount(); in GetNumArguments() 151 return ConstString(m_opaque_sp->GetArguments().GetArgumentAtIndex(idx)) in GetArgumentAtIndex() 160 m_opaque_sp->GetArguments().AppendArguments(argv); in SetArguments() 163 m_opaque_sp->GetArguments().SetArguments(argv); in SetArguments() 165 m_opaque_sp->GetArguments().Clear(); in SetArguments()
|
| H A D | SBTarget.cpp | 373 launch_info.GetArguments().AppendArguments(argv); in Launch() 376 launch_info.GetArguments().AppendArguments( in Launch() 377 default_launch_info.GetArguments()); in Launch()
|
| /llvm-project/lldb/source/Plugins/Platform/QemuUser/ |
| H A D | PlatformQemuUser.cpp | 194 for (size_t i = 1; i < launch_info.GetArguments().size(); ++i) in DebugProcess() 195 args.AppendArgument(launch_info.GetArguments()[i].ref()); in DebugProcess() 197 LLDB_LOG(log, "{0} -> {1}", get_arg_range(launch_info.GetArguments()), in DebugProcess()
|
| /llvm-project/lldb/source/Host/windows/ |
| H A D | Host.cpp | 221 launch_info.GetArguments().GetQuotedCommandString(quoted_cmd_string); in ShellExpandArguments() 268 launch_info.GetArguments().Clear(); in ShellExpandArguments() 278 launch_info.GetArguments().AppendArgument(str_sp->GetValue()); in ShellExpandArguments()
|
| H A D | ProcessLauncherWindows.cpp | 105 GetFlattenedWindowsCommandString(launch_info.GetArguments(), wcommandLine); in LaunchProcess()
|
| /llvm-project/lldb/include/lldb/Utility/ |
| H A D | ProcessInfo.h | 76 Args &GetArguments() { return m_arguments; } in GetArguments() function 78 const Args &GetArguments() const { return m_arguments; } in GetArguments() function
|
| /llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerPlatform.cpp | 434 if (!m_process_launch_info.GetArguments().GetArgumentCount()) in Handle_qPathComplete() 448 m_process_launch_info.GetArguments().GetArgumentAtIndex(0)); in Handle_qGetWorkingDir() 453 m_process_launch_info.GetArguments().GetArgumentAtIndex(0), in Handle_QSetWorkingDir()
|
| H A D | GDBRemoteCommunicationServerCommon.cpp | 1067 m_process_launch_info.GetArguments().AppendArgument(arg); in Handle_A() 1221 for (auto &arg : proc_info.GetArguments()) { in CreateProcessInfoResponse()
|
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 263 if (!m_process_launch_info.GetArguments().GetArgumentCount()) in LaunchProcess() 337 m_process_launch_info.GetArguments().GetArgumentAtIndex(0), in LaunchProcess() 3534 m_process_launch_info.GetArguments().AppendArgument(arg); in Handle_vRun() 3542 m_process_launch_info.GetArguments()[0].ref(), FileSpec::Style::native); in Handle_vRun()
|
| /llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusLanguage.h | 55 llvm::StringRef GetArguments();
|
| H A D | CPlusPlusLanguage.cpp | 287 llvm::StringRef CPlusPlusLanguage::MethodName::GetArguments() { in GetArguments() function in CPlusPlusLanguage::MethodName 618 if (alternate_cpp_name.GetArguments() == cpp_name.GetArguments()) { in FindBestAlternateFunctionMangledName()
|
| /llvm-project/lldb/source/Host/openbsd/ |
| H A D | Host.cpp | 66 Args &proc_args = process_info.GetArguments(); in GetOpenBSDProcessArgs()
|
| /llvm-project/lldb/unittests/Language/CPlusPlus/ |
| H A D | CPlusPlusLanguageTest.cpp | 221 EXPECT_EQ(test.arguments, method.GetArguments().str()); in TEST()
|
| /llvm-project/lldb/source/Host/freebsd/ |
| H A D | Host.cpp | 83 Args &proc_args = process_info.GetArguments(); in GetFreeBSDProcessArgs()
|
| /llvm-project/lldb/source/Host/netbsd/ |
| H A D | HostNetBSD.cpp | 78 Args &proc_args = process_info.GetArguments(); in GetNetBSDProcessArgs()
|
| /llvm-project/lldb/source/Host/macosx/objcxx/ |
| H A D | Host.mm | 274 const char **argv = launch_info.GetArguments().GetConstArgumentVector(); 584 Args &proc_args = process_info.GetArguments(); 973 launch_info.GetArguments()); 1222 launch_info.GetArguments().GetConstArgumentVector()); 1433 expand_command.AppendArguments(launch_info.GetArguments()); 1489 launch_info.GetArguments().Clear(); 1499 launch_info.GetArguments().AppendArgument(str_sp->GetValue());
|
| /llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectProcess.cpp | 219 m_options.launch_info.GetArguments().AppendArgument( in DoExecute() 235 m_options.launch_info.GetArguments().AppendArguments( in DoExecute() 236 target->GetProcessLaunchInfo().GetArguments()); in DoExecute() 238 m_options.launch_info.GetArguments().AppendArguments(launch_args); in DoExecute()
|
| H A D | CommandObjectPlatform.cpp | 1094 m_options.launch_info.GetArguments().AppendArgument(exe_path); in DoExecute() 1110 m_options.launch_info.GetArguments().AppendArguments(args); in DoExecute() 1126 m_options.launch_info.GetArguments().AppendArguments(target_run_args); in DoExecute()
|
| /llvm-project/lldb/source/Host/posix/ |
| H A D | ProcessLauncherPosixFork.cpp | 239 argv(info.GetArguments().GetConstArgumentVector()), in FixupEnvironment()
|
| /llvm-project/lldb/source/Host/common/ |
| H A D | ProcessLaunchInfo.cpp | 243 const char **argv = GetArguments().GetConstArgumentVector(); in ConvertArgumentsForLaunchingInShell()
|
| H A D | Host.cpp | 435 launch_info.GetArguments().AppendArguments(args);
|
| /llvm-project/lldb/source/Plugins/Platform/MacOSX/objcxx/ |
| H A D | PlatformiOSSimulatorCoreSimulatorSupport.mm | 471 if (launch_info.GetArguments().GetArgumentCount()) { 472 const Args &args(launch_info.GetArguments());
|
| /llvm-project/lldb/source/Host/linux/ |
| H A D | Host.cpp | 265 process_info.GetArguments().AppendArgument(Arg); in GetProcessArgs()
|
| /llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 2026 Args GetArguments() { in GetArguments() function in curses::ArgumentsFieldDelegate 3351 target->GetProcessLaunchInfo().GetArguments(); in SetArgumentsFieldDefaultValue() 3417 launch_info.GetArguments().AppendArgument(target_settings_argv0); in GetExecutableSettings() 3427 void GetArguments(ProcessLaunchInfo &launch_info) { in GetArguments() function in curses::ProcessLaunchFormDelegate 3429 Args arguments = m_arguments_field->GetArguments(); in GetArguments() 3430 launch_info.GetArguments().AppendArguments(arguments); in GetArguments() 3528 GetArguments(launch_info); in GetLaunchInfo()
|
| /llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 375 Args args = launch_info.GetArguments(); in LaunchProcess()
|