| /freebsd/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | lldb-platform.cpp | 275 self_args.AppendArgument(progname); in spawn_process() 276 self_args.AppendArgument(llvm::StringRef("platform")); in spawn_process() 277 self_args.AppendArgument(llvm::StringRef("--child-platform-fd")); in spawn_process() 278 self_args.AppendArgument(llvm::to_string(shared_socket.GetSendableFD())); in spawn_process() 282 self_args.AppendArgument(llvm::StringRef("--gdbserver-port")); in spawn_process() 283 self_args.AppendArgument(llvm::to_string(gdb_port)); in spawn_process() 286 self_args.AppendArgument(llvm::StringRef("--log-file")); in spawn_process() 287 self_args.AppendArgument(log_file); in spawn_process() 290 self_args.AppendArgument(llvm::StringRef("--log-channels")); in spawn_process() 291 self_args.AppendArgument(log_channels); in spawn_process() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointIDList.cpp | 135 new_args.AppendArgument(canonical_id_str.GetString()); in FindAndReplaceIDRanges() 141 new_args.AppendArgument(current_arg); in FindAndReplaceIDRanges() 222 new_args.AppendArgument(canonical_id_str.GetString()); in FindAndReplaceIDRanges() 233 new_args.AppendArgument(canonical_id_str.GetString()); in FindAndReplaceIDRanges() 240 new_args.AppendArgument(canonical_id_str.GetString()); in FindAndReplaceIDRanges() 267 new_args.AppendArgument(canonical_id_str.GetString()); in FindAndReplaceIDRanges()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunication.cpp | 839 debugserver_args.AppendArgument("gdbserver"); in StartDebugserverProcess() 843 debugserver_args.AppendArgument("--native-regs"); in StartDebugserverProcess() 846 debugserver_args.AppendArgument("--setsid"); in StartDebugserverProcess() 860 debugserver_args.AppendArgument(llvm::formatv("--fd={0}", *comm_fd).str()); in StartDebugserverProcess() 867 debugserver_args.AppendArgument(url); in StartDebugserverProcess() 877 debugserver_args.AppendArgument(llvm::StringRef("--named-pipe")); in StartDebugserverProcess() 878 debugserver_args.AppendArgument(named_pipe_path); in StartDebugserverProcess() 887 debugserver_args.AppendArgument(llvm::StringRef("--pipe")); in StartDebugserverProcess() 888 debugserver_args.AppendArgument(llvm::to_string(write)); in StartDebugserverProcess() 897 debugserver_args.AppendArgument( in StartDebugserverProcess() [all …]
|
| H A D | GDBRemoteCommunicationServerCommon.cpp | 1069 m_process_launch_info.GetArguments().AppendArgument(arg); in Handle_A()
|
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 3535 m_process_launch_info.GetArguments().AppendArgument(arg); in Handle_vRun()
|
| H A D | GDBRemoteCommunicationClient.cpp | 2081 process_info.GetArguments().AppendArgument(arg); in DecodeProcessInfoResponse()
|
| /freebsd/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/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/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 | 160 args.AppendArgument(*string_value); in GetArgs()
|
| H A D | OptionValueDictionary.cpp | 105 args.AppendArgument(strm.GetString()); in GetArgs()
|
| H A D | CommandInterpreter.cpp | 2385 new_args.AppendArgument(value); in BuildAliasCommandArgs() 2391 new_args.AppendArgument(option); in BuildAliasCommandArgs() 2400 new_args.AppendArgument(value); in BuildAliasCommandArgs() 2402 new_args.AppendArgument(option + value); in BuildAliasCommandArgs() 2421 new_args.AppendArgument(cmd_args.GetArgumentAtIndex(index)); in BuildAliasCommandArgs() 2423 new_args.AppendArgument(option + cmd_args.GetArgumentAtIndex(index)); in BuildAliasCommandArgs() 2431 new_args.AppendArgument(entry.value().ref()); in BuildAliasCommandArgs()
|
| H A D | Options.cpp | 917 result.AppendArgument(pos->ref(), pos->GetQuoteChar()); in ReconstituteArgsAfterParsing()
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Args.cpp | 178 AppendArgument(arg); in Args() 183 AppendArgument(arg); in Args() 332 void Args::AppendArgument(llvm::StringRef arg_str, char quote_char) { in AppendArgument() function in Args
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | CompletionRequest.h | 158 m_parsed_line.AppendArgument(llvm::StringRef()); in AppendEmptyArgument()
|
| H A D | Args.h | 184 void AppendArgument(llvm::StringRef arg_str, char quote_char = '\0');
|
| /freebsd/contrib/llvm-project/lldb/source/Host/openbsd/ |
| H A D | Host.cpp | 78 proc_args.AppendArgument(llvm::StringRef(cstr)); in GetOpenBSDProcessArgs()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/freebsd/ |
| H A D | Host.cpp | 97 proc_args.AppendArgument(llvm::StringRef(cstr)); in GetFreeBSDProcessArgs()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/netbsd/ |
| H A D | HostNetBSD.cpp | 92 proc_args.AppendArgument(llvm::StringRef(cstr)); in GetNetBSDProcessArgs()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBPlatform.cpp | 385 args.AppendArgument(connect_options.GetURL()); in ConnectRemote()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectProcess.cpp | 221 m_options.launch_info.GetArguments().AppendArgument( in DoExecute() 470 m_run_to_bkpt_args.AppendArgument(option_arg); in SetOptionValue()
|
| H A D | CommandObjectThread.cpp | 183 copy_args.AppendArgument(start_opt); in GetRepeatCommand() 184 copy_args.AppendArgument(new_start_val); in GetRepeatCommand()
|
| H A D | CommandObjectBreakpoint.cpp | 451 m_exception_extra_args.AppendArgument("-O"); in SetOptionValue() 452 m_exception_extra_args.AppendArgument(option_arg); in SetOptionValue()
|
| H A D | CommandObjectPlatform.cpp | 1094 m_options.launch_info.GetArguments().AppendArgument(exe_path); in DoExecute()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 2030 arguments.AppendArgument(GetField(i).GetText()); in GetArguments() 3418 launch_info.GetArguments().AppendArgument(target_settings_argv0); in GetExecutableSettings()
|