Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointIDList.cpp135 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()
/src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp954 debugserver_args.AppendArgument(llvm::StringRef(debugserver_path)); in StartDebugserverProcess()
958 debugserver_args.AppendArgument(llvm::StringRef("gdbserver")); in StartDebugserverProcess()
963 debugserver_args.AppendArgument(llvm::StringRef(url)); in StartDebugserverProcess()
968 debugserver_args.AppendArgument(fd_arg.GetString()); in StartDebugserverProcess()
975 debugserver_args.AppendArgument(llvm::StringRef("--native-regs")); in StartDebugserverProcess()
978 debugserver_args.AppendArgument(llvm::StringRef("--setsid")); in StartDebugserverProcess()
1008 debugserver_args.AppendArgument(llvm::StringRef("--named-pipe")); in StartDebugserverProcess()
1009 debugserver_args.AppendArgument(named_pipe_path); in StartDebugserverProcess()
1022 debugserver_args.AppendArgument(llvm::StringRef("--pipe")); in StartDebugserverProcess()
1023 debugserver_args.AppendArgument(llvm::to_string(write)); in StartDebugserverProcess()
[all …]
H A DGDBRemoteCommunicationServerCommon.cpp1067 m_process_launch_info.GetArguments().AppendArgument(arg); in Handle_A()
H A DGDBRemoteCommunicationServerLLGS.cpp3534 m_process_launch_info.GetArguments().AppendArgument(arg); in Handle_vRun()
H A DGDBRemoteCommunicationClient.cpp2061 process_info.GetArguments().AppendArgument(arg); in DecodeProcessInfoResponse()
/src/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp188 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()
/src/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp247 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()
/src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueArgs.cpp19 args.AppendArgument(value->GetValueAs<llvm::StringRef>().value_or("")); in GetArgs()
H A DOptionValueArray.cpp158 args.AppendArgument(*string_value); in GetArgs()
H A DCommandInterpreter.cpp2232 new_args.AppendArgument(value); in BuildAliasCommandArgs()
2238 new_args.AppendArgument(option); in BuildAliasCommandArgs()
2247 new_args.AppendArgument(value); in BuildAliasCommandArgs()
2249 new_args.AppendArgument(option + value); in BuildAliasCommandArgs()
2268 new_args.AppendArgument(cmd_args.GetArgumentAtIndex(index)); in BuildAliasCommandArgs()
2270 new_args.AppendArgument(option + cmd_args.GetArgumentAtIndex(index)); in BuildAliasCommandArgs()
2278 new_args.AppendArgument(entry.value().ref()); in BuildAliasCommandArgs()
H A DOptionValueDictionary.cpp105 args.AppendArgument(strm.GetString()); in GetArgs()
H A DOptions.cpp882 result.AppendArgument(pos->ref(), pos->GetQuoteChar()); in ReconstituteArgsAfterParsing()
/src/contrib/llvm-project/lldb/source/Utility/
H A DArgs.cpp174 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
/src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DCompletionRequest.h151 m_parsed_line.AppendArgument(llvm::StringRef()); in AppendEmptyArgument()
H A DArgs.h180 void AppendArgument(llvm::StringRef arg_str, char quote_char = '\0');
/src/contrib/llvm-project/lldb/source/Host/openbsd/
H A DHost.cpp95 proc_args.AppendArgument(llvm::StringRef(cstr)); in GetOpenBSDProcessArgs()
/src/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHost.cpp102 proc_args.AppendArgument(llvm::StringRef(cstr)); in GetFreeBSDProcessArgs()
/src/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHostNetBSD.cpp98 proc_args.AppendArgument(llvm::StringRef(cstr)); in GetNetBSDProcessArgs()
/src/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp386 args.AppendArgument(connect_options.GetURL()); in ConnectRemote()
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp211 m_options.launch_info.GetArguments().AppendArgument( in DoExecute()
462 m_run_to_bkpt_args.AppendArgument(option_arg); in SetOptionValue()
H A DCommandObjectBreakpoint.cpp429 m_exception_extra_args.AppendArgument("-O"); in SetOptionValue()
430 m_exception_extra_args.AppendArgument(option_arg); in SetOptionValue()
H A DCommandObjectThread.cpp175 copy_args.AppendArgument(start_opt); in GetRepeatCommand()
176 copy_args.AppendArgument(new_start_val); in GetRepeatCommand()
H A DCommandObjectPlatform.cpp1094 m_options.launch_info.GetArguments().AppendArgument(exe_path); in DoExecute()
/src/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2029 arguments.AppendArgument(GetField(i).GetText()); in GetArguments()
3417 launch_info.GetArguments().AppendArgument(target_settings_argv0); in GetExecutableSettings()