Searched refs:DisableLog (Results 1 – 14 of 14) sorted by relevance
/external/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | ProcessKDPLog.h | 42 DisableLog (const char **categories, lldb_private::Stream *feedback_strm);
|
D | ProcessKDPLog.cpp | 49 ProcessKDPLog::DisableLog (const char **categories, Stream *feedback_strm) in DisableLog() function in ProcessKDPLog
|
D | ProcessKDP.cpp | 783 ProcessKDPLog::DisableLog, in Initialize()
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemoteLog.h | 45 DisableLog (const char **categories, lldb_private::Stream *feedback_strm);
|
D | ProcessGDBRemoteLog.cpp | 59 ProcessGDBRemoteLog::DisableLog (const char **categories, Stream *feedback_strm) in DisableLog() function in ProcessGDBRemoteLog
|
D | ProcessGDBRemote.cpp | 2709 ProcessGDBRemoteLog::DisableLog, in Initialize()
|
/external/lldb/source/Plugins/Process/POSIX/ |
D | ProcessPOSIXLog.h | 62 DisableLog (const char **args, lldb_private::Stream *feedback_strm);
|
D | ProcessPOSIXLog.cpp | 73 ProcessPOSIXLog::DisableLog (const char **args, Stream *feedback_strm) in DisableLog() function in ProcessPOSIXLog
|
D | ProcessPOSIX.cpp | 60 ProcessPOSIXLog::DisableLog,
|
/external/lldb/include/lldb/ |
D | lldb-private-log.h | 80 DisableLog (const char **categories, Stream *feedback_strm);
|
/external/lldb/source/Plugins/Process/FreeBSD/ |
D | ProcessFreeBSD.cpp | 56 ProcessPOSIXLog::DisableLog, in Initialize()
|
/external/lldb/source/Plugins/Process/Linux/ |
D | ProcessLinux.cpp | 53 ProcessPOSIXLog::DisableLog, in Initialize()
|
/external/lldb/source/ |
D | lldb-log.cpp | 105 lldb_private::DisableLog (const char **categories, Stream *feedback_strm) in DisableLog() function in lldb_private
|
/external/lldb/source/Core/ |
D | Log.cpp | 429 Log::Callbacks log_callbacks = { DisableLog, EnableLog, ListLogCategories }; in Initialize()
|