| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBLaunchInfo.cpp | 48 m_opaque_sp->GetArguments().SetArguments(argv); in SBLaunchInfo() 147 return m_opaque_sp->GetArguments().GetArgumentCount(); in GetNumArguments() 154 return m_opaque_sp->GetArguments().GetArgumentAtIndex(idx); in GetArgumentAtIndex() 163 m_opaque_sp->GetArguments().AppendArguments(argv); in SetArguments() 166 m_opaque_sp->GetArguments().SetArguments(argv); in SetArguments() 168 m_opaque_sp->GetArguments().Clear(); in SetArguments()
|
| H A D | SBTarget.cpp | 384 launch_info.GetArguments().AppendArguments(argv); in Launch() 387 launch_info.GetArguments().AppendArguments( in Launch() 388 default_launch_info.GetArguments()); in Launch()
|
| H A D | SBProcess.cpp | 154 launch_info.GetArguments().AppendArguments(argv); in RemoteLaunch()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | ProcessInfo.h | 75 Args &GetArguments() { return m_arguments; } in GetArguments() function 77 const Args &GetArguments() const { return m_arguments; } in GetArguments() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusLanguage.h | 55 llvm::StringRef GetArguments();
|
| H A D | CPlusPlusLanguage.cpp | 226 llvm::StringRef CPlusPlusLanguage::MethodName::GetArguments() { in GetArguments() function in CPlusPlusLanguage::MethodName
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerPlatform.cpp | 535 if (!m_process_launch_info.GetArguments().GetArgumentCount()) in LaunchProcess() 551 m_process_launch_info.GetArguments().GetArgumentAtIndex(0)); in LaunchProcess() 556 m_process_launch_info.GetArguments().GetArgumentAtIndex(0), in LaunchProcess()
|
| H A D | GDBRemoteCommunicationServerCommon.cpp | 1005 m_process_launch_info.GetArguments().AppendArgument(arg); in Handle_A() 1158 for (auto &arg : proc_info.GetArguments()) { in CreateProcessInfoResponse()
|
| H A D | GDBRemoteCommunication.cpp | 972 Args &debugserver_args = launch_info.GetArguments(); in StartDebugserverProcess()
|
| H A D | GDBRemoteCommunicationClient.cpp | 789 const Args &launch_args = launch_info.GetArguments(); in SendArgumentsPacket() 2019 process_info.GetArguments().Clear(); in DecodeProcessInfoResponse() 2026 process_info.GetArguments().AppendArgument(arg); in DecodeProcessInfoResponse()
|
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 238 if (!m_process_launch_info.GetArguments().GetArgumentCount()) in LaunchProcess() 311 m_process_launch_info.GetArguments().GetArgumentAtIndex(0), in LaunchProcess()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | ProcessLauncherPosixFork.cpp | 118 const char **argv = info.GetArguments().GetConstArgumentVector(); in ChildFunc()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/openbsd/ |
| H A D | Host.cpp | 83 Args &proc_args = process_info.GetArguments(); in GetOpenBSDProcessArgs()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/freebsd/ |
| H A D | Host.cpp | 87 Args &proc_args = process_info.GetArguments(); in GetFreeBSDProcessArgs()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectProcess.cpp | 220 m_options.launch_info.GetArguments().AppendArgument( in DoExecute() 230 m_options.launch_info.GetArguments().AppendArguments( in DoExecute() 231 target->GetProcessLaunchInfo().GetArguments()); in DoExecute() 233 m_options.launch_info.GetArguments().AppendArguments(launch_args); in DoExecute()
|
| H A D | CommandObjectPlatform.cpp | 1008 m_options.launch_info.GetArguments().AppendArgument(exe_path); in DoExecute() 1016 m_options.launch_info.GetArguments().AppendArguments(args); in DoExecute() 1029 target->GetRunArguments(m_options.launch_info.GetArguments()); in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/netbsd/ |
| H A D | HostNetBSD.cpp | 83 Args &proc_args = process_info.GetArguments(); in GetNetBSDProcessArgs()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | ProcessLaunchInfo.cpp | 255 const char **argv = GetArguments().GetConstArgumentVector(); in ConvertArgumentsForLaunchingInShell()
|
| H A D | Host.cpp | 514 launch_info.GetArguments().AppendArguments(args); in RunShellCommand()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRExecutionUnit.cpp | 684 if (alternate_cpp_name.GetArguments() == cpp_name.GetArguments()) { in FindBestAlternateMangledName()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 3952 m_launch_info.GetArguments() = args; in SetRunArguments() 4270 SetRunArguments(launch_info.GetArguments()); in SetProcessLaunchInfo() 4318 m_launch_info.GetArguments() = args; in RunArgsValueChangedCallback()
|