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.cpp1044 std::optional<uint32_t> actual_num = process_sp->GetWatchpointSlotCount(); in GetNumSupportedHardwareWatchpoints() local
1045 if (actual_num) { in GetNumSupportedHardwareWatchpoints()
1046 num = *actual_num; in GetNumSupportedHardwareWatchpoints()