Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp136 llvm::StringRef count_opt("--count"); in GetRepeatCommand() local
154 if (arg_string == "-c" || count_opt.starts_with(arg_string)) { in GetRepeatCommand()