Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectThread.cpp131 llvm::StringRef count_opt("--count"); in GetRepeatCommand() local
149 if (arg_string.equals("-c") || count_opt.startswith(arg_string)) { in GetRepeatCommand()