Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1059 std::optional<uint32_t> actual_num = process_sp->GetWatchpointSlotCount(); in GetNumSupportedHardwareWatchpoints() local
1060 if (actual_num) { in GetNumSupportedHardwareWatchpoints()
1061 num = *actual_num; in GetNumSupportedHardwareWatchpoints()