Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBLaunchInfo.cpp41 m_opaque_sp->GetArguments().SetArguments(argv); in SBLaunchInfo()
86 return m_opaque_sp->GetArguments().GetArgumentCount(); in GetNumArguments()
90 return m_opaque_sp->GetArguments().GetArgumentAtIndex(idx); in GetArgumentAtIndex()
96 m_opaque_sp->GetArguments().AppendArguments(argv); in SetArguments()
99 m_opaque_sp->GetArguments().SetArguments(argv); in SetArguments()
101 m_opaque_sp->GetArguments().Clear(); in SetArguments()
H A DSBProcess.cpp138 launch_info.GetArguments().AppendArguments(argv); in RemoteLaunch()
H A DSBTarget.cpp337 launch_info.GetArguments().AppendArguments(argv); in Launch()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcessInfo.h73 Args &GetArguments() { return m_arguments; } in GetArguments() function
75 const Args &GetArguments() const { return m_arguments; } in GetArguments() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp434 if (!m_process_launch_info.GetArguments().GetArgumentCount()) in LaunchProcess()
450 m_process_launch_info.GetArguments().GetArgumentAtIndex(0)); in LaunchProcess()
455 m_process_launch_info.GetArguments().GetArgumentAtIndex(0), in LaunchProcess()
H A DGDBRemoteCommunication.cpp1005 Args &debugserver_args = launch_info.GetArguments(); in StartDebugserverProcess()
H A DGDBRemoteCommunicationServerCommon.cpp1033 m_process_launch_info.GetArguments().AppendArgument(arg); in Handle_A()
H A DGDBRemoteCommunicationServerLLGS.cpp210 if (!m_process_launch_info.GetArguments().GetArgumentCount()) in LaunchProcess()
275 m_process_launch_info.GetArguments().GetArgumentAtIndex(0), in LaunchProcess()
H A DGDBRemoteCommunicationClient.cpp782 const Args &launch_args = launch_info.GetArguments(); in SendArgumentsPacket()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.h57 llvm::StringRef GetArguments();
H A DCPlusPlusLanguage.cpp221 llvm::StringRef CPlusPlusLanguage::MethodName::GetArguments() { in GetArguments() function in CPlusPlusLanguage::MethodName
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DDarwinProcessLauncher.cpp403 auto argv = launch_info.GetArguments().GetArgumentVector(); in PosixSpawnChildForPTraceDebugging()
522 const auto argv = launch_info.GetArguments().GetConstArgumentVector(); in LaunchInferior()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp118 const char **argv = info.GetArguments().GetConstArgumentVector(); in ChildFunc()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/openbsd/
H A DHost.cpp80 Args &proc_args = process_info.GetArguments(); in GetOpenBSDProcessArgs()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/freebsd/
H A DHost.cpp84 Args &proc_args = process_info.GetArguments(); in GetFreeBSDProcessArgs()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/netbsd/
H A DHost.cpp78 Args &proc_args = process_info.GetArguments(); in GetNetBSDProcessArgs()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectProcess.cpp202 m_options.launch_info.GetArguments().AppendArgument( in DoExecute()
212 m_options.launch_info.GetArguments().AppendArguments( in DoExecute()
213 target->GetProcessLaunchInfo().GetArguments()); in DoExecute()
215 m_options.launch_info.GetArguments().AppendArguments(launch_args); in DoExecute()
H A DCommandObjectPlatform.cpp1044 m_options.launch_info.GetArguments().AppendArgument(exe_path); in DoExecute()
1052 m_options.launch_info.GetArguments().AppendArguments(args); in DoExecute()
1065 target->GetRunArguments(m_options.launch_info.GetArguments()); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcessLaunchInfo.cpp251 const char **argv = GetArguments().GetConstArgumentVector(); in ConvertArgumentsForLaunchingInShell()
H A DTarget.cpp3807 m_launch_info.GetArguments() = args; in SetRunArguments()
4069 SetRunArguments(launch_info.GetArguments()); in SetProcessLaunchInfo()
4115 this_->m_launch_info.GetArguments() = args; in RunArgsValueChangedCallback()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp485 launch_info.GetArguments().AppendArguments(args); in RunShellCommand()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp693 if (alternate_cpp_name.GetArguments() == cpp_name.GetArguments()) { in FindBestAlternateMangledName()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp406 this, module, launch_info.GetArguments().GetConstArgumentVector(), in DoLaunch()