OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOG_MEMORY_PROTECTIONS
(Results
1 - 4
of
4
) sorted by null
/external/lldb/tools/debugserver/source/MacOSX/
MachVMRegion.cpp
68
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
);
MachVMMemory.cpp
629
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/
DNBDefs.h
133
#define
LOG_MEMORY_PROTECTIONS
(1u << 8) // Log memory protection changes
RNBRemote.cpp
[
all
...]
Completed in 52 milliseconds