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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86432   SWIG_Python_SetConstant(d, "eArgTypeLogCategory",SWIG_From_int(static_cast< int >(lldb::eArgTypeLogCategory)));
tools/lldb/source/Commands/CommandObjectLog.cpp
   73     category_arg.arg_type = eArgTypeLogCategory;
  214     category_arg.arg_type = eArgTypeLogCategory;
tools/lldb/source/Interpreter/CommandObject.cpp
 1055     { eArgTypeLogCategory, "log-category", CommandCompletions::eNoCompletion, { nullptr, false }, "The name of a category within a log channel, e.g. all (try \"log list\" to see a list of all channels and their categories." },