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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemoteLog.h48 EnableLog (lldb::StreamSP &log_stream_sp, uint32_t log_options, const char **categories, lldb_private::Stream *feedback_strm);
H A DProcessGDBRemoteLog.cpp107 ProcessGDBRemoteLog::EnableLog (StreamSP &log_stream_sp, uint32_t log_options, const char **categories, Stream *feedback_strm) function in class:ProcessGDBRemoteLog
H A DProcessGDBRemote.cpp2770 ProcessGDBRemoteLog::EnableLog,
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-private-log.h85 EnableLog (lldb::StreamSP &log_stream_sp, uint32_t log_options, const char **categories, Stream *feedback_strm);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIXLog.h65 EnableLog (lldb::StreamSP &log_stream_sp, uint32_t log_options,
H A DProcessPOSIXLog.cpp106 ProcessPOSIXLog::EnableLog (StreamSP &log_stream_sp, uint32_t log_options, const char **args, Stream *feedback_strm) function in class:ProcessPOSIXLog
H A DProcessPOSIX.cpp61 ProcessPOSIXLog::EnableLog,
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h221 EnableLog (const char *channel, const char **categories);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h258 EnableLog (const char *channel, const char **categories, const char *log_file, uint32_t log_options, Stream &error_stream);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp57 ProcessPOSIXLog::EnableLog,
/freebsd-10-stable/contrib/llvm/tools/lldb/source/
H A Dlldb-log.cpp169 lldb_private::EnableLog (StreamSP &log_stream_sp, uint32_t log_options, const char **categories, Stream *feedback_strm) function in class:lldb_private
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectLog.cpp199 bool success = m_interpreter.GetDebugger().EnableLog (channel.c_str(),
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DLog.cpp430 Log::Callbacks log_callbacks = { DisableLog, EnableLog, ListLogCategories };
H A DDebugger.cpp2584 Debugger::EnableLog (const char *channel, const char **categories, const char *log_file, uint32_t log_options, Stream &error_stream) function in class:Debugger
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp1314 SBDebugger::EnableLog (const char *channel, const char **categories) function in class:SBDebugger
1320 return m_opaque_sp->EnableLog (channel, categories, NULL, log_options, errors);

Completed in 287 milliseconds