Searched refs:LOG_RNB_PROC (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lldb/tools/debugserver/source/ |
D | RNBContext.cpp | 91 DNBLogThreadedIf(LOG_RNB_PROC, "RNBContext::%s called", __FUNCTION__); in StartProcessStatusThread() 99 DNBLogThreadedIf(LOG_RNB_PROC, "RNBContext::%s thread got started!", in StartProcessStatusThread() 102 DNBLogThreadedIf(LOG_RNB_PROC, in StartProcessStatusThread() 112 DNBLogThreadedIf(LOG_RNB_PROC, "RNBContext::%s called", __FUNCTION__); in StopProcessStatusThread() 121 DNBLogThreadedIf(LOG_RNB_PROC, in StopProcessStatusThread() 125 DNBLogThreadedIf(LOG_RNB_PROC, in StopProcessStatusThread() 143 DNBLogThreadedIf(LOG_RNB_PROC, in ThreadFunctionProcessStatus() 163 DNBLogThreadedIf(LOG_RNB_PROC, in ThreadFunctionProcessStatus() 174 DNBLogThreadedIf(LOG_RNB_PROC, in ThreadFunctionProcessStatus() 182 DNBLogThreadedIf(LOG_RNB_PROC, "RNBContext::%s (pid=%4.4x) got ZERO back " in ThreadFunctionProcessStatus() [all …]
|
D | RNBDefs.h | 83 #define LOG_RNB_PROC ((LOG_LO_USER) << 6) // Log process state (Process thread) macro
|
D | RNBRemote.cpp | 1403 LOG_RNB_PROC, in InitializeRegisters() 2172 bitmask |= LOG_RNB_PROC; in set_logging() 2843 LOG_RNB_PROC, "%8d %s got signal signo = %u, exc_type = %u", in SendStopReplyPacketForThread() 6049 DNBLogThreadedIf(LOG_RNB_PROC, "GetMachHeaderForMainExecutable(pid = %u, " in MachHeaderIsMainExecutable() 6057 LOG_RNB_PROC, "GetMachHeaderForMainExecutable(pid = %u, addr_size = " in MachHeaderIsMainExecutable() 6067 DNBLogThreadedIf(LOG_RNB_PROC, "GetMachHeaderForMainExecutable(pid = " in MachHeaderIsMainExecutable() 6164 LOG_RNB_PROC, "[0x%16.16llx - 0x%16.16llx) permissions = %c%c%c: " in GetMachHeaderForMainExecutable() 6174 LOG_RNB_PROC, in GetMachHeaderForMainExecutable()
|