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

Declarations

tools/lldb/include/lldb/Core/Debugger.h
  218   bool EnableLog(llvm::StringRef channel,

References

tools/lldb/source/API/SBDebugger.cpp
 1588     return m_opaque_sp->EnableLog(channel, GetCategoryArray(categories), "",
tools/lldb/source/Commands/CommandObjectLog.cpp
  180         GetDebugger().EnableLog(channel, args.GetArgumentArrayRef(), log_file,
tools/lldb/tools/lldb-test/lldb-test.cpp
 1090     Dbg->EnableLog("lldb", {"all"}, opts::Log, 0, errs());