Home
last modified time | relevance | path

Searched refs:AppendArgument (Results 1 – 20 of 20) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.cpp976 debugserver_args.AppendArgument(llvm::StringRef(debugserver_path)); in StartDebugserverProcess()
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()
997 debugserver_args.AppendArgument(llvm::StringRef("--native-regs")); in StartDebugserverProcess()
1000 debugserver_args.AppendArgument(llvm::StringRef("--setsid")); in StartDebugserverProcess()
1030 debugserver_args.AppendArgument(llvm::StringRef("--named-pipe")); 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()
[all …]
DGDBRemoteCommunicationServerCommon.cpp1005 m_process_launch_info.GetArguments().AppendArgument(arg); in Handle_A()
DGDBRemoteCommunicationClient.cpp2026 process_info.GetArguments().AppendArgument(arg); in DecodeProcessInfoResponse()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/
DBreakpointIDList.cpp181 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-12-stable/contrib/llvm-project/lldb/source/Host/common/
DProcessLaunchInfo.cpp259 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-12-stable/contrib/llvm-project/lldb/source/Interpreter/
DOptionValueArgs.cpp21 args.AppendArgument(string_value); in GetArgs()
DCommandInterpreter.cpp1981 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()
DOptionValueArray.cpp153 args.AppendArgument(string_value); in GetArgs()
DOptionValueDictionary.cpp92 args.AppendArgument(strm.GetString()); in GetArgs()
DOptions.cpp924 result.AppendArgument(pos->ref(), pos->GetQuoteChar()); in ReconstituteArgsAfterParsing()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
DArgs.cpp175 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-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
DCompletionRequest.h151 m_parsed_line.AppendArgument(llvm::StringRef()); in AppendEmptyArgument()
DArgs.h182 void AppendArgument(llvm::StringRef arg_str, char quote_char = '\0');
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/openbsd/
DHost.cpp95 proc_args.AppendArgument(llvm::StringRef(cstr)); in GetOpenBSDProcessArgs()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/freebsd/
DHost.cpp101 proc_args.AppendArgument(llvm::StringRef(cstr)); in GetFreeBSDProcessArgs()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/netbsd/
DHostNetBSD.cpp97 proc_args.AppendArgument(llvm::StringRef(cstr)); in GetNetBSDProcessArgs()
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBPlatform.cpp416 args.AppendArgument(connect_options.GetURL()); in ConnectRemote()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectBreakpoint.cpp407 m_exception_extra_args.AppendArgument("-O"); in SetOptionValue()
408 m_exception_extra_args.AppendArgument(option_arg); in SetOptionValue()
DCommandObjectPlatform.cpp1008 m_options.launch_info.GetArguments().AppendArgument(exe_path); in DoExecute()
DCommandObjectProcess.cpp220 m_options.launch_info.GetArguments().AppendArgument( in DoExecute()