Searched refs:command_obj (Results 1 – 5 of 5) sorted by relevance
36 const lldb::CommandObjectSP &command_obj) override;39 const lldb::CommandObjectSP &command_obj,109 const lldb::CommandObjectSP &command_obj) override;
183 const lldb::CommandObjectSP &command_obj) { in LoadSubCommand() argument188 const lldb::CommandObjectSP &command_obj, in LoadUserSubcommand() argument
80 for command_obj in chain.from_iterable(self.step_collection.commands.values()):81 self.watches.update(command_obj.get_watches())
136 for command_obj in chain.from_iterable(self.step_collection.commands.values()):137 self._watches.update(command_obj.get_watches())
1214 CommandObject *command_obj = in GetCommandObject() local1220 if (command_obj) in GetCommandObject()1221 return command_obj; in GetCommandObject()1223 command_obj = GetCommandSP(cmd_str, true, true, matches, descriptions).get(); in GetCommandObject()1225 if (command_obj) in GetCommandObject()1226 return command_obj; in GetCommandObject()1230 command_obj = GetCommandSP(cmd_str, false, false, nullptr).get(); in GetCommandObject()1235 if (command_obj) { in GetCommandObject()1237 matches->AppendString(command_obj->GetCommandName()); in GetCommandObject()1239 descriptions->AppendString(command_obj->GetHelp()); in GetCommandObject()[all …]