Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectMultiword.cpp289 CommandObjectMultiword::GetRepeatCommand(Args &current_command_args, in GetRepeatCommand() argument
292 if (current_command_args.GetArgumentCount() <= index) in GetRepeatCommand()
295 GetSubcommandObject(current_command_args[index].ref()); in GetRepeatCommand()
298 return sub_command_object->GetRepeatCommand(current_command_args, index); in GetRepeatCommand()
419 CommandObjectProxy::GetRepeatCommand(Args &current_command_args, in GetRepeatCommand() argument
423 return proxy_command->GetRepeatCommand(current_command_args, index); in GetRepeatCommand()
HDCommandObjectSource.cpp717 std::optional<std::string> GetRepeatCommand(Args &current_command_args, in GetRepeatCommand() argument
723 llvm::find_if(current_command_args, [](const Args::ArgEntry &e) { in GetRepeatCommand()
726 if (iter == current_command_args.end()) in GetRepeatCommand()
HDCommandObjectMemory.cpp345 std::optional<std::string> GetRepeatCommand(Args &current_command_args, in GetRepeatCommand() argument
1533 std::optional<std::string> GetRepeatCommand(Args &current_command_args, in GetRepeatCommand() argument
1780 std::optional<std::string> GetRepeatCommand(Args &current_command_args, in GetRepeatCommand() argument
HDCommandObjectThread.cpp2347 std::optional<std::string> GetRepeatCommand(Args &current_command_args, in GetRepeatCommand() argument
2350 current_command_args.GetCommandString(cmd); in GetRepeatCommand()
HDCommandObjectProcess.cpp136 std::optional<std::string> GetRepeatCommand(Args &current_command_args, in GetRepeatCommand() argument
HDCommandObjectCommands.cpp49 std::optional<std::string> GetRepeatCommand(Args &current_command_args, in GetRepeatCommand() argument
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandObjectMultiword.h59 std::optional<std::string> GetRepeatCommand(Args &current_command_args,
124 std::optional<std::string> GetRepeatCommand(Args &current_command_args,
HDCommandObject.h310 GetRepeatCommand(Args &current_command_args, uint32_t index) { in GetRepeatCommand() argument
/freebsd-head/contrib/llvm-project/lldb/source/API/
HDSBCommandInterpreter.cpp65 std::optional<std::string> GetRepeatCommand(Args &current_command_args, in GetRepeatCommand() argument