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

/external/lldb/tools/debugserver/source/MacOSX/
H A DMachVMRegion.cpp68 DNBLogThreadedIf(LOG_MEMORY_PROTECTIONS | LOG_VERBOSE, "MachVMRegion::%s: protections (%u) already sufficient for task 0x%4.4x at address 0x%8.8llx) ", __FUNCTION__, prot, m_task, (uint64_t)addr);
75 if (DNBLogCheckLogBit(LOG_MEMORY_PROTECTIONS))
81 if (DNBLogCheckLogBit(LOG_MEMORY_PROTECTIONS) || m_err.Fail())
95 DNBLogThreadedIf(LOG_MEMORY_PROTECTIONS | LOG_VERBOSE, "%s: Zero size for task 0x%4.4x at address 0x%8.8llx) ", __FUNCTION__, m_task, (uint64_t)addr);
107 if (DNBLogCheckLogBit(LOG_MEMORY_PROTECTIONS) || m_err.Fail())
140 const bool log_protections = DNBLogCheckLogBit(LOG_MEMORY_PROTECTIONS);
H A DMachVMMemory.cpp629 DNBLogThreadedIf(LOG_MEMORY_PROTECTIONS, "Failed to set read/write protections on region for address: [0x%8.8llx-0x%8.8llx)", (uint64_t)curr_addr, (uint64_t)(curr_addr + curr_data_count));
635 DNBLogThreadedIf(LOG_MEMORY_PROTECTIONS, "Failed to get region for address: 0x%8.8llx", (uint64_t)address);
/external/lldb/tools/debugserver/source/
H A DDNBDefs.h133 #define LOG_MEMORY_PROTECTIONS (1u << 8) // Log memory protection changes macro
H A DRNBRemote.cpp1844 else if (strncmp (p, "LOG_MEMORY_PROTECTIONS", sizeof ("LOG_MEMORY_PROTECTIONS") - 1) == 0)
1846 p += sizeof ("LOG_MEMORY_PROTECTIONS") - 1;
1847 bitmask |= LOG_MEMORY_PROTECTIONS;

Completed in 3745 milliseconds