Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp61 channel_arg.arg_type = eArgTypeLogChannel; in CommandObjectLogEnable()
233 channel_arg.arg_type = eArgTypeLogChannel; in CommandObjectLogDisable()
295 channel_arg.arg_type = eArgTypeLogChannel; in CommandObjectLogList()
342 channel_arg.arg_type = eArgTypeLogChannel; in CommandObjectLogDump()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandOptionArgumentTable.h244 …{ lldb::eArgTypeLogChannel, "log-channel", lldb::CompletionType::eNoCompletion, {}, { nullptr, fal…
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h591 eArgTypeLogChannel, enumerator
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst823 .. py:data:: eArgTypeLogChannel
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp78128 {SWIG_LUA_CONSTTAB_INT("eArgTypeLogChannel", lldb::eArgTypeLogChannel)},