Home
last modified time | relevance | path

Searched refs:alias_command (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp400 auto alias_command = args[0].ref(); in DoExecute()
401 if (alias_command.starts_with("-")) { in DoExecute()
403 if (alias_command == "--help" || alias_command == "--long-help") { in DoExecute()
412 size_t pos = raw_command_string.find(alias_command); in DoExecute()
414 raw_command_string = raw_command_string.substr(alias_command.size()); in DoExecute()
424 if (m_interpreter.CommandExists(alias_command)) { in DoExecute()
431 if (m_interpreter.UserMultiwordCommandExists(alias_command)) { in DoExecute()
457 HandleAliasingRawCommand(alias_command, raw_command_string, *cmd_obj, in HandleAliasingRawCommand()
462 bool HandleAliasingRawCommand(llvm::StringRef alias_command, in HandleAliasingRawCommand()
394 auto alias_command = args[0].ref(); DoExecute() local
456 HandleAliasingRawCommand(llvm::StringRef alias_command,llvm::StringRef raw_command_string,CommandObject & cmd_obj,CommandReturnObject & result) HandleAliasingRawCommand() argument
503 const std::string alias_command(std::string(args[0].ref())); HandleAliasingNormalCommand() local
[all...]
/llvm-project/lldb/test/API/tools/lldb-dap/repl-mode/
H A Dmain.cpp5 int alias_command = 474747; in fun() local