Searched refs:completion_str (Results 1 - 11 of 11) sorted by relevance

/external/lldb/source/Commands/
H A DCommandObjectPlugin.cpp64 std::string completion_str (input.GetArgumentAtIndex(cursor_index));
65 completion_str.erase (cursor_char_position);
69 completion_str.c_str(),
H A DCommandCompletions.cpp57 const char *completion_str,
79 completion_str,
480 const char *completion_str,
486 m_completion_str (completion_str),
506 const char *completion_str,
511 CommandCompletions::Completer (interpreter, completion_str, match_start_point, max_return_elements, matches),
620 const char *completion_str,
625 CommandCompletions::Completer (interpreter, completion_str, match_start_point, max_return_elements, matches)
628 if (completion_str && completion_str[
53 InvokeCommonCompletionCallbacks( CommandInterpreter &interpreter, uint32_t completion_mask, const char *completion_str, int match_start_point, int max_return_elements, SearchFilter *searcher, bool &word_complete, StringList &matches ) argument
477 Completer( CommandInterpreter &interpreter, const char *completion_str, int match_start_point, int max_return_elements, StringList &matches ) argument
502 SourceFileCompleter( CommandInterpreter &interpreter, bool include_support_files, const char *completion_str, int match_start_point, int max_return_elements, StringList &matches ) argument
617 SymbolCompleter( CommandInterpreter &interpreter, const char *completion_str, int match_start_point, int max_return_elements, StringList &matches ) argument
698 ModuleCompleter( CommandInterpreter &interpreter, const char *completion_str, int match_start_point, int max_return_elements, StringList &matches ) argument
[all...]
H A DCommandObjectSettings.cpp162 std::string completion_str (input.GetArgumentAtIndex (cursor_index), cursor_char_position);
178 completion_str.c_str(),
204 completion_str.c_str(),
337 std::string completion_str (input.GetArgumentAtIndex (cursor_index), cursor_char_position);
341 completion_str.c_str(),
429 std::string completion_str (input.GetArgumentAtIndex (cursor_index), cursor_char_position);
433 completion_str.c_str(),
536 std::string completion_str (input.GetArgumentAtIndex (cursor_index), cursor_char_position);
542 completion_str.c_str(),
671 std::string completion_str (inpu
[all...]
H A DCommandObjectFrame.cpp361 std::string completion_str (input.GetArgumentAtIndex(cursor_index));
362 completion_str.erase (cursor_char_position);
366 completion_str.c_str(),
H A DCommandObjectPlatform.cpp67 std::string completion_str (input.GetArgumentAtIndex(cursor_index));
68 completion_str.erase (cursor_char_position);
71 completion_str.c_str(),
H A DCommandObjectCommands.cpp284 std::string completion_str (input.GetArgumentAtIndex(cursor_index));
285 completion_str.erase (cursor_char_position);
289 completion_str.c_str(),
1393 std::string completion_str (input.GetArgumentAtIndex(cursor_index));
1394 completion_str.erase (cursor_char_position);
1398 completion_str.c_str(),
H A DCommandObjectTarget.cpp207 std::string completion_str (input.GetArgumentAtIndex(cursor_index));
208 completion_str.erase (cursor_char_position);
212 completion_str.c_str(),
1949 std::string completion_str (input.GetArgumentAtIndex(cursor_index));
1950 completion_str.erase (cursor_char_position);
1954 completion_str.c_str(),
2012 std::string completion_str (input.GetArgumentAtIndex(cursor_index));
2013 completion_str.erase (cursor_char_position);
2017 completion_str.c_str(),
2581 std::string completion_str (inpu
[all...]
H A DCommandObjectProcess.cpp158 std::string completion_str (input.GetArgumentAtIndex(cursor_index));
159 completion_str.erase (cursor_char_position);
163 completion_str.c_str(),
/external/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h35 const char *completion_str, // This is the argument we are completing
68 const char *completion_str,
168 const char *completion_str,
206 const char *completion_str,
239 const char *completion_str,
270 const char *completion_str,
/external/lldb/tools/driver/
H A DIOChannel.cpp128 const char *completion_str = completions.GetStringAtIndex(0); local
129 if (completion_str != NULL && *completion_str != '\0')
131 el_insertstr (m_edit_line, completion_str);
145 completion_str = completions.GetStringAtIndex(i);
147 OutWrite(completion_str, strlen (completion_str), NO_ASYNC);
163 completion_str = completions.GetStringAtIndex(cur_pos);
165 OutWrite(completion_str, strlen (completion_str), NO_ASYN
[all...]
/external/lldb/source/Interpreter/
H A DCommandObjectRegexCommand.cpp133 std::string completion_str (input.GetArgumentAtIndex (cursor_index), cursor_char_position);
136 completion_str.c_str(),

Completed in 676 milliseconds