Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBLaunchInfo.cpp47 m_opaque_sp->GetArguments().SetArguments(argv); in SBLaunchInfo()
143 return m_opaque_sp->GetArguments().GetArgumentCount(); in GetNumArguments()
149 return m_opaque_sp->GetArguments().GetArgumentAtIndex(idx); in GetArgumentAtIndex()
157 m_opaque_sp->GetArguments().AppendArguments(argv); in SetArguments()
160 m_opaque_sp->GetArguments().SetArguments(argv); in SetArguments()
162 m_opaque_sp->GetArguments().Clear(); in SetArguments()
H A DSBTarget.cpp357 launch_info.GetArguments().AppendArguments(argv); in Launch()
360 launch_info.GetArguments().AppendArguments( in Launch()
361 default_launch_info.GetArguments()); in Launch()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp190 for (size_t i = 1; i < launch_info.GetArguments().size(); ++i) in DebugProcess()
191 args.AppendArgument(launch_info.GetArguments()[i].ref()); in DebugProcess()
193 LLDB_LOG(log, "{0} -> {1}", get_arg_range(launch_info.GetArguments()), in DebugProcess()
/openbsd-src/gnu/llvm/lldb/source/Host/windows/
H A DHost.cpp218 launch_info.GetArguments().GetQuotedCommandString(quoted_cmd_string); in ShellExpandArguments()
265 launch_info.GetArguments().Clear(); in ShellExpandArguments()
275 launch_info.GetArguments().AppendArgument(str_sp->GetValue()); in ShellExpandArguments()
H A DProcessLauncherWindows.cpp105 GetFlattenedWindowsCommandString(launch_info.GetArguments(), wcommandLine); in LaunchProcess()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DProcessInfo.h74 Args &GetArguments() { return m_arguments; } in GetArguments() function
76 const Args &GetArguments() const { return m_arguments; } in GetArguments() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp527 if (!m_process_launch_info.GetArguments().GetArgumentCount()) in LaunchProcess()
541 m_process_launch_info.GetArguments().GetArgumentAtIndex(0)); in LaunchProcess()
546 m_process_launch_info.GetArguments().GetArgumentAtIndex(0), in LaunchProcess()
H A DGDBRemoteCommunicationServerCommon.cpp1067 m_process_launch_info.GetArguments().AppendArgument(arg); in Handle_A()
1221 for (auto &arg : proc_info.GetArguments()) { in CreateProcessInfoResponse()
H A DGDBRemoteCommunicationServerLLGS.cpp264 if (!m_process_launch_info.GetArguments().GetArgumentCount()) in LaunchProcess()
339 m_process_launch_info.GetArguments().GetArgumentAtIndex(0), in LaunchProcess()
3524 m_process_launch_info.GetArguments().AppendArgument(arg); in Handle_vRun()
3532 m_process_launch_info.GetArguments()[0].ref(), FileSpec::Style::native); in Handle_vRun()
H A DGDBRemoteCommunication.cpp952 Args &debugserver_args = launch_info.GetArguments(); in StartDebugserverProcess()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.h55 llvm::StringRef GetArguments();
H A DCPlusPlusLanguage.cpp286 llvm::StringRef CPlusPlusLanguage::MethodName::GetArguments() { in GetArguments() function in CPlusPlusLanguage::MethodName
619 if (alternate_cpp_name.GetArguments() == cpp_name.GetArguments()) { in FindBestAlternateFunctionMangledName()
/openbsd-src/gnu/llvm/lldb/source/Host/openbsd/
H A DHost.cpp94 Args &proc_args = process_info.GetArguments(); in GetOpenBSDProcessArgs()
/openbsd-src/gnu/llvm/lldb/source/Host/freebsd/
H A DHost.cpp87 Args &proc_args = process_info.GetArguments(); in GetFreeBSDProcessArgs()
/openbsd-src/gnu/llvm/lldb/source/Host/macosx/objcxx/
H A DHost.mm264 const char **argv = launch_info.GetArguments().GetConstArgumentVector();
555 Args &proc_args = process_info.GetArguments();
939 launch_info.GetArguments());
1188 launch_info.GetArguments().GetConstArgumentVector());
1382 expand_command.AppendArguments(launch_info.GetArguments());
1438 launch_info.GetArguments().Clear();
1448 launch_info.GetArguments().AppendArgument(str_sp->GetValue());
/openbsd-src/gnu/llvm/lldb/source/Host/netbsd/
H A DHostNetBSD.cpp84 Args &proc_args = process_info.GetArguments(); in GetNetBSDProcessArgs()
/openbsd-src/gnu/llvm/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp253 argv(info.GetArguments().GetConstArgumentVector()), in ForkLaunchInfo()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectProcess.cpp231 m_options.launch_info.GetArguments().AppendArgument( in DoExecute()
247 m_options.launch_info.GetArguments().AppendArguments( in DoExecute()
248 target->GetProcessLaunchInfo().GetArguments()); in DoExecute()
250 m_options.launch_info.GetArguments().AppendArguments(launch_args); in DoExecute()
H A DCommandObjectPlatform.cpp1179 m_options.launch_info.GetArguments().AppendArgument(exe_path); in DoExecute()
1187 m_options.launch_info.GetArguments().AppendArguments(args); in DoExecute()
1200 target->GetRunArguments(m_options.launch_info.GetArguments()); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Host/linux/
H A DHost.cpp166 process_info.GetArguments().AppendArgument(Arg); in GetProcessArgs()
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp247 const char **argv = GetArguments().GetConstArgumentVector(); in ConvertArgumentsForLaunchingInShell()
H A DHost.cpp422 launch_info.GetArguments().AppendArguments(args); in RunShellCommand()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.mm472 if (launch_info.GetArguments().GetArgumentCount()) {
473 const Args &args(launch_info.GetArguments());
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp372 Args args = launch_info.GetArguments(); in LaunchProcess()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2027 Args GetArguments() { in GetArguments() function in 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 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()

12