Home
last modified time | relevance | path

Searched refs:current_command_args (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp218 const char *CommandObjectMultiword::GetRepeatCommand(Args &current_command_args, in GetRepeatCommand() argument
221 if (current_command_args.GetArgumentCount() <= index) in GetRepeatCommand()
224 GetSubcommandObject(current_command_args[index].ref()); in GetRepeatCommand()
227 return sub_command_object->GetRepeatCommand(current_command_args, index); in GetRepeatCommand()
382 const char *CommandObjectProxy::GetRepeatCommand(Args &current_command_args, in GetRepeatCommand() argument
386 return proxy_command->GetRepeatCommand(current_command_args, index); in GetRepeatCommand()
H A DCommandObjectSource.cpp730 const char *GetRepeatCommand(Args &current_command_args, in GetRepeatCommand() argument
736 llvm::find_if(current_command_args, [](const Args::ArgEntry &e) { in GetRepeatCommand()
739 if (iter == current_command_args.end()) in GetRepeatCommand()
H A DCommandObjectMemory.cpp343 const char *GetRepeatCommand(Args &current_command_args, in GetRepeatCommand() argument
1559 const char *GetRepeatCommand(Args &current_command_args, in GetRepeatCommand() argument
1713 const char *GetRepeatCommand(Args &current_command_args, in GetRepeatCommand() argument
H A DCommandObjectThread.cpp2100 const char *GetRepeatCommand(Args &current_command_args, in GetRepeatCommand() argument
2102 current_command_args.GetCommandString(m_repeat_command); in GetRepeatCommand()
H A DCommandObjectCommands.cpp60 const char *GetRepeatCommand(Args &current_command_args, in GetRepeatCommand() argument
H A DCommandObjectProcess.cpp149 const char *GetRepeatCommand(Args &current_command_args, in GetRepeatCommand() argument
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h55 const char *GetRepeatCommand(Args &current_command_args,
125 const char *GetRepeatCommand(Args &current_command_args,
H A DCommandObject.h274 virtual const char *GetRepeatCommand(Args &current_command_args, in GetRepeatCommand() argument
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp58 const char *GetRepeatCommand(Args &current_command_args, in GetRepeatCommand() argument