Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h37 const lldb::CommandObjectSP &command_obj) override;
40 const lldb::CommandObjectSP &command_obj,
110 const lldb::CommandObjectSP &command_obj) override;
H A DCommandObject.h185 const lldb::CommandObjectSP &command_obj) { in LoadSubCommand() argument
190 const lldb::CommandObjectSP &command_obj, in LoadUserSubcommand() argument
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1232 CommandObject *command_obj = in GetCommandObject() local
1238 if (command_obj) in GetCommandObject()
1239 return command_obj; in GetCommandObject()
1241 command_obj = GetCommandSP(cmd_str, true, true, matches, descriptions).get(); in GetCommandObject()
1243 if (command_obj) in GetCommandObject()
1244 return command_obj; in GetCommandObject()
1248 command_obj = GetCommandSP(cmd_str, false, false, nullptr).get(); in GetCommandObject()
1253 if (command_obj) { in GetCommandObject()
1255 matches->AppendString(command_obj->GetCommandName()); in GetCommandObject()
1257 descriptions->AppendString(command_obj->GetHelp()); in GetCommandObject()
[all …]