OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KDP_LOG_STEP
(Results
1 - 2
of
2
) sorted by null
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
ProcessKDPLog.h
29
#define
KDP_LOG_STEP
(1u << 9)
ProcessKDPLog.cpp
74
else if (::strcasecmp (arg, "step") == 0 ) flag_bits &= ~
KDP_LOG_STEP
;
130
else if (::strcasecmp (arg, "step") == 0 ) flag_bits |=
KDP_LOG_STEP
;
Completed in 36 milliseconds