Searched refs:current_command_args (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectMultiword.cpp | 294 CommandObjectMultiword::GetRepeatCommand(Args ¤t_command_args, in GetRepeatCommand() argument 297 if (current_command_args.GetArgumentCount() <= index) in GetRepeatCommand() 300 GetSubcommandObject(current_command_args[index].ref()); in GetRepeatCommand() 303 return sub_command_object->GetRepeatCommand(current_command_args, index); in GetRepeatCommand() 424 CommandObjectProxy::GetRepeatCommand(Args ¤t_command_args, in GetRepeatCommand() argument 428 return proxy_command->GetRepeatCommand(current_command_args, index); in GetRepeatCommand()
|
| H A D | CommandObjectSource.cpp | 724 llvm::Optional<std::string> GetRepeatCommand(Args ¤t_command_args, in GetRepeatCommand() argument 730 llvm::find_if(current_command_args, [](const Args::ArgEntry &e) { in GetRepeatCommand() 733 if (iter == current_command_args.end()) in GetRepeatCommand()
|
| H A D | CommandObjectMemory.cpp | 344 llvm::Optional<std::string> GetRepeatCommand(Args ¤t_command_args, in GetRepeatCommand() argument 1603 llvm::Optional<std::string> GetRepeatCommand(Args ¤t_command_args, in GetRepeatCommand() argument 1857 llvm::Optional<std::string> GetRepeatCommand(Args ¤t_command_args, in GetRepeatCommand() argument
|
| H A D | CommandObjectThread.cpp | 2228 llvm::Optional<std::string> GetRepeatCommand(Args ¤t_command_args, in GetRepeatCommand() argument 2231 current_command_args.GetCommandString(cmd); in GetRepeatCommand()
|
| H A D | CommandObjectCommands.cpp | 60 llvm::Optional<std::string> GetRepeatCommand(Args ¤t_command_args, in GetRepeatCommand() argument
|
| H A D | CommandObjectProcess.cpp | 154 llvm::Optional<std::string> GetRepeatCommand(Args ¤t_command_args, in GetRepeatCommand() argument
|
| /llvm-project-15.0.7/lldb/include/lldb/Interpreter/ |
| H A D | CommandObjectMultiword.h | 58 llvm::Optional<std::string> GetRepeatCommand(Args ¤t_command_args, 123 llvm::Optional<std::string> GetRepeatCommand(Args ¤t_command_args,
|
| H A D | CommandObject.h | 280 GetRepeatCommand(Args ¤t_command_args, uint32_t index) { in GetRepeatCommand() argument
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBCommandInterpreter.cpp | 62 llvm::Optional<std::string> GetRepeatCommand(Args ¤t_command_args, in GetRepeatCommand() argument
|