reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm.cpp
 1632 uint32_t RegisterContextDarwin_arm::NumSupportedHardwareWatchpoints() {
tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.cpp
  927 uint32_t RegisterContextDarwin_arm64::NumSupportedHardwareWatchpoints() {
tools/lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.cpp
  163 uint32_t RegisterContextThreadMemory::NumSupportedHardwareWatchpoints() {

Declarations

tools/lldb/include/lldb/Target/RegisterContext.h
  117   virtual uint32_t NumSupportedHardwareWatchpoints();

References

tools/lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.cpp
  166     return m_reg_ctx_sp->NumSupportedHardwareWatchpoints();