Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachVMRegion.cpp54 DNBLogThreadedIf(LOG_MEMORY_PROTECTIONS | LOG_VERBOSE, in SetProtections()
62 if (DNBLogCheckLogBit(LOG_MEMORY_PROTECTIONS)) in SetProtections()
71 if (DNBLogCheckLogBit(LOG_MEMORY_PROTECTIONS) || m_err.Fail()) in SetProtections()
86 DNBLogThreadedIf(LOG_MEMORY_PROTECTIONS | LOG_VERBOSE, in SetProtections()
98 if (DNBLogCheckLogBit(LOG_MEMORY_PROTECTIONS) || m_err.Fail()) in RestoreProtections()
131 const bool log_protections = DNBLogCheckLogBit(LOG_MEMORY_PROTECTIONS); in GetRegionForAddress()
DMachVMMemory.cpp239 LOG_MEMORY_PROTECTIONS, "Failed to set read/write protections on " in Write()
245 DNBLogThreadedIf(LOG_MEMORY_PROTECTIONS, in Write()
/external/llvm-project/lldb/tools/debugserver/source/
DDNBDefs.h125 #define LOG_MEMORY_PROTECTIONS (1u << 8) // Log memory protection changes macro
DRNBRemote.cpp2113 bitmask |= LOG_MEMORY_PROTECTIONS; in set_logging()