Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectLog.cpp53 CommandArgumentData category_arg; in CommandObjectLogEnable() local
63 category_arg.arg_type = eArgTypeLogCategory; in CommandObjectLogEnable()
64 category_arg.arg_repetition = eArgRepeatPlus; in CommandObjectLogEnable()
66 arg2.push_back(category_arg); in CommandObjectLogEnable()
194 CommandArgumentData category_arg; in CommandObjectLogDisable() local
204 category_arg.arg_type = eArgTypeLogCategory; in CommandObjectLogDisable()
205 category_arg.arg_repetition = eArgRepeatPlus; in CommandObjectLogDisable()
207 arg2.push_back(category_arg); in CommandObjectLogDisable()