| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunication.cpp | 959 debugserver_args.AppendArgument(llvm::StringRef("gdbserver")); in StartDebugserverProcess() 964 debugserver_args.AppendArgument(llvm::StringRef(url)); in StartDebugserverProcess() 969 debugserver_args.AppendArgument(fd_arg.GetString()); in StartDebugserverProcess() 979 debugserver_args.AppendArgument(llvm::StringRef("--setsid")); in StartDebugserverProcess() 1010 debugserver_args.AppendArgument(named_pipe_path); in StartDebugserverProcess() 1023 debugserver_args.AppendArgument(llvm::StringRef("--pipe")); in StartDebugserverProcess() 1024 debugserver_args.AppendArgument(llvm::to_string(write)); in StartDebugserverProcess() 1066 debugserver_args.AppendArgument( in StartDebugserverProcess() 1074 debugserver_args.AppendArgument( in StartDebugserverProcess() 1081 debugserver_args.AppendArgument( in StartDebugserverProcess() [all …]
|
| H A D | GDBRemoteCommunicationServerCommon.cpp | 1067 m_process_launch_info.GetArguments().AppendArgument(arg); in Handle_A()
|
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 3532 m_process_launch_info.GetArguments().AppendArgument(arg); in Handle_vRun()
|
| H A D | GDBRemoteCommunicationClient.cpp | 2044 process_info.GetArguments().AppendArgument(arg); in DecodeProcessInfoResponse()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointIDList.cpp | 155 new_args.AppendArgument(canonical_id_str.GetString()); in FindAndReplaceIDRanges() 162 new_args.AppendArgument(current_arg); in FindAndReplaceIDRanges() 243 new_args.AppendArgument(canonical_id_str.GetString()); in FindAndReplaceIDRanges() 254 new_args.AppendArgument(canonical_id_str.GetString()); in FindAndReplaceIDRanges() 261 new_args.AppendArgument(canonical_id_str.GetString()); in FindAndReplaceIDRanges() 288 new_args.AppendArgument(canonical_id_str.GetString()); in FindAndReplaceIDRanges()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/ |
| H A D | PlatformQemuUser.cpp | 188 args.AppendArgument("-0"); in DebugProcess() 189 args.AppendArgument(launch_info.GetArg0()); in DebugProcess() 192 args.AppendArgument("--"); in DebugProcess() 193 args.AppendArgument(launch_info.GetExecutableFile().GetPath()); in DebugProcess() 195 args.AppendArgument(launch_info.GetArguments()[i].ref()); in DebugProcess()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | ProcessLaunchInfo.cpp | 247 shell_arguments.AppendArgument(shell_executable); in ConvertArgumentsForLaunchingInShell() 251 shell_arguments.AppendArgument(llvm::StringRef("/C")); in ConvertArgumentsForLaunchingInShell() 253 shell_arguments.AppendArgument(llvm::StringRef("-c")); in ConvertArgumentsForLaunchingInShell() 331 shell_arguments.AppendArgument(shell_command.GetString()); in ConvertArgumentsForLaunchingInShell()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValueArgs.cpp | 19 args.AppendArgument(value->GetValueAs<llvm::StringRef>().value_or("")); in GetArgs()
|
| H A D | OptionValueArray.cpp | 158 args.AppendArgument(*string_value); in GetArgs()
|
| H A D | CommandInterpreter.cpp | 2219 new_args.AppendArgument(value); in BuildAliasCommandArgs() 2225 new_args.AppendArgument(option); in BuildAliasCommandArgs() 2234 new_args.AppendArgument(value); in BuildAliasCommandArgs() 2236 new_args.AppendArgument(option + value); in BuildAliasCommandArgs() 2255 new_args.AppendArgument(cmd_args.GetArgumentAtIndex(index)); in BuildAliasCommandArgs() 2257 new_args.AppendArgument(option + cmd_args.GetArgumentAtIndex(index)); in BuildAliasCommandArgs() 2265 new_args.AppendArgument(entry.value().ref()); in BuildAliasCommandArgs()
|
| H A D | OptionValueDictionary.cpp | 105 args.AppendArgument(strm.GetString()); in GetArgs()
|
| H A D | Options.cpp | 882 result.AppendArgument(pos->ref(), pos->GetQuoteChar()); in ReconstituteArgsAfterParsing()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Args.cpp | 174 AppendArgument(arg); in Args() 179 AppendArgument(arg); in Args() 322 void Args::AppendArgument(llvm::StringRef arg_str, char quote_char) { in AppendArgument() function in Args
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | CompletionRequest.h | 151 m_parsed_line.AppendArgument(llvm::StringRef()); in AppendEmptyArgument()
|
| H A D | Args.h | 180 void AppendArgument(llvm::StringRef arg_str, char quote_char = '\0');
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Host/openbsd/ |
| H A D | Host.cpp | 95 proc_args.AppendArgument(llvm::StringRef(cstr)); in GetOpenBSDProcessArgs()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Host/freebsd/ |
| H A D | Host.cpp | 101 proc_args.AppendArgument(llvm::StringRef(cstr)); in GetFreeBSDProcessArgs()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Host/netbsd/ |
| H A D | HostNetBSD.cpp | 98 proc_args.AppendArgument(llvm::StringRef(cstr)); in GetNetBSDProcessArgs()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBPlatform.cpp | 386 args.AppendArgument(connect_options.GetURL()); in ConnectRemote()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectProcess.cpp | 231 m_options.launch_info.GetArguments().AppendArgument( in DoExecute() 482 m_run_to_bkpt_args.AppendArgument(option_arg); in SetOptionValue()
|
| H A D | CommandObjectBreakpoint.cpp | 418 m_exception_extra_args.AppendArgument("-O"); in SetOptionValue() 419 m_exception_extra_args.AppendArgument(option_arg); in SetOptionValue()
|
| H A D | CommandObjectThread.cpp | 169 copy_args.AppendArgument(start_opt); in GetRepeatCommand() 170 copy_args.AppendArgument(new_start_val); in GetRepeatCommand()
|
| H A D | CommandObjectPlatform.cpp | 1167 m_options.launch_info.GetArguments().AppendArgument(exe_path); in DoExecute()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 2029 arguments.AppendArgument(GetField(i).GetText()); in GetArguments() 3417 launch_info.GetArguments().AppendArgument(target_settings_argv0); in GetExecutableSettings()
|