reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
 1185   for (uint32_t wp_index = 0; wp_index < num_hw_watchpoints; ++wp_index) {
 1185   for (uint32_t wp_index = 0; wp_index < num_hw_watchpoints; ++wp_index) {
 1187     Status error = IsWatchpointVacant(wp_index, is_vacant);
 1189       error = SetHardwareWatchpointWithIndex(addr, size, watch_flags, wp_index);
 1191         return wp_index;