Home
last modified time | relevance | path

Searched refs:ListLogCategories (Results 1 – 14 of 14) sorted by relevance

/external/lldb/source/Plugins/Process/POSIX/
DProcessPOSIXLog.cpp93 ListLogCategories (feedback_strm); in DisableLog()
141 ListLogCategories (feedback_strm); in EnableLog()
155 ProcessPOSIXLog::ListLogCategories (Stream *strm) in ListLogCategories() function in ProcessPOSIXLog
DProcessPOSIXLog.h69 ListLogCategories (lldb_private::Stream *strm);
DProcessPOSIX.cpp62 ProcessPOSIXLog::ListLogCategories
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDPLog.cpp81 ListLogCategories (feedback_strm); in DisableLog()
140 ListLogCategories (feedback_strm); in EnableLog()
154 ProcessKDPLog::ListLogCategories (Stream *strm) in ListLogCategories() function in ProcessKDPLog
DProcessKDPLog.h48 ListLogCategories (lldb_private::Stream *strm);
DProcessKDP.cpp785 ProcessKDPLog::ListLogCategories in Initialize()
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemoteLog.cpp91 ListLogCategories (feedback_strm); in DisableLog()
151 ListLogCategories (feedback_strm); in EnableLog()
165 ProcessGDBRemoteLog::ListLogCategories (Stream *strm) in ListLogCategories() function in ProcessGDBRemoteLog
DProcessGDBRemoteLog.h51 ListLogCategories (lldb_private::Stream *strm);
DProcessGDBRemote.cpp2711 ProcessGDBRemoteLog::ListLogCategories in Initialize()
/external/lldb/source/
Dlldb-log.cpp149 ListLogCategories (feedback_strm); in DisableLog()
219 ListLogCategories (feedback_strm); in EnableLog()
233 lldb_private::ListLogCategories (Stream *strm) in ListLogCategories() function in lldb_private
/external/lldb/include/lldb/
Dlldb-private-log.h86 ListLogCategories (Stream *strm);
/external/lldb/source/Plugins/Process/FreeBSD/
DProcessFreeBSD.cpp58 ProcessPOSIXLog::ListLogCategories in Initialize()
/external/lldb/source/Plugins/Process/Linux/
DProcessLinux.cpp55 ProcessPOSIXLog::ListLogCategories in Initialize()
/external/lldb/source/Core/
DLog.cpp429 Log::Callbacks log_callbacks = { DisableLog, EnableLog, ListLogCategories }; in Initialize()