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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h222 bool EnableLog(const char *channel, const char **categories);
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i390 EnableLog (const char *channel, const char ** types);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h222 bool EnableLog(llvm::StringRef channel,
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1623 bool SBDebugger::EnableLog(const char *channel, const char **categories) { function in class:SBDebugger
1624 LLDB_RECORD_METHOD(bool, SBDebugger, EnableLog, (const char *, const char **),
1632 return m_opaque_sp->EnableLog(channel, GetCategoryArray(categories), "",
1843 LLDB_REGISTER_METHOD(bool, SBDebugger, EnableLog,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp170 GetDebugger().EnableLog(channel, args.GetArgumentArrayRef(), log_file,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1136 bool Debugger::EnableLog(llvm::StringRef channel, function in class:Debugger
/freebsd-13-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp19527 SWIG_check_num_args("lldb::SBDebugger::EnableLog",3,3)
19528 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBDebugger::EnableLog",1,"lldb::SBDebugger *");
19529 if(!SWIG_lua_isnilstring(L,2)) SWIG_fail_arg("lldb::SBDebugger::EnableLog",2,"char const *");
19530 if(!SWIG_isptrtype(L,3)) SWIG_fail_arg("lldb::SBDebugger::EnableLog",3,"char const **");
19542 result = (bool)(arg1)->EnableLog((char const *)arg2,(char const **)arg3);
20613 { "EnableLog", _wrap_SBDebugger_EnableLog},
[all...]

Completed in 208 milliseconds