Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
HDFreeBSDThread.cpp430 uint32_t num_hw_wps = NumSupportedHardwareWatchpoints(); in FindVacantWatchpointIndex() local
434 for (wp_idx = 0; wp_idx < num_hw_wps; wp_idx++) { in FindVacantWatchpointIndex()
494 uint32_t num_hw_wps = reg_ctx->NumSupportedHardwareWatchpoints(); in WatchNotify() local
496 for (wp_idx = 0; wp_idx < num_hw_wps; wp_idx++) { in WatchNotify()
504 if (wp_idx == num_hw_wps) in WatchNotify()
541 uint32_t num_hw_wps = reg_ctx->NumSupportedHardwareWatchpoints(); in TraceNotify() local
543 for (wp_idx = 0; wp_idx < num_hw_wps; wp_idx++) { in TraceNotify()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
HDNativeRegisterContextNetBSD_x86_64.cpp790 uint32_t num_hw_wps = NumSupportedHardwareWatchpoints(); in GetWatchpointHitIndex() local
791 for (wp_index = 0; wp_index < num_hw_wps; ++wp_index) { in GetWatchpointHitIndex()