Home
last modified time | relevance | path

Searched refs:EnableLog (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBDebugger.i412 EnableLog (const char *channel, const char ** types);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBDebugger.h273 bool EnableLog(const char *channel, const char **categories);
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h245 bool EnableLog(llvm::StringRef channel,
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectLog.cpp191 bool success = GetDebugger().EnableLog( in DoExecute()
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp1615 bool SBDebugger::EnableLog(const char *channel, const char **categories) { in EnableLog() function in SBDebugger
1623 return m_opaque_sp->EnableLog(channel, GetCategoryArray(categories), "", in EnableLog()
/llvm-project-15.0.7/lldb/tools/lldb-test/
H A Dlldb-test.cpp1123 Dbg->EnableLog("lldb", {"all"}, opts::Log, 0, 0, eLogHandlerStream, errs()); in main()
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp1425 bool Debugger::EnableLog(llvm::StringRef channel, in EnableLog() function in Debugger