Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
HDRegisterContextPOSIXProcessMonitor_x86.cpp415 const uint32_t num_hw_watchpoints = NumSupportedHardwareWatchpoints(); in SetHardwareWatchpoint() local
418 for (hw_index = 0; hw_index < num_hw_watchpoints; ++hw_index) in SetHardwareWatchpoint()
585 const uint32_t num_hw_watchpoints = NumSupportedHardwareWatchpoints(); in SetHardwareWatchpointWithIndex() local
587 if (num_hw_watchpoints == 0 || hw_index >= num_hw_watchpoints) in SetHardwareWatchpointWithIndex()
622 if (hw_index < num_hw_watchpoints) in SetHardwareWatchpointWithIndex()
HDRegisterContextPOSIXProcessMonitor_mips64.cpp229 const uint32_t num_hw_watchpoints = NumSupportedHardwareWatchpoints(); in SetHardwareWatchpoint() local
232 for (hw_index = 0; hw_index < num_hw_watchpoints; ++hw_index) in SetHardwareWatchpoint()
/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDRegisterContextDarwin_arm.cpp1132 const uint32_t num_hw_watchpoints = NumSupportedHardwareWatchpoints(); in SetHardwareWatchpoint() local
1166 for (i=0; i<num_hw_watchpoints; ++i) in SetHardwareWatchpoint()
1173 if (i < num_hw_watchpoints) in SetHardwareWatchpoint()