Home
last modified time | relevance | path

Searched refs:commands_help (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/source/Commands/
DCommandObjectApropos.cpp50 StringList commands_help; in DoExecute() local
53 commands_help, true, true, true); in DoExecute()
69 "--", commands_help.GetStringAtIndex(i), max_len); in DoExecute()
DCommandObjectMultiword.cpp235 StringList &commands_help) { in AproposAllSubCommands() argument
247 commands_help.AppendString(sub_cmd_obj->GetHelp()); in AproposAllSubCommands()
253 commands_help); in AproposAllSubCommands()
342 StringList &commands_help) { in AproposAllSubCommands() argument
346 commands_found, commands_help); in AproposAllSubCommands()
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandObjectMultiword.h49 StringList &commands_help) override;
108 StringList &commands_help) override;
DCommandInterpreter.h441 StringList &commands_help,
595 StringList &commands_help,
DCommandObject.h170 StringList &commands_help) {} in AproposAllSubCommands() argument
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp2675 StringList &commands_help, CommandObject::CommandMap &command_map) { in FindCommandsForApropos() argument
2691 commands_help.AppendString(cmd_obj->GetHelp()); in FindCommandsForApropos()
2696 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos()
2704 StringList &commands_help, in FindCommandsForApropos() argument
2711 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos()
2715 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos()
2719 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos()