Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectLog.cpp439 CommandArgumentData depth_arg; in CommandObjectLogTimerEnable() local
442 depth_arg.arg_type = eArgTypeCount; in CommandObjectLogTimerEnable()
443 depth_arg.arg_repetition = eArgRepeatOptional; in CommandObjectLogTimerEnable()
447 arg.push_back(depth_arg); in CommandObjectLogTimerEnable()