Home
last modified time | relevance | path

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

/external/llvm-project/lldb/bindings/interface/
DSBDebugger.i390 EnableLog (const char *channel, const char ** types);
/external/llvm-project/lldb/include/lldb/API/
DSBDebugger.h222 bool EnableLog(const char *channel, const char **categories);
/external/llvm-project/lldb/include/lldb/Core/
DDebugger.h222 bool EnableLog(llvm::StringRef channel,
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp1621 bool SBDebugger::EnableLog(const char *channel, const char **categories) { in EnableLog() function in SBDebugger
1622 LLDB_RECORD_METHOD(bool, SBDebugger, EnableLog, (const char *, const char **), in EnableLog()
1630 return m_opaque_sp->EnableLog(channel, GetCategoryArray(categories), "", in EnableLog()
1841 LLDB_REGISTER_METHOD(bool, SBDebugger, EnableLog, in RegisterMethods()
/external/llvm-project/lldb/source/Commands/
DCommandObjectLog.cpp170 GetDebugger().EnableLog(channel, args.GetArgumentArrayRef(), log_file, in DoExecute()
/external/llvm-project/lldb/tools/lldb-test/
Dlldb-test.cpp1110 Dbg->EnableLog("lldb", {"all"}, opts::Log, 0, errs()); in main()
/external/llvm-project/lldb/source/Core/
DDebugger.cpp1149 bool Debugger::EnableLog(llvm::StringRef channel, in EnableLog() function in Debugger