Searched refs:num_hw_watchpoints (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DRegisterContextPOSIXProcessMonitor_x86.cpp415 const uint32_t num_hw_watchpoints = NumSupportedHardwareWatchpoints(); local
418 for (hw_index = 0; hw_index < num_hw_watchpoints; ++hw_index)
585 const uint32_t num_hw_watchpoints = NumSupportedHardwareWatchpoints();
587 if (num_hw_watchpoints == 0 || hw_index >= num_hw_watchpoints)
622 if (hw_index < num_hw_watchpoints)
H A DRegisterContextPOSIXProcessMonitor_mips64.cpp229 const uint32_t num_hw_watchpoints = NumSupportedHardwareWatchpoints(); local
232 for (hw_index = 0; hw_index < num_hw_watchpoints; ++hw_index)
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm.cpp1132 const uint32_t num_hw_watchpoints = NumSupportedHardwareWatchpoints(); local
1166 for (i=0; i<num_hw_watchpoints; ++i)
1173 if (i < num_hw_watchpoints)
1193 // if (log) log->Printf ("RegisterContextDarwin_arm::EnableHardwareWatchpoint(): All hardware resources (%u) are in use.", num_hw_watchpoints);

Completed in 169 milliseconds