Home
last modified time | relevance | path

Searched refs:GetArguments (Results 1 – 21 of 21) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp48 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 DSBTarget.cpp384 launch_info.GetArguments().AppendArguments(argv); in Launch()
387 launch_info.GetArguments().AppendArguments( in Launch()
388 default_launch_info.GetArguments()); in Launch()
H A DSBProcess.cpp154 launch_info.GetArguments().AppendArguments(argv); in RemoteLaunch()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h75 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 DCPlusPlusLanguage.h55 llvm::StringRef GetArguments();
H A DCPlusPlusLanguage.cpp226 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 DGDBRemoteCommunicationServerPlatform.cpp535 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 DGDBRemoteCommunicationServerCommon.cpp1005 m_process_launch_info.GetArguments().AppendArgument(arg); in Handle_A()
1158 for (auto &arg : proc_info.GetArguments()) { in CreateProcessInfoResponse()
H A DGDBRemoteCommunication.cpp972 Args &debugserver_args = launch_info.GetArguments(); in StartDebugserverProcess()
H A DGDBRemoteCommunicationClient.cpp789 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 DGDBRemoteCommunicationServerLLGS.cpp238 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 DProcessLauncherPosixFork.cpp118 const char **argv = info.GetArguments().GetConstArgumentVector(); in ChildFunc()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/openbsd/
H A DHost.cpp83 Args &proc_args = process_info.GetArguments(); in GetOpenBSDProcessArgs()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHost.cpp87 Args &proc_args = process_info.GetArguments(); in GetFreeBSDProcessArgs()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp220 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 DCommandObjectPlatform.cpp1008 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 DHostNetBSD.cpp83 Args &proc_args = process_info.GetArguments(); in GetNetBSDProcessArgs()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp255 const char **argv = GetArguments().GetConstArgumentVector(); in ConvertArgumentsForLaunchingInShell()
H A DHost.cpp514 launch_info.GetArguments().AppendArguments(args); in RunShellCommand()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp684 if (alternate_cpp_name.GetArguments() == cpp_name.GetArguments()) { in FindBestAlternateMangledName()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3952 m_launch_info.GetArguments() = args; in SetRunArguments()
4270 SetRunArguments(launch_info.GetArguments()); in SetProcessLaunchInfo()
4318 m_launch_info.GetArguments() = args; in RunArgsValueChangedCallback()