Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp209 std::optional<uint32_t> num_supported_hardware_watchpoints = in DoExecute() local
212 if (num_supported_hardware_watchpoints) in DoExecute()
215 *num_supported_hardware_watchpoints); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp836 std::optional<uint32_t> num_supported_hardware_watchpoints = in CheckIfWatchpointsSupported() local
841 if (!num_supported_hardware_watchpoints) in CheckIfWatchpointsSupported()
844 if (*num_supported_hardware_watchpoints == 0) { in CheckIfWatchpointsSupported()
847 *num_supported_hardware_watchpoints); in CheckIfWatchpointsSupported()