Home
last modified time | relevance | path

Searched refs:cmd_cstr (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
DCommandInterpreter.cpp670 CommandInterpreter::GetCommandSP (const char *cmd_cstr, bool include_aliases, bool exact, StringLis… in GetCommandSP() argument
675 std::string cmd(cmd_cstr); in GetCommandSP()
717 …um_cmd_matches = CommandObject::AddNamesMatchingPartialString (m_command_dict, cmd_cstr, *matches); in GetCommandSP()
730 …um_alias_matches = CommandObject::AddNamesMatchingPartialString (m_alias_dict, cmd_cstr, *matches); in GetCommandSP()
744 … num_user_matches = CommandObject::AddNamesMatchingPartialString (m_user_dict, cmd_cstr, *matches); in GetCommandSP()
770 matches->AppendString (cmd_cstr); in GetCommandSP()
828 CommandInterpreter::GetCommandSPExact (const char *cmd_cstr, bool include_aliases) in GetCommandSPExact() argument
830 …Args cmd_words (cmd_cstr); // Break up the command string into words, in case it's a multi-word co… in GetCommandSPExact()
833 if (cmd_cstr == NULL) in GetCommandSPExact()
837 return GetCommandSP(cmd_cstr, include_aliases, true, NULL); in GetCommandSPExact()
[all …]
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/
DCommandInterpreter.h98 GetCommandObjectExact (const char *cmd_cstr,
269 GetCommandNamesMatchingPartialString (const char *cmd_cstr,