OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KDP_LOG_MEMORY
(Results
1 - 2
of
2
) sorted by null
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
ProcessKDPLog.h
24
#define
KDP_LOG_MEMORY
(1u << 4) // Log memory reads/writes calls
ProcessKDPLog.cpp
70
else if (::strcasecmp (arg, "memory") == 0 ) flag_bits &= ~
KDP_LOG_MEMORY
;
126
else if (::strcasecmp (arg, "memory") == 0 ) flag_bits |=
KDP_LOG_MEMORY
;
Completed in 38 milliseconds