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
 1727 bool RegisterContextDarwin_arm::ClearHardwareWatchpoint(uint32_t hw_index) {
tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.cpp
 1026 bool RegisterContextDarwin_arm64::ClearHardwareWatchpoint(uint32_t hw_index) {
tools/lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.cpp
  180 bool RegisterContextThreadMemory::ClearHardwareWatchpoint(uint32_t hw_index) {

Declarations

tools/lldb/include/lldb/Target/RegisterContext.h
  122   virtual bool ClearHardwareWatchpoint(uint32_t hw_index);

References

tools/lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.cpp
  183     return m_reg_ctx_sp->ClearHardwareWatchpoint(hw_index);