Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h227 uint32_t GetNumSupportedHardwareWatchpoints(lldb::SBError &error) const;
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcess.i353 GetNumSupportedHardwareWatchpoints (lldb::SBError &error) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1018 SBProcess::GetNumSupportedHardwareWatchpoints(lldb::SBError &sb_error) const { in GetNumSupportedHardwareWatchpoints() function in SBProcess
1020 GetNumSupportedHardwareWatchpoints, in GetNumSupportedHardwareWatchpoints()
1439 GetNumSupportedHardwareWatchpoints, in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp40544 result = (uint32_t)((lldb::SBProcess const *)arg1)->GetNumSupportedHardwareWatchpoints(*arg2); in _wrap_SBProcess_GetNumSupportedHardwareWatchpoints()