Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i390 EnableLog (const char *channel, const char ** types);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h260 bool EnableLog(const char *channel, const char **categories);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1664 bool SBDebugger::EnableLog(const char *channel, const char **categories) { in EnableLog() function in SBDebugger
1665 LLDB_RECORD_METHOD(bool, SBDebugger, EnableLog, (const char *, const char **), in EnableLog()
1673 return m_opaque_sp->EnableLog(channel, GetCategoryArray(categories), "", in EnableLog()
1890 LLDB_REGISTER_METHOD(bool, SBDebugger, EnableLog, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h266 bool EnableLog(llvm::StringRef channel,
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp169 GetDebugger().EnableLog(channel, args.GetArgumentArrayRef(), log_file, in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1224 bool Debugger::EnableLog(llvm::StringRef channel, in EnableLog() function in Debugger
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp19604 result = (bool)(arg1)->EnableLog((char const *)arg2,(char const **)arg3); in _wrap_SBDebugger_EnableLog()