Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectApropos.cpp50 StringList commands_help; in DoExecute() local
53 search_word, commands_found, commands_help, true, true, true, true); in DoExecute()
69 "--", commands_help.GetStringAtIndex(i), max_len); in DoExecute()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h493 StringList &commands_help,
680 StringList &commands_help,
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2924 StringList &commands_help, const CommandObject::CommandMap &command_map) { in FindCommandsForApropos() argument
2938 commands_help.AppendString(cmd_obj->GetHelp()); in FindCommandsForApropos()
2943 FindCommandsForApropos(search_word, subcommands_found, commands_help, in FindCommandsForApropos()
2956 StringList &commands_help, in FindCommandsForApropos() argument
2964 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos()
2968 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos()
2972 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos()
2976 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos()