| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunication.cpp | 980 debugserver_args.AppendArgument(llvm::StringRef("gdbserver")); in StartDebugserverProcess() 985 debugserver_args.AppendArgument(llvm::StringRef(url)); in StartDebugserverProcess() 990 debugserver_args.AppendArgument(fd_arg.GetString()); in StartDebugserverProcess() 1000 debugserver_args.AppendArgument(llvm::StringRef("--setsid")); in StartDebugserverProcess() 1031 debugserver_args.AppendArgument(named_pipe_path); in StartDebugserverProcess() 1044 debugserver_args.AppendArgument(llvm::StringRef("--pipe")); in StartDebugserverProcess() 1045 debugserver_args.AppendArgument(llvm::to_string(write)); in StartDebugserverProcess() 1085 debugserver_args.AppendArgument( in StartDebugserverProcess() 1093 debugserver_args.AppendArgument( in StartDebugserverProcess() 1100 debugserver_args.AppendArgument( in StartDebugserverProcess() [all …]
|
| H A D | GDBRemoteCommunicationServerCommon.cpp | 1005 m_process_launch_info.GetArguments().AppendArgument(arg); in Handle_A()
|
| H A D | GDBRemoteCommunicationClient.cpp | 2026 process_info.GetArguments().AppendArgument(arg); in DecodeProcessInfoResponse()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointIDList.cpp | 181 new_args.AppendArgument(canonical_id_str.GetString()); in FindAndReplaceIDRanges() 188 new_args.AppendArgument(current_arg); in FindAndReplaceIDRanges() 269 new_args.AppendArgument(canonical_id_str.GetString()); in FindAndReplaceIDRanges() 280 new_args.AppendArgument(canonical_id_str.GetString()); in FindAndReplaceIDRanges() 287 new_args.AppendArgument(canonical_id_str.GetString()); in FindAndReplaceIDRanges() 314 new_args.AppendArgument(canonical_id_str.GetString()); in FindAndReplaceIDRanges()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | ProcessLaunchInfo.cpp | 259 shell_arguments.AppendArgument(shell_executable); in ConvertArgumentsForLaunchingInShell() 263 shell_arguments.AppendArgument(llvm::StringRef("/C")); in ConvertArgumentsForLaunchingInShell() 265 shell_arguments.AppendArgument(llvm::StringRef("-c")); in ConvertArgumentsForLaunchingInShell() 341 shell_arguments.AppendArgument(shell_command.GetString()); in ConvertArgumentsForLaunchingInShell()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValueArgs.cpp | 21 args.AppendArgument(string_value); in GetArgs()
|
| H A D | CommandInterpreter.cpp | 1981 new_args.AppendArgument(value); in BuildAliasCommandArgs() 1987 new_args.AppendArgument(option); in BuildAliasCommandArgs() 1996 new_args.AppendArgument(value); in BuildAliasCommandArgs() 1998 new_args.AppendArgument(option + value); in BuildAliasCommandArgs() 2017 new_args.AppendArgument(cmd_args.GetArgumentAtIndex(index)); in BuildAliasCommandArgs() 2019 new_args.AppendArgument(option + cmd_args.GetArgumentAtIndex(index)); in BuildAliasCommandArgs() 2027 new_args.AppendArgument(entry.value().ref()); in BuildAliasCommandArgs()
|
| H A D | OptionValueArray.cpp | 153 args.AppendArgument(string_value); in GetArgs()
|
| H A D | OptionValueDictionary.cpp | 92 args.AppendArgument(strm.GetString()); in GetArgs()
|
| H A D | Options.cpp | 924 result.AppendArgument(pos->ref(), pos->GetQuoteChar()); in ReconstituteArgsAfterParsing()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Args.cpp | 175 AppendArgument(arg); in Args() 180 AppendArgument(arg); in Args() 318 void Args::AppendArgument(llvm::StringRef arg_str, char quote_char) { in AppendArgument() function in Args
|
| /freebsd-13.1/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 | 182 void AppendArgument(llvm::StringRef arg_str, char quote_char = '\0');
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/openbsd/ |
| H A D | Host.cpp | 95 proc_args.AppendArgument(llvm::StringRef(cstr)); in GetOpenBSDProcessArgs()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/freebsd/ |
| H A D | Host.cpp | 101 proc_args.AppendArgument(llvm::StringRef(cstr)); in GetFreeBSDProcessArgs()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/netbsd/ |
| H A D | HostNetBSD.cpp | 97 proc_args.AppendArgument(llvm::StringRef(cstr)); in GetNetBSDProcessArgs()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBPlatform.cpp | 416 args.AppendArgument(connect_options.GetURL()); in ConnectRemote()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectBreakpoint.cpp | 407 m_exception_extra_args.AppendArgument("-O"); in SetOptionValue() 408 m_exception_extra_args.AppendArgument(option_arg); in SetOptionValue()
|
| H A D | CommandObjectPlatform.cpp | 1008 m_options.launch_info.GetArguments().AppendArgument(exe_path); in DoExecute()
|
| H A D | CommandObjectProcess.cpp | 220 m_options.launch_info.GetArguments().AppendArgument( in DoExecute()
|