Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp563 CommandArgumentData bool_arg; in CommandObjectLogTimerIncrement() local
566 bool_arg.arg_type = eArgTypeBoolean; in CommandObjectLogTimerIncrement()
567 bool_arg.arg_repetition = eArgRepeatPlain; in CommandObjectLogTimerIncrement()
571 arg.push_back(bool_arg); in CommandObjectLogTimerIncrement()