Home
last modified time | relevance | path

Searched refs:m_repeat_command (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Commands/
DCommandObjectThread.cpp2161 current_command_args.GetCommandString(m_repeat_command); in GetRepeatCommand()
2164 return m_repeat_command.c_str(); in GetRepeatCommand()
2178 return !m_repeat_command.empty() && !m_create_repeat_command_just_invoked; in IsRepeatCommand()
2201 std::string m_repeat_command; member in CommandObjectTraceDumpInstructions
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h634 std::string m_repeat_command; // Stores the command that will be executed for variable
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp1710 command_line = m_repeat_command.c_str(); in HandleCommand()
1713 if (m_repeat_command.empty()) { in HandleCommand()
1778 m_repeat_command.assign(repeat_command); in HandleCommand()
1780 m_repeat_command.assign(original_command_string); in HandleCommand()