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.cpp208 std::optional<uint32_t> num_supported_hardware_watchpoints = in DoExecute() local
211 if (num_supported_hardware_watchpoints) in DoExecute()
214 *num_supported_hardware_watchpoints); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp923 std::optional<uint32_t> num_supported_hardware_watchpoints = in CheckIfWatchpointsSupported() local
928 if (!num_supported_hardware_watchpoints) in CheckIfWatchpointsSupported()
931 if (*num_supported_hardware_watchpoints == 0) { in CheckIfWatchpointsSupported()
934 *num_supported_hardware_watchpoints); in CheckIfWatchpointsSupported()