Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp58 CommandArgumentData category_arg; in CommandObjectLogEnable() local
68 category_arg.arg_type = eArgTypeLogCategory; in CommandObjectLogEnable()
69 category_arg.arg_repetition = eArgRepeatPlus; in CommandObjectLogEnable()
71 arg2.push_back(category_arg); in CommandObjectLogEnable()
228 CommandArgumentData category_arg; in CommandObjectLogDisable() local
238 category_arg.arg_type = eArgTypeLogCategory; in CommandObjectLogDisable()
239 category_arg.arg_repetition = eArgRepeatPlus; in CommandObjectLogDisable()
241 arg2.push_back(category_arg); in CommandObjectLogDisable()