Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h251 uint32_t GetNumSupportedHardwareWatchpoints(lldb::SBError &error) const;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1036 SBProcess::GetNumSupportedHardwareWatchpoints(lldb::SBError &sb_error) const { in GetNumSupportedHardwareWatchpoints() function in SBProcess
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp45727 result = (uint32_t)((lldb::SBProcess const *)arg1)->GetNumSupportedHardwareWatchpoints(*arg2); in _wrap_SBProcess_GetNumSupportedHardwareWatchpoints()