Home
last modified time | relevance | path

Searched refs:num_hw_wps (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/Process/Linux/
DLinuxThread.cpp50 uint32_t num_hw_wps = reg_ctx->NumSupportedHardwareWatchpoints(); in TraceNotify() local
52 for (wp_idx = 0; wp_idx < num_hw_wps; wp_idx++) in TraceNotify()
/external/lldb/source/Plugins/Process/POSIX/
DPOSIXThread.cpp366 uint32_t num_hw_wps = NumSupportedHardwareWatchpoints(); in FindVacantWatchpointIndex() local
371 for (wp_idx = 0; wp_idx < num_hw_wps; wp_idx++) in FindVacantWatchpointIndex()
442 uint32_t num_hw_wps = reg_ctx->NumSupportedHardwareWatchpoints(); in WatchNotify() local
444 for (wp_idx = 0; wp_idx < num_hw_wps; wp_idx++) in WatchNotify()
454 if (wp_idx == num_hw_wps) in WatchNotify()