Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBStringList.cpp112 const char *SBStringList::GetStringAtIndex(size_t idx) { in GetStringAtIndex() function in SBStringList
116 return ConstString(m_opaque_up->GetStringAtIndex(idx)).GetCString(); in GetStringAtIndex()
121 const char *SBStringList::GetStringAtIndex(size_t idx) const { in GetStringAtIndex() function in SBStringList
125 return ConstString(m_opaque_up->GetStringAtIndex(idx)).GetCString(); in GetStringAtIndex()
H A DSBEnvironment.cpp114 PutEntry(entries.GetStringAtIndex(i)); in SetEntries()
H A DSBTarget.cpp1014 func_names_set.insert(func_names.GetStringAtIndex(i)); in BreakpointCreateBySourceRegex()
1228 name_vector.push_back(matching_names.GetStringAtIndex(i)); in BreakpointsCreateFromFile()
H A DSBProcess.cpp1103 paths_vec.push_back(paths.GetStringAtIndex(i)); in LoadImageUsingPaths()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStringList.h38 const char *GetStringAtIndex(size_t idx);
40 const char *GetStringAtIndex(size_t idx) const;
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectApropos.cpp56 result.GetOutputStream(), commands_found.GetStringAtIndex(i), in DoExecute()
57 "--", commands_help.GetStringAtIndex(i), max_len); in DoExecute()
H A DCommandObjectHelp.cpp130 s.Printf("\n\t%s", matches.GetStringAtIndex(match_idx)); in DoExecute()
169 output_strm.Printf("\t%s\n", matches.GetStringAtIndex(i)); in DoExecute()
H A DCommandObjectMultiword.cpp66 sub_cmd = matches->GetStringAtIndex(0); in GetSubcommandSP()
259 new_matches.GetStringAtIndex(0) != nullptr && in HandleCompletion()
260 (arg0 == new_matches.GetStringAtIndex(0))) { in HandleCompletion()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandHistory.cpp61 llvm::StringRef CommandHistory::GetStringAtIndex(size_t idx) const { in GetStringAtIndex() function in CommandHistory
69 return GetStringAtIndex(idx); in operator []()
H A DCommandInterpreter.cpp1073 cmd.assign(matches->GetStringAtIndex(0)); in GetCommandSP()
1085 cmd.assign(matches->GetStringAtIndex(num_cmd_matches)); in GetCommandSP()
1098 matches->GetStringAtIndex(num_cmd_matches + num_alias_matches)); in GetCommandSP()
1111 cmd.assign(matches->GetStringAtIndex(num_cmd_matches + num_alias_matches + in GetCommandSP()
1331 full_name.assign(matches.GetStringAtIndex(0)); in GetAliasFullName()
2084 new_matches.GetStringAtIndex(0) != nullptr && in HandleCompletionMatches()
2086 new_matches.GetStringAtIndex(0)) == 0) { in HandleCompletionMatches()
2136 llvm::StringRef entry = m_command_history.GetStringAtIndex(i); in GetAutoSuggestionForCommand()
2564 const char *cmd = commands.GetStringAtIndex(idx); in HandleCommands()
3494 error_msg.Printf("\t%s\n", matches.GetStringAtIndex(i)); in ResolveCommandImpl()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStringList.cpp86 const char *StringList::GetStringAtIndex(size_t idx) const { in GetStringAtIndex() function in StringList
101 strm.PutCString(GetStringAtIndex(i)); in Join()
206 strm << GetStringAtIndex(i); in CopyList()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DCompletionRequest.h213 AddCompletion(completions.GetStringAtIndex(i), in AddCompletions()
214 descriptions.GetStringAtIndex(i)); in AddCompletions()
H A DStringList.h79 const char *GetStringAtIndex(size_t idx) const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandHistory.h34 llvm::StringRef GetStringAtIndex(size_t idx) const;
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp145 const char *first_line = lines.GetStringAtIndex(0); in IOHandlerIsInputComplete()
536 const char *line_cstr = current_lines.GetStringAtIndex(i); in IOHandlerComplete()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp86 if (IsQuitCommand(lines.GetStringAtIndex(last))) { in IOHandlerIsInputComplete()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1333 sstr.Printf(" __return_val = %s", input.GetStringAtIndex(0)); in GenerateFunction()
1349 sstr.Printf(" %s", input.GetStringAtIndex(i)); in GenerateFunction()
1458 sstr.Printf(" %s", user_input.GetStringAtIndex(i)); in GenerateTypeSynthClass()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp865 std::string currentLine = lines.GetStringAtIndex(m_current_line_index); in FixIndentationCommand()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3774 s.PutCString(m_commands.GetStringAtIndex(0)); in GetSubclassDescription()
3781 s.Indent(m_commands.GetStringAtIndex(i)); in GetSubclassDescription()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5433 item[i].SetText(details.GetStringAtIndex(i)); in TreeDelegateGenerateChildren()
6250 1, m_text.GetStringAtIndex(m_first_visible_line + y - min_y)); in WindowDelegateDraw()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp51095 result = (char *)(arg1)->GetStringAtIndex(arg2); in _wrap_SBStringList_GetStringAtIndex__SWIG_0()
51122 result = (char *)((lldb::SBStringList const *)arg1)->GetStringAtIndex(arg2); in _wrap_SBStringList_GetStringAtIndex__SWIG_1()