Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/Linux/
DLinuxThread.cpp51 uint32_t wp_idx; in TraceNotify() local
52 for (wp_idx = 0; wp_idx < num_hw_wps; wp_idx++) in TraceNotify()
54 if (reg_ctx->IsWatchpointHit(wp_idx)) in TraceNotify()
/external/lldb/source/Plugins/Process/POSIX/
DPOSIXThread.cpp60 for (uint32_t wp_idx = 0; wp_idx < wp_size; wp_idx++) in POSIXThread() local
62 lldb::WatchpointSP wp = wp_list.GetByIndex(wp_idx); in POSIXThread()
367 uint32_t wp_idx; in FindVacantWatchpointIndex() local
371 for (wp_idx = 0; wp_idx < num_hw_wps; wp_idx++) in FindVacantWatchpointIndex()
373 if (reg_ctx->IsWatchpointVacant(wp_idx)) in FindVacantWatchpointIndex()
375 hw_index = wp_idx; in FindVacantWatchpointIndex()
443 uint32_t wp_idx; in WatchNotify() local
444 for (wp_idx = 0; wp_idx < num_hw_wps; wp_idx++) in WatchNotify()
446 if (reg_ctx->IsWatchpointHit(wp_idx)) in WatchNotify()
454 if (wp_idx == num_hw_wps) in WatchNotify()
[all …]