Searched refs:commands_help (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/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 | 233 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/ |
| D | CommandObjectMultiword.h | 49 StringList &commands_help) override; 108 StringList &commands_help) override;
|
| D | CommandInterpreter.h | 437 StringList &commands_help, 600 StringList &commands_help,
|
| D | CommandObject.h | 170 StringList &commands_help) {} in AproposAllSubCommands() argument
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/ |
| D | CommandInterpreter.cpp | 2677 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()
|