Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/MacOSX/
DMachVMRegion.cpp68 …DNBLogThreadedIf(LOG_MEMORY_PROTECTIONS | LOG_VERBOSE, "MachVMRegion::%s: protections (%u) already… in SetProtections()
75 if (DNBLogCheckLogBit(LOG_MEMORY_PROTECTIONS)) in SetProtections()
81 if (DNBLogCheckLogBit(LOG_MEMORY_PROTECTIONS) || m_err.Fail()) in SetProtections()
95 …DNBLogThreadedIf(LOG_MEMORY_PROTECTIONS | LOG_VERBOSE, "%s: Zero size for task 0x%4.4x at address … in SetProtections()
107 if (DNBLogCheckLogBit(LOG_MEMORY_PROTECTIONS) || m_err.Fail()) in RestoreProtections()
140 const bool log_protections = DNBLogCheckLogBit(LOG_MEMORY_PROTECTIONS); in GetRegionForAddress()
DMachVMMemory.cpp629 …DNBLogThreadedIf(LOG_MEMORY_PROTECTIONS, "Failed to set read/write protections on region for addre… in Write()
635 …DNBLogThreadedIf(LOG_MEMORY_PROTECTIONS, "Failed to get region for address: 0x%8.8llx", (uint64_t)… in Write()
/external/lldb/tools/debugserver/source/
DDNBDefs.h133 #define LOG_MEMORY_PROTECTIONS (1u << 8) // Log memory protection changes macro
DRNBRemote.cpp1847 bitmask |= LOG_MEMORY_PROTECTIONS; in set_logging()