Searched refs:EnableLog (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBDebugger.i | 390 EnableLog (const char *channel, const char ** types);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 260 bool EnableLog(const char *channel, const char **categories);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBDebugger.cpp | 1664 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 D | Debugger.h | 266 bool EnableLog(llvm::StringRef channel,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectLog.cpp | 169 GetDebugger().EnableLog(channel, args.GetArgumentArrayRef(), log_file, in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Debugger.cpp | 1224 bool Debugger::EnableLog(llvm::StringRef channel, in EnableLog() function in Debugger
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 19604 result = (bool)(arg1)->EnableLog((char const *)arg2,(char const **)arg3); in _wrap_SBDebugger_EnableLog()
|