Home
last modified time | relevance | path

Searched refs:GetLogIfAnyCategoryIsSet (Results 1 – 4 of 4) sorted by relevance

/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemoteLog.h42 GetLogIfAnyCategoryIsSet (uint32_t mask);
DProcessGDBRemoteLog.cpp50 ProcessGDBRemoteLog::GetLogIfAnyCategoryIsSet (uint32_t mask) in GetLogIfAnyCategoryIsSet() function in ProcessGDBRemoteLog
DGDBRemoteRegisterContext.cpp257 … Log *log (ProcessGDBRemoteLog::GetLogIfAnyCategoryIsSet (GDBR_LOG_THREAD | GDBR_LOG_PACKETS)); in ReadRegisterBytes()
471 … Log *log (ProcessGDBRemoteLog::GetLogIfAnyCategoryIsSet (GDBR_LOG_THREAD | GDBR_LOG_PACKETS)); in WriteRegisterBytes()
543 … Log *log (ProcessGDBRemoteLog::GetLogIfAnyCategoryIsSet (GDBR_LOG_THREAD | GDBR_LOG_PACKETS)); in ReadAllRegisterValues()
676 … Log *log (ProcessGDBRemoteLog::GetLogIfAnyCategoryIsSet (GDBR_LOG_THREAD | GDBR_LOG_PACKETS)); in WriteAllRegisterValues()
DGDBRemoteCommunicationClient.cpp841 Log *log (ProcessGDBRemoteLog::GetLogIfAnyCategoryIsSet (GDBR_LOG_PROCESS | GDBR_LOG_PACKETS)); in SendInterrupt()
2325 … Log *log (ProcessGDBRemoteLog::GetLogIfAnyCategoryIsSet (GDBR_LOG_PROCESS | GDBR_LOG_PACKETS)); in GetCurrentThreadIDs()