Searched refs:commands_help (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectApropos.cpp | 50 StringList commands_help; in DoExecute() local 53 commands_help, true, true, true); in DoExecute() 69 "--", commands_help.GetStringAtIndex(i), max_len); in DoExecute()
|
D | CommandObjectMultiword.cpp | 235 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/ |
D | CommandObjectMultiword.h | 49 StringList &commands_help) override; 108 StringList &commands_help) override;
|
D | CommandInterpreter.h | 441 StringList &commands_help, 595 StringList &commands_help,
|
D | CommandObject.h | 170 StringList &commands_help) {} in AproposAllSubCommands() argument
|
/external/llvm-project/lldb/source/Interpreter/ |
D | CommandInterpreter.cpp | 2675 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()
|