Searched refs:commands_help (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectApropos.cpp | 38 StringList commands_help; in DoExecute() local 41 search_word, commands_found, commands_help, true, true, true, true); in DoExecute() 57 "--", commands_help.GetStringAtIndex(i), max_len); in DoExecute()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | CommandInterpreter.h | 509 StringList &commands_help, 712 StringList &commands_help,
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | CommandInterpreter.cpp | 2941 StringList &commands_help, const CommandObject::CommandMap &command_map) { in FindCommandsForApropos() argument 2955 commands_help.AppendString(cmd_obj->GetHelp()); in FindCommandsForApropos() 2960 FindCommandsForApropos(search_word, subcommands_found, commands_help, in FindCommandsForApropos() 2973 StringList &commands_help, in FindCommandsForApropos() argument 2981 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos() 2985 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos() 2989 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos() 2993 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos()
|