Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp2102 current_command_args.GetCommandString(m_repeat_command); in GetRepeatCommand()
2104 return m_repeat_command.c_str(); in GetRepeatCommand()
2119 return !m_repeat_command.empty() && !m_create_repeat_command_just_invoked; in IsRepeatCommand()
2161 std::string m_repeat_command; member in CommandObjectTraceDumpInstructions
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h640 std::string m_repeat_command; // Stores the command that will be executed for variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1721 command_line = m_repeat_command.c_str(); in HandleCommand()
1724 if (m_repeat_command.empty()) { in HandleCommand()
1783 m_repeat_command.assign(repeat_command); in HandleCommand()
1785 m_repeat_command.assign(original_command_string); in HandleCommand()