reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86433   SWIG_Python_SetConstant(d, "eArgTypeLogChannel",SWIG_From_int(static_cast< int >(lldb::eArgTypeLogChannel)));
tools/lldb/source/Commands/CommandObjectLog.cpp
   66     channel_arg.arg_type = eArgTypeLogChannel;
  207     channel_arg.arg_type = eArgTypeLogChannel;
  271     channel_arg.arg_type = eArgTypeLogChannel;
tools/lldb/source/Interpreter/CommandObject.cpp
 1056     { eArgTypeLogChannel, "log-channel", CommandCompletions::eNoCompletion, { nullptr, false }, "The name of a log channel, e.g. process.gdb-remote (try \"log list\" to see a list of all channels and their categories)." },