Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp56 channel_arg.arg_type = eArgTypeLogChannel; in CommandObjectLogEnable()
196 channel_arg.arg_type = eArgTypeLogChannel; in CommandObjectLogDisable()
259 channel_arg.arg_type = eArgTypeLogChannel; in CommandObjectLogList()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h549 eArgTypeLogChannel, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp1071 …{ eArgTypeLogChannel, "log-channel", CommandCompletions::eNoCompletion, { nullptr, false }, "The n…
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst822 .. py:data:: eArgTypeLogChannel
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp70853 {SWIG_LUA_CONSTTAB_INT("eArgTypeLogChannel", lldb::eArgTypeLogChannel)},