Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp2094 m_options(), m_create_repeat_command_just_invoked(false) {} in CommandObjectTraceDumpInstructions()
2103 m_create_repeat_command_just_invoked = true; in GetRepeatCommand()
2114 m_create_repeat_command_just_invoked = false; in DoExecute()
2119 return !m_repeat_command.empty() && !m_create_repeat_command_just_invoked; in IsRepeatCommand()
2162 bool m_create_repeat_command_just_invoked; member in CommandObjectTraceDumpInstructions