| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBStringList.cpp | 91 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 D | SBTarget.cpp | 1031 func_names_set.insert(func_names.GetStringAtIndex(i)); in BreakpointCreateBySourceRegex() 1259 name_vector.push_back(matching_names.GetStringAtIndex(i)); in BreakpointsCreateFromFile()
|
| H A D | SBProcess.cpp | 1209 paths_vec.push_back(paths.GetStringAtIndex(i)); in LoadImageUsingPaths()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectApropos.cpp | 72 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 D | CommandObjectMultiword.cpp | 56 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 D | CommandObjectHelp.cpp | 145 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 D | CommandObjectType.cpp | 217 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 D | CompletionRequest.h | 140 AddCompletion(completions.GetStringAtIndex(i)); in AddCompletions() 155 AddCompletion(completions.GetStringAtIndex(i), in AddCompletions() 156 descriptions.GetStringAtIndex(i)); in AddCompletions()
|
| H A D | StringList.h | 69 const char *GetStringAtIndex(size_t idx) const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBStringList.h | 37 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 D | StringList.cpp | 68 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 D | CommandHistory.cpp | 65 llvm::StringRef CommandHistory::GetStringAtIndex(size_t idx) const { in GetStringAtIndex() function in CommandHistory 73 return GetStringAtIndex(idx); in operator []()
|
| H A D | CommandInterpreter.cpp | 906 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 D | CommandHistory.h | 34 llvm::StringRef GetStringAtIndex(size_t idx) const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | Editline.cpp | 807 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 D | WatchpointOptions.cpp | 186 s->Indent(data->user_source.GetStringAtIndex(i)); in GetDescription()
|
| H A D | BreakpointOptions.cpp | 622 s->Indent(data->user_source.GetStringAtIndex(i)); in GetDescription()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | REPL.cpp | 142 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 D | MICmdCmdGdbShow.cpp | 347 … rDbgr.GetInstanceName()).GetStringAtIndex(0); in OptionFnDisassemblyFlavor()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/ |
| H A D | Driver.cpp | 207 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 D | ScriptInterpreterPython.cpp | 1391 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 D | Target.cpp | 2611 ? 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 D | IOHandler.cpp | 3352 m_text.GetStringAtIndex(m_first_visible_line + y - min_y), 1); in WindowDelegateDraw()
|