Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A 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()
H A DMachVMMemory.cpp285 LOG_MEMORY_PROTECTIONS, "Failed to set read/write protections on " in Write()
291 DNBLogThreadedIf(LOG_MEMORY_PROTECTIONS, in Write()
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNBDefs.h128 #define LOG_MEMORY_PROTECTIONS (1u << 8) // Log memory protection changes macro
H A DRNBRemote.cpp2031 bitmask |= LOG_MEMORY_PROTECTIONS; in set_logging()