Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBProcess.h227 uint32_t GetNumSupportedHardwareWatchpoints(lldb::SBError &error) const;
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBProcess.i353 GetNumSupportedHardwareWatchpoints (lldb::SBError &error) const;
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h194 uint32_t GetNumSupportedHardwareWatchpoints() const;
H A DMachProcess.mm2101 uint32_t MachProcess::GetNumSupportedHardwareWatchpoints() const { function
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBProcess.cpp962 SBProcess::GetNumSupportedHardwareWatchpoints(lldb::SBError &sb_error) const { in GetNumSupportedHardwareWatchpoints() function in SBProcess
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DDNB.cpp1193 return procSP->GetNumSupportedHardwareWatchpoints(); in DNBWatchpointGetNumSupportedHWP()