| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBStringList.cpp | 105 const char *SBStringList::GetStringAtIndex(size_t idx) { in GetStringAtIndex() function in SBStringList 109 return m_opaque_up->GetStringAtIndex(idx); in GetStringAtIndex() 114 const char *SBStringList::GetStringAtIndex(size_t idx) const { in GetStringAtIndex() function in SBStringList 118 return m_opaque_up->GetStringAtIndex(idx); in GetStringAtIndex()
|
| H A D | SBEnvironment.cpp | 114 PutEntry(entries.GetStringAtIndex(i)); in SetEntries()
|
| H A D | SBTarget.cpp | 1005 func_names_set.insert(func_names.GetStringAtIndex(i)); in BreakpointCreateBySourceRegex() 1219 name_vector.push_back(matching_names.GetStringAtIndex(i)); in BreakpointsCreateFromFile()
|
| H A D | SBProcess.cpp | 1024 paths_vec.push_back(paths.GetStringAtIndex(i)); in LoadImageUsingPaths()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBStringList.h | 38 const char *GetStringAtIndex(size_t idx); 40 const char *GetStringAtIndex(size_t idx) const;
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectApropos.cpp | 68 result.GetOutputStream(), commands_found.GetStringAtIndex(i), in DoExecute() 69 "--", commands_help.GetStringAtIndex(i), max_len); in DoExecute()
|
| H A D | CommandObjectHelp.cpp | 141 s.Printf("\n\t%s", matches.GetStringAtIndex(match_idx)); in DoExecute() 180 output_strm.Printf("\t%s\n", matches.GetStringAtIndex(i)); in DoExecute()
|
| H A D | CommandObjectMultiword.cpp | 66 sub_cmd = matches->GetStringAtIndex(0); in GetSubcommandSP() 260 new_matches.GetStringAtIndex(0) != nullptr && in HandleCompletion() 261 (arg0 == new_matches.GetStringAtIndex(0))) { in HandleCompletion()
|
| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | CommandHistory.cpp | 61 llvm::StringRef CommandHistory::GetStringAtIndex(size_t idx) const { in GetStringAtIndex() function in CommandHistory 69 return GetStringAtIndex(idx); in operator []()
|
| H A D | CommandInterpreter.cpp | 1047 cmd.assign(matches->GetStringAtIndex(0)); in GetCommandSP() 1059 cmd.assign(matches->GetStringAtIndex(num_cmd_matches)); in GetCommandSP() 1072 matches->GetStringAtIndex(num_cmd_matches + num_alias_matches)); in GetCommandSP() 1085 cmd.assign(matches->GetStringAtIndex(num_cmd_matches + num_alias_matches + in GetCommandSP() 1326 full_name.assign(matches.GetStringAtIndex(0)); in GetAliasFullName() 2068 new_matches.GetStringAtIndex(0) != nullptr && in HandleCompletionMatches() 2070 new_matches.GetStringAtIndex(0)) == 0) { in HandleCompletionMatches() 2120 llvm::StringRef entry = m_command_history.GetStringAtIndex(i); in GetAutoSuggestionForCommand() 2548 const char *cmd = commands.GetStringAtIndex(idx); in HandleCommands() 3454 error_msg.Printf("\t%s\n", matches.GetStringAtIndex(i)); in ResolveCommandImpl()
|
| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | StringList.cpp | 86 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()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | CompletionRequest.h | 213 AddCompletion(completions.GetStringAtIndex(i), in AddCompletions() 214 descriptions.GetStringAtIndex(i)); in AddCompletions()
|
| H A D | StringList.h | 79 const char *GetStringAtIndex(size_t idx) const;
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBStringList.i | 42 GetStringAtIndex (size_t idx);
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
| H A D | CommandHistory.h | 34 llvm::StringRef GetStringAtIndex(size_t idx) const;
|
| /openbsd-src/gnu/llvm/lldb/utils/lui/ |
| H A D | commandwin.py | 77 self.el.content += matches.GetStringAtIndex(0)
|
| /openbsd-src/gnu/llvm/lldb/source/Expression/ |
| H A D | REPL.cpp | 142 const char *first_line = lines.GetStringAtIndex(0); in IOHandlerIsInputComplete() 531 const char *line_cstr = current_lines->GetStringAtIndex(i); in IOHandlerComplete()
|
| /openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbtest.py | 2115 match_candidate = match_strings.GetStringAtIndex(i) 2116 description_candidate = description_strings.GetStringAtIndex(i) 2123 match_strings.GetStringAtIndex(last_found_index) + 2144 match_candidate = match_strings.GetStringAtIndex(i) 2145 description_candidate = description_strings.GetStringAtIndex(i) 2167 common_match = match_strings.GetStringAtIndex(0) 2176 compare_string += match_strings.GetStringAtIndex(idx) + "\n"
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | ScriptInterpreterLua.cpp | 86 if (IsQuitCommand(lines.GetStringAtIndex(last))) { in IOHandlerIsInputComplete()
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/ |
| H A D | lldb-vscode.cpp | 1078 std::string match = matches.GetStringAtIndex(i); in request_completions() 1079 std::string description = descriptions.GetStringAtIndex(i); in request_completions()
|
| H A D | JSONUtils.cpp | 1200 const char *key = keys.GetStringAtIndex(i); in addStatistic()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 1313 sstr.Printf(" %s", input.GetStringAtIndex(i)); in GenerateFunction() 1415 sstr.Printf(" %s", user_input.GetStringAtIndex(i)); in GenerateTypeSynthClass()
|
| /openbsd-src/gnu/llvm/lldb/source/Host/common/ |
| H A D | Editline.cpp | 876 std::string currentLine = lines.GetStringAtIndex(m_current_line_index); in FixIndentationCommand()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Target.cpp | 3670 s->PutCString(m_commands.GetStringAtIndex(0)); in GetSubclassDescription() 3677 s->Indent(m_commands.GetStringAtIndex(i)); in GetSubclassDescription()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 5411 item[i].SetText(details.GetStringAtIndex(i)); in TreeDelegateGenerateChildren() 6230 1, m_text.GetStringAtIndex(m_first_visible_line + y - min_y)); in WindowDelegateDraw()
|