Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_process.py50 obj.GetNumSupportedHardwareWatchpoints(error)
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBProcess.h227 uint32_t GetNumSupportedHardwareWatchpoints(lldb::SBError &error) const;
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBProcess.i353 GetNumSupportedHardwareWatchpoints (lldb::SBError &error) const;
/llvm-project-15.0.7/lldb/test/API/python_api/process/
H A DTestProcessAPI.py316 num = process.GetNumSupportedHardwareWatchpoints(error)
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h193 uint32_t GetNumSupportedHardwareWatchpoints() const;
H A DMachProcess.mm2095 uint32_t MachProcess::GetNumSupportedHardwareWatchpoints() const { function
/llvm-project-15.0.7/lldb/source/API/
H A DSBProcess.cpp962 SBProcess::GetNumSupportedHardwareWatchpoints(lldb::SBError &sb_error) const { in GetNumSupportedHardwareWatchpoints() function in SBProcess
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNB.cpp1185 return procSP->GetNumSupportedHardwareWatchpoints(); in DNBWatchpointGetNumSupportedHWP()