Searched refs:LOG_RNB_PROC (Results 1 – 3 of 3) sorted by relevance
/external/lldb/tools/debugserver/source/ |
D | RNBContext.cpp | 91 DNBLogThreadedIf(LOG_RNB_PROC, "RNBContext::%s called", __FUNCTION__); in StartProcessStatusThread() 100 DNBLogThreadedIf(LOG_RNB_PROC, "RNBContext::%s thread got started!", __FUNCTION__); in StartProcessStatusThread() 104 …DNBLogThreadedIf(LOG_RNB_PROC, "RNBContext::%s thread failed to start: err = %i", __FUNCTION__, er… in StartProcessStatusThread() 114 DNBLogThreadedIf(LOG_RNB_PROC, "RNBContext::%s called", __FUNCTION__); in StopProcessStatusThread() 122 … DNBLogThreadedIf(LOG_RNB_PROC, "RNBContext::%s thread stopped as requeseted", __FUNCTION__); in StopProcessStatusThread() 126 …DNBLogThreadedIf(LOG_RNB_PROC, "RNBContext::%s thread did not stop in 2 seconds...", __FUNCTION__); in StopProcessStatusThread() 146 …DNBLogThreadedIf(LOG_RNB_PROC, "RNBContext::%s (arg=%p, pid=%4.4x): thread starting...", __FUNCTIO… in ThreadFunctionProcessStatus() 151 …DNBLogThreadedIf(LOG_RNB_PROC, "RNBContext::%s calling DNBProcessWaitForEvent(pid, eEventProcessRu… in ThreadFunctionProcessStatus() 153 …DNBLogThreadedIf(LOG_RNB_PROC, "RNBContext::%s calling DNBProcessWaitForEvent(pid, eEventProcessRu… in ThreadFunctionProcessStatus() 157 …DNBLogThreadedIf(LOG_RNB_PROC, "RNBContext::%s (pid=%4.4x) got ZERO back from DNBProcessWaitForEve… in ThreadFunctionProcessStatus() [all …]
|
D | RNBDefs.h | 70 #define LOG_RNB_PROC ((LOG_LO_USER) << 6) // Log process state (Process thread) macro
|
D | RNBRemote.cpp | 1112 …DNBLogThreadedIf (LOG_RNB_PROC, "RNBRemote::%s() getting native registers from DNB interface", __F… in InitializeRegisters() 1165 …DNBLogThreadedIf (LOG_RNB_PROC, "RNBRemote::%s() getting gdb registers(%s)", __FUNCTION__, m_arch.… in InitializeRegisters() 1924 bitmask |= LOG_RNB_PROC; in set_logging() 2426 …DNBLogThreadedIf (LOG_RNB_PROC, "%8d %s got signal signo = %u, exc_type = %u", (uint32_t)m_comm.Ti… in SendStopReplyPacketForThread()
|