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

/external/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.cpp686 uint32_t wp_hw_index = LLDB_INVALID_INDEX32; local
692 wp_hw_index = thread->FindVacantWatchpointIndex();
694 if (wp_hw_index == LLDB_INVALID_INDEX32)
700 wp->SetHardwareIndex(wp_hw_index);
H A DPOSIXThread.cpp330 uint32_t wp_hw_index = wp->GetHardwareIndex(); local
335 wp_hw_index);

Completed in 2230 milliseconds