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

/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDPLog.h45 EnableLog (lldb::StreamSP &log_stream_sp, uint32_t log_options, const char **categories, lldb_private::Stream *feedback_strm);
H A DProcessKDPLog.cpp96 ProcessKDPLog::EnableLog (StreamSP &log_stream_sp, uint32_t log_options, const char **categories, Stream *feedback_strm) function in class:ProcessKDPLog
H A DProcessKDP.cpp784 ProcessKDPLog::EnableLog,
/external/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.cpp2710 ProcessGDBRemoteLog::EnableLog,
/external/lldb/include/lldb/
H A Dlldb-private-log.h83 EnableLog (lldb::StreamSP &log_stream_sp, uint32_t log_options, const char **categories, Stream *feedback_strm);
/external/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp57 ProcessPOSIXLog::EnableLog,
/external/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,
/external/lldb/source/Plugins/Process/Linux/
H A DProcessLinux.cpp54 ProcessPOSIXLog::EnableLog,
/external/lldb/tools/lldb-platform/
H A Dlldb-platform.cpp177 ProcessGDBRemoteLog::EnableLog (log_stream_sp, 0,log_args.GetConstArgumentVector(), log_stream_sp.get());
/external/lldb/scripts/Python/interface/
H A DSBDebugger.i275 EnableLog (const char *channel, const char ** types);
/external/lldb/include/lldb/API/
H A DSBDebugger.h203 EnableLog (const char *channel, const char **categories);
/external/lldb/include/lldb/Core/
H A DDebugger.h255 EnableLog (const char *channel, const char **categories, const char *log_file, uint32_t log_options, Stream &error_stream);
/external/lldb/source/
H A Dlldb-log.cpp164 lldb_private::EnableLog (StreamSP &log_stream_sp, uint32_t log_options, const char **categories, Stream *feedback_strm) function in class:lldb_private
/external/lldb/source/Commands/
H A DCommandObjectLog.cpp199 bool success = m_interpreter.GetDebugger().EnableLog (channel.c_str(),
/external/lldb/source/Core/
H A DLog.cpp429 Log::Callbacks log_callbacks = { DisableLog, EnableLog, ListLogCategories };
H A DDebugger.cpp2627 Debugger::EnableLog (const char *channel, const char **categories, const char *log_file, uint32_t log_options, Stream &error_stream) function in class:Debugger
/external/lldb/source/API/
H A DSBDebugger.cpp1242 SBDebugger::EnableLog (const char *channel, const char **categories) function in class:SBDebugger
1248 return m_opaque_sp->EnableLog (channel, categories, NULL, log_options, errors);

Completed in 569 milliseconds