Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Interpreter/
DCommandInterpreter.h110 UserCommandExists (const char *cmd);
/external/lldb/source/Commands/
DCommandObjectCommands.cpp624 || m_interpreter.UserCommandExists (alias_command.c_str())) in HandleAliasingRawCommand()
736 || m_interpreter.UserCommandExists (alias_command.c_str())) in HandleAliasingNormalCommand()
1953 …_name && *cmd_name && m_interpreter.HasUserCommands() && m_interpreter.UserCommandExists(cmd_name)) in DoExecute()
/external/lldb/source/Interpreter/
DCommandInterpreter.cpp783 if (UserCommandExists(name_cstr)) in AddUserCommand()
978 CommandInterpreter::UserCommandExists (const char *cmd) in UserCommandExists() function in CommandInterpreter