OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KDP_LOG_ALL
(Results
1 - 2
of
2
) sorted by null
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
ProcessKDPLog.h
32
#define
KDP_LOG_ALL
(UINT32_MAX)
ProcessKDPLog.cpp
64
if (::strcasecmp (arg, "all") == 0 ) flag_bits &= ~
KDP_LOG_ALL
;
120
if (::strcasecmp (arg, "all") == 0 ) flag_bits |=
KDP_LOG_ALL
;
Completed in 35 milliseconds