Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectWatchpoint.cpp217 uint32_t num_supported_hardware_watchpoints; in DoExecute() local
219 num_supported_hardware_watchpoints); in DoExecute()
223 num_supported_hardware_watchpoints); in DoExecute()
/external/llvm-project/lldb/source/Target/
DTarget.cpp766 uint32_t num_supported_hardware_watchpoints; in CheckIfWatchpointsSupported() local
768 num_supported_hardware_watchpoints); in CheckIfWatchpointsSupported()
775 if (num_supported_hardware_watchpoints == 0) { in CheckIfWatchpointsSupported()
778 num_supported_hardware_watchpoints); in CheckIfWatchpointsSupported()