Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectApropos.cpp90 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()
HDCommandObjectMultiword.cpp74 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()
HDCommandObjectHelp.cpp129 s.Printf ("\n\t%s", matches.GetStringAtIndex(match_idx)); in DoExecute()
170 output_strm.Printf("\t%s\n", matches.GetStringAtIndex(i)); in DoExecute()
HDCommandObjectType.cpp260 … 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/
HDStringList.cpp87 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()
HDIOHandler.cpp3894 window.PutCStringTruncated(m_text.GetStringAtIndex(m_first_visible_line + y - min_y), 1); in WindowDelegateDraw()
/trueos/contrib/llvm/tools/lldb/source/API/
HDSBStringList.cpp120 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/
HDCommandHistory.cpp79 CommandHistory::GetStringAtIndex (size_t idx) const in GetStringAtIndex() function in CommandHistory
90 return GetStringAtIndex(idx); in operator []()
HDCommandInterpreter.cpp722 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()
HDOptions.cpp838 if (matches.GetStringAtIndex(k) == full_name) in HandleOptionCompletion()
HDScriptInterpreterPython.cpp1173 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/
HDEditline.cpp428 ::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/
HDCommandHistory.h44 GetStringAtIndex (size_t idx) const;
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBStringList.h46 GetStringAtIndex (size_t idx);
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDStringList.h86 GetStringAtIndex (size_t idx) const;
/trueos/contrib/llvm/tools/lldb/source/Breakpoint/
HDWatchpointOptions.cpp230 s->Indent(data->user_source.GetStringAtIndex(i)); in GetDescription()
HDBreakpointOptions.cpp287 s->Indent(data->user_source.GetStringAtIndex(i)); in GetDescription()
/trueos/contrib/llvm/tools/lldb/source/Target/
HDTarget.cpp2157 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()