Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp49 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 DSBTarget.cpp362 launch_info.GetArguments().AppendArguments(argv); in Launch()
365 launch_info.GetArguments().AppendArguments( in Launch()
366 default_launch_info.GetArguments()); in Launch()
H A DSBProcess.cpp150 launch_info.GetArguments().AppendArguments(argv); in RemoteLaunch()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp194 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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp434 if (!m_process_launch_info.GetArguments().GetArgumentCount()) in LaunchProcess()
448 m_process_launch_info.GetArguments().GetArgumentAtIndex(0)); in LaunchProcess()
453 m_process_launch_info.GetArguments().GetArgumentAtIndex(0), in LaunchProcess()
H A DGDBRemoteCommunicationServerCommon.cpp1069 m_process_launch_info.GetArguments().AppendArgument(arg); in Handle_A()
1223 for (auto &arg : proc_info.GetArguments()) { in CreateProcessInfoResponse()
H A DGDBRemoteCommunicationServerLLGS.cpp263 if (!m_process_launch_info.GetArguments().GetArgumentCount()) in LaunchProcess()
337 m_process_launch_info.GetArguments().GetArgumentAtIndex(0), in LaunchProcess()
3535 m_process_launch_info.GetArguments().AppendArgument(arg); in Handle_vRun()
3543 m_process_launch_info.GetArguments()[0].ref(), FileSpec::Style::native); in Handle_vRun()
H A DGDBRemoteCommunication.cpp835 Args &debugserver_args = launch_info.GetArguments(); in StartDebugserverProcess()
H A DGDBRemoteCommunicationClient.cpp2074 process_info.GetArguments().Clear(); in DecodeProcessInfoResponse()
2081 process_info.GetArguments().AppendArgument(arg); in DecodeProcessInfoResponse()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h76 Args &GetArguments() { return m_arguments; } in GetArguments() function
78 const Args &GetArguments() const { return m_arguments; } in GetArguments() function
/freebsd/contrib/llvm-project/lldb/source/Host/openbsd/
H A DHost.cpp66 Args &proc_args = process_info.GetArguments(); in GetOpenBSDProcessArgs()
/freebsd/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHost.cpp83 Args &proc_args = process_info.GetArguments(); in GetFreeBSDProcessArgs()
/freebsd/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHostNetBSD.cpp78 Args &proc_args = process_info.GetArguments(); in GetNetBSDProcessArgs()
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp250 argv(info.GetArguments().GetConstArgumentVector()), in ForkLaunchInfo()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp221 m_options.launch_info.GetArguments().AppendArgument( in DoExecute()
237 m_options.launch_info.GetArguments().AppendArguments( in DoExecute()
238 target->GetProcessLaunchInfo().GetArguments()); in DoExecute()
240 m_options.launch_info.GetArguments().AppendArguments(launch_args); in DoExecute()
H A DCommandObjectPlatform.cpp1094 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()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp243 const char **argv = GetArguments().GetConstArgumentVector(); in ConvertArgumentsForLaunchingInShell()
H A DHost.cpp434 launch_info.GetArguments().AppendArguments(args); in RunShellCommand()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h263 llvm::StringRef GetArguments() { in GetArguments() function
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp274 Args &self_args = launch_info.GetArguments(); in spawn_process()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp551 auto args = info.GetArguments(); in Populate()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2027 Args GetArguments() { in GetArguments() function in lldb_private::curses::ArgumentsFieldDelegate
3352 target->GetProcessLaunchInfo().GetArguments(); in SetArgumentsFieldDefaultValue()
3418 launch_info.GetArguments().AppendArgument(target_settings_argv0); in GetExecutableSettings()
3428 void GetArguments(ProcessLaunchInfo &launch_info) { in GetArguments() function in lldb_private::curses::ProcessLaunchFormDelegate
3430 Args arguments = m_arguments_field->GetArguments(); in GetArguments()
3431 launch_info.GetArguments().AppendArguments(arguments); in GetArguments()
3529 GetArguments(launch_info); in GetLaunchInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp755 if (alternate_cpp_name.GetArguments() == cpp_name.GetArguments()) { in FindBestAlternateFunctionMangledName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp371 Args args = launch_info.GetArguments(); in LaunchProcess()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4598 m_launch_info.GetArguments() = args; in SetRunArguments()
5015 SetRunArguments(launch_info.GetArguments()); in SetProcessLaunchInfo()
5063 m_launch_info.GetArguments() = args; in RunArgsValueChangedCallback()

12