Home
last modified time | relevance | path

Searched refs:GetStringAtIndex (Results 1 – 23 of 23) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBStringList.cpp91 const char *SBStringList::GetStringAtIndex(size_t idx) { in GetStringAtIndex() function in SBStringList
93 return m_opaque_ap->GetStringAtIndex(idx); in GetStringAtIndex()
98 const char *SBStringList::GetStringAtIndex(size_t idx) const { in GetStringAtIndex() function in SBStringList
100 return m_opaque_ap->GetStringAtIndex(idx); in GetStringAtIndex()
H A DSBTarget.cpp1031 func_names_set.insert(func_names.GetStringAtIndex(i)); in BreakpointCreateBySourceRegex()
1259 name_vector.push_back(matching_names.GetStringAtIndex(i)); in BreakpointsCreateFromFile()
H A DSBProcess.cpp1209 paths_vec.push_back(paths.GetStringAtIndex(i)); in LoadImageUsingPaths()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectApropos.cpp72 size_t len = strlen(commands_found.GetStringAtIndex(i)); in DoExecute()
79 result.GetOutputStream(), commands_found.GetStringAtIndex(i), in DoExecute()
80 "--", commands_help.GetStringAtIndex(i), max_len); in DoExecute()
H A DCommandObjectMultiword.cpp56 sub_cmd = matches->GetStringAtIndex(0); in GetSubcommandSP()
144 error_msg.append(matches.GetStringAtIndex(i)); in Execute()
198 new_matches.GetStringAtIndex(0) != nullptr && in HandleCompletion()
199 (arg0 == new_matches.GetStringAtIndex(0))) { in HandleCompletion()
H A DCommandObjectHelp.cpp145 s.Printf("\n\t%s", matches.GetStringAtIndex(match_idx)); in DoExecute()
186 output_strm.Printf("\t%s\n", matches.GetStringAtIndex(i)); in DoExecute()
H A DCommandObjectType.cpp217 options->m_target_types.GetStringAtIndex(i); in IOHandlerInputComplete()
468 options->m_target_types.GetStringAtIndex(i); in IOHandlerInputComplete()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DCompletionRequest.h140 AddCompletion(completions.GetStringAtIndex(i)); in AddCompletions()
155 AddCompletion(completions.GetStringAtIndex(i), in AddCompletions()
156 descriptions.GetStringAtIndex(i)); in AddCompletions()
H A DStringList.h69 const char *GetStringAtIndex(size_t idx) const;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBStringList.h37 const char *GetStringAtIndex(size_t idx);
39 const char *GetStringAtIndex(size_t idx) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DStringList.cpp68 m_strings.push_back(strings.GetStringAtIndex(i)); in AppendList()
83 const char *StringList::GetStringAtIndex(size_t idx) const { in GetStringAtIndex() function in StringList
98 strm.PutCString(GetStringAtIndex(i)); in Join()
204 strm << GetStringAtIndex(i); in CopyList()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandHistory.cpp65 llvm::StringRef CommandHistory::GetStringAtIndex(size_t idx) const { in GetStringAtIndex() function in CommandHistory
73 return GetStringAtIndex(idx); in operator []()
H A DCommandInterpreter.cpp906 cmd.assign(matches->GetStringAtIndex(0)); in GetCommandSP()
918 cmd.assign(matches->GetStringAtIndex(num_cmd_matches)); in GetCommandSP()
931 matches->GetStringAtIndex(num_cmd_matches + num_alias_matches)); in GetCommandSP()
1113 full_name.assign(matches.GetStringAtIndex(0)); in GetAliasFullName()
1794 new_matches.GetStringAtIndex(0) != nullptr && in HandleCompletionMatches()
1796 new_matches.GetStringAtIndex(0)) == 0) { in HandleCompletionMatches()
2227 const char *cmd = commands.GetStringAtIndex(idx); in HandleCommands()
3095 error_msg.Printf("\t%s\n", matches.GetStringAtIndex(i)); in ResolveCommandImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandHistory.h34 llvm::StringRef GetStringAtIndex(size_t idx) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DEditline.cpp807 std::string currentLine = lines.GetStringAtIndex(m_current_line_index); in FixIndentationCommand()
870 const char *completion_str = completions.GetStringAtIndex(i); in PrintCompletion()
875 const char *completion_str = completions.GetStringAtIndex(i); in PrintCompletion()
876 const char *description_str = descriptions.GetStringAtIndex(i); in PrintCompletion()
911 el_insertstr(m_editline, completions.GetStringAtIndex(0)); in TabCommand()
916 const char *completion_str = completions.GetStringAtIndex(0); in TabCommand()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DWatchpointOptions.cpp186 s->Indent(data->user_source.GetStringAtIndex(i)); in GetDescription()
H A DBreakpointOptions.cpp622 s->Indent(data->user_source.GetStringAtIndex(i)); in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DREPL.cpp142 const char *first_line = lines.GetStringAtIndex(0); in IOHandlerIsInputComplete()
487 const char *line_cstr = current_lines->GetStringAtIndex(i); in IOHandlerComplete()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdGdbShow.cpp347 … rDbgr.GetInstanceName()).GetStringAtIndex(0); in OptionFnDisassemblyFlavor()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp207 strcmp(strlist.GetStringAtIndex(0), "warn") == 0) { in WriteCommandsForSourcing()
225 strcmp(strlist.GetStringAtIndex(0), "false") == 0) { in WriteCommandsForSourcing()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1391 sstr.Printf(" %s", input.GetStringAtIndex(i)); in GenerateFunction()
1494 sstr.Printf(" %s", user_input.GetStringAtIndex(i)); in GenerateTypeSynthClass()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2611 ? cur_hook_sp->GetCommands().GetStringAtIndex(0) in RunStopHooks()
3192 s->Indent(m_commands.GetStringAtIndex(i)); in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp3352 m_text.GetStringAtIndex(m_first_visible_line + y - min_y), 1); in WindowDelegateDraw()