Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp130 llvm::StringRef count_opt("--count"); in GetRepeatCommand() local
148 if (arg_string.equals("-c") || count_opt.starts_with(arg_string)) { in GetRepeatCommand()