Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/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.cpp233 StringList &commands_help) { in AproposAllSubCommands() argument
245 commands_help.AppendString(sub_cmd_obj->GetHelp()); in AproposAllSubCommands()
251 commands_help); in AproposAllSubCommands()
340 StringList &commands_help) { in AproposAllSubCommands() argument
344 commands_found, commands_help); in AproposAllSubCommands()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
DCommandObjectMultiword.h49 StringList &commands_help) override;
108 StringList &commands_help) override;
DCommandInterpreter.h437 StringList &commands_help,
600 StringList &commands_help,
DCommandObject.h170 StringList &commands_help) {} in AproposAllSubCommands() argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp2677 StringList &commands_help, CommandObject::CommandMap &command_map) { in FindCommandsForApropos() argument
2693 commands_help.AppendString(cmd_obj->GetHelp()); in FindCommandsForApropos()
2698 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos()
2706 StringList &commands_help, in FindCommandsForApropos() argument
2713 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos()
2717 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos()
2721 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos()