HomeSort by relevance Sort by last modified time
    Searched refs:completion_str (Results 1 - 11 of 11) sorted by null

  /external/lldb/source/Commands/
CommandObjectPlugin.cpp 64 std::string completion_str (input.GetArgumentAtIndex(cursor_index));
65 completion_str.erase (cursor_char_position);
69 completion_str.c_str(),
CommandCompletions.cpp 57 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[0]
    [all...]
CommandObjectSettings.cpp 162 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 (input.GetArgumentAtIndex (cursor_index), cursor_char_position)
    [all...]
CommandObjectFrame.cpp 361 std::string completion_str (input.GetArgumentAtIndex(cursor_index));
362 completion_str.erase (cursor_char_position);
366 completion_str.c_str(),
CommandObjectPlatform.cpp 67 std::string completion_str (input.GetArgumentAtIndex(cursor_index));
68 completion_str.erase (cursor_char_position);
71 completion_str.c_str(),
    [all...]
CommandObjectCommands.cpp 284 std::string completion_str (input.GetArgumentAtIndex(cursor_index));
285 completion_str.erase (cursor_char_position);
289 completion_str.c_str(),
    [all...]
CommandObjectTarget.cpp 207 std::string completion_str (input.GetArgumentAtIndex(cursor_index));
208 completion_str.erase (cursor_char_position);
212 completion_str.c_str(),
    [all...]
CommandObjectProcess.cpp 158 std::string completion_str (input.GetArgumentAtIndex(cursor_index));
159 completion_str.erase (cursor_char_position);
163 completion_str.c_str(),
    [all...]
  /external/lldb/include/lldb/Interpreter/
CommandCompletions.h 35 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/
IOChannel.cpp 128 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_ASYNC)
    [all...]
  /external/lldb/source/Interpreter/
CommandObjectRegexCommand.cpp 133 std::string completion_str (input.GetArgumentAtIndex (cursor_index), cursor_char_position);
136 completion_str.c_str(),

Completed in 236 milliseconds