Home
last modified time | relevance | path

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

/external/lldb/source/Commands/
DCommandObjectMultiword.cpp298 CommandObjectMultiword::GetRepeatCommand (Args &current_command_args, uint32_t index) in GetRepeatCommand() argument
301 if (current_command_args.GetArgumentCount() <= index) in GetRepeatCommand()
303 …CommandObject *sub_command_object = GetSubcommandObject (current_command_args.GetArgumentAtIndex(i… in GetRepeatCommand()
306 return sub_command_object->GetRepeatCommand(current_command_args, index); in GetRepeatCommand()
499 CommandObjectProxy::GetRepeatCommand (Args &current_command_args, in GetRepeatCommand() argument
504 return proxy_command->GetRepeatCommand (current_command_args, index); in GetRepeatCommand()
DCommandObjectSource.cpp272 GetRepeatCommand (Args &current_command_args, uint32_t index) in GetRepeatCommand() argument
276 size_t num_args = current_command_args.GetArgumentCount(); in GetRepeatCommand()
280 const char *arg = current_command_args.GetArgumentAtIndex(i); in GetRepeatCommand()
DCommandObjectMemory.cpp374 virtual const char *GetRepeatCommand (Args &current_command_args, uint32_t index) in GetRepeatCommand() argument
DCommandObjectCommands.cpp269 GetRepeatCommand (Args &current_command_args, uint32_t index) in GetRepeatCommand() argument
DCommandObjectProcess.cpp178 virtual const char *GetRepeatCommand (Args &current_command_args, uint32_t index) in GetRepeatCommand() argument
/external/lldb/include/lldb/Interpreter/
DCommandObjectMultiword.h76 virtual const char *GetRepeatCommand (Args &current_command_args, uint32_t index);
170 GetRepeatCommand (Args &current_command_args,
DCommandObject.h458 virtual const char *GetRepeatCommand (Args &current_command_args, uint32_t index) in GetRepeatCommand() argument