Searched defs:log_callback (Results 1 – 6 of 6) sorted by relevance
142 log_callback(int type, const char *fmt, ...) function
29 extern "C" fn log_callback(p_arg: *mut c_void, err: c_int, msg: *const c_char) { in config_log() function
586 DebuggerSP Debugger::CreateInstance(lldb::LogOutputCallback log_callback, in CreateInstance()658 Debugger::Debugger(lldb::LogOutputCallback log_callback, void *baton) in Debugger()1140 void Debugger::SetLoggingCallback(lldb::LogOutputCallback log_callback, in SetLoggingCallback()
1322 auto log_callback = OsLogger::GetLogFunction(); in main() local
2215 auto log_callback = OsLogger::GetLogFunction(); in set_logging() local
1636 void SBDebugger::SetLoggingCallback(lldb::LogOutputCallback log_callback, in SetLoggingCallback()