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

/external/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.cpp756 bool wp_disabled = true; local
764 wp_disabled &= thread->DisableHardwareWatchpoint(wp);
766 wp_disabled = false;
768 if (wp_disabled)

Completed in 431 milliseconds