| /trueos/contrib/llvm/tools/lldb/source/Commands/ |
| HD | CommandObjectApropos.cpp | 90 size_t len = strlen (commands_found.GetStringAtIndex (i)); in DoExecute() 97 commands_found.GetStringAtIndex(i), in DoExecute() 99 commands_help.GetStringAtIndex(i), in DoExecute() 112 size_t len = strlen (user_commands_found.GetStringAtIndex (i)); in DoExecute() 119 … user_commands_found.GetStringAtIndex(i), in DoExecute() 121 … user_commands_help.GetStringAtIndex(i), in DoExecute()
|
| HD | CommandObjectMultiword.cpp | 74 sub_cmd = matches->GetStringAtIndex(0); in GetSubcommandSP() 164 error_msg.append (matches.GetStringAtIndex (i)); in Execute() 246 && matches.GetStringAtIndex(0) != NULL in HandleCompletion() 247 && strcmp (arg0, matches.GetStringAtIndex(0)) == 0) in HandleCompletion()
|
| HD | CommandObjectHelp.cpp | 129 s.Printf ("\n\t%s", matches.GetStringAtIndex(match_idx)); in DoExecute() 170 output_strm.Printf("\t%s\n", matches.GetStringAtIndex(i)); in DoExecute()
|
| HD | CommandObjectType.cpp | 260 … const char *type_name = options->m_target_types.GetStringAtIndex(i); in IOHandlerInputComplete() 555 … const char *type_name = options->m_target_types.GetStringAtIndex(i); in IOHandlerInputComplete()
|
| /trueos/contrib/llvm/tools/lldb/source/Core/ |
| HD | StringList.cpp | 87 m_strings.push_back (strings.GetStringAtIndex(i)); in AppendList() 117 StringList::GetStringAtIndex (size_t idx) const in GetStringAtIndex() function in StringList 136 strm.PutCString(GetStringAtIndex(i)); in Join() 289 strm << GetStringAtIndex(i); in CopyList()
|
| HD | IOHandler.cpp | 3894 window.PutCStringTruncated(m_text.GetStringAtIndex(m_first_visible_line + y - min_y), 1); in WindowDelegateDraw()
|
| /trueos/contrib/llvm/tools/lldb/source/API/ |
| HD | SBStringList.cpp | 120 SBStringList::GetStringAtIndex (size_t idx) in GetStringAtIndex() function in SBStringList 124 return m_opaque_ap->GetStringAtIndex (idx); in GetStringAtIndex()
|
| /trueos/contrib/llvm/tools/lldb/source/Interpreter/ |
| HD | CommandHistory.cpp | 79 CommandHistory::GetStringAtIndex (size_t idx) const in GetStringAtIndex() function in CommandHistory 90 return GetStringAtIndex(idx); in operator []()
|
| HD | CommandInterpreter.cpp | 722 cmd.assign(matches->GetStringAtIndex(0)); in GetCommandSP() 736 cmd.assign(matches->GetStringAtIndex (num_cmd_matches)); in GetCommandSP() 749 cmd.assign (matches->GetStringAtIndex (num_cmd_matches + num_alias_matches)); in GetCommandSP() 992 full_name.assign (matches.GetStringAtIndex(0)); in GetAliasFullName() 1721 error_msg.Printf ("\t%s\n", matches.GetStringAtIndex(i)); in HandleCommand() 1888 error_msg.append (matches.GetStringAtIndex (i)); in HandleCommand() 1934 && matches.GetStringAtIndex(0) != NULL in HandleCompletionMatches() 1935 && strcmp (parsed_line.GetArgumentAtIndex(0), matches.GetStringAtIndex(0)) == 0) in HandleCompletionMatches() 2458 const char *cmd = commands.GetStringAtIndex(idx); in HandleCommands()
|
| HD | Options.cpp | 838 if (matches.GetStringAtIndex(k) == full_name) in HandleOptionCompletion()
|
| HD | ScriptInterpreterPython.cpp | 1173 sstr.Printf (" %s", input.GetStringAtIndex (i)); in GenerateFunction() 1268 sstr.Printf (" %s", user_input.GetStringAtIndex (i)); in GenerateTypeSynthClass()
|
| /trueos/contrib/llvm/tools/lldb/source/Host/common/ |
| HD | Editline.cpp | 428 ::el_insertstr (m_editline, completions.GetStringAtIndex(0)); in HandleCompletion() 433 const char *completion_str = completions.GetStringAtIndex(0); in HandleCompletion() 448 completion_str = completions.GetStringAtIndex(i); in HandleCompletion() 465 completion_str = completions.GetStringAtIndex(cur_pos); in HandleCompletion()
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| HD | CommandHistory.h | 44 GetStringAtIndex (size_t idx) const;
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/API/ |
| HD | SBStringList.h | 46 GetStringAtIndex (size_t idx);
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | StringList.h | 86 GetStringAtIndex (size_t idx) const;
|
| /trueos/contrib/llvm/tools/lldb/source/Breakpoint/ |
| HD | WatchpointOptions.cpp | 230 s->Indent(data->user_source.GetStringAtIndex(i)); in GetDescription()
|
| HD | BreakpointOptions.cpp | 287 s->Indent(data->user_source.GetStringAtIndex(i)); in GetDescription()
|
| /trueos/contrib/llvm/tools/lldb/source/Target/ |
| HD | Target.cpp | 2157 cur_hook_sp->GetCommands().GetStringAtIndex(0) : in RunStopHooks() 2522 s->Indent(m_commands.GetStringAtIndex(i)); in GetDescription() 2753 const char *env_entry = env.GetStringAtIndex (idx); in GetHostEnvironmentIfNeeded()
|