Home
last modified time | relevance | path

Searched refs:command_obj (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h39 const lldb::CommandObjectSP &command_obj) override;
110 const lldb::CommandObjectSP &command_obj) override;
H A DCommandObject.h181 const lldb::CommandObjectSP &command_obj) { in LoadSubCommand() argument
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1056 CommandObject *command_obj = in GetCommandObject() local
1062 if (command_obj) in GetCommandObject()
1063 return command_obj; in GetCommandObject()
1065 command_obj = GetCommandSP(cmd_str, true, true, matches, descriptions).get(); in GetCommandObject()
1067 if (command_obj) in GetCommandObject()
1068 return command_obj; in GetCommandObject()
1072 command_obj = GetCommandSP(cmd_str, false, false, nullptr).get(); in GetCommandObject()
1077 if (command_obj) { in GetCommandObject()
1079 matches->AppendString(command_obj->GetCommandName()); in GetCommandObject()
1081 descriptions->AppendString(command_obj->GetHelp()); in GetCommandObject()
[all …]