Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DTarget.cpp548 uint32_t num_current_watchpoints = target->GetWatchpointList().GetSize(); in CheckIfWatchpointsExhausted() local
549 if (num_current_watchpoints >= num_supported_hardware_watchpoints) in CheckIfWatchpointsExhausted()