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

References

tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm.cpp
 1693     for (i = 0; i < num_hw_watchpoints; ++i) {
 1693     for (i = 0; i < num_hw_watchpoints; ++i) {
 1693     for (i = 0; i < num_hw_watchpoints; ++i) {
 1694       if ((dbg.wcr[i] & WCR_ENABLE) == 0)
 1699     if (i < num_hw_watchpoints) {
 1703       dbg.wvr[i] = addr & ~((lldb::addr_t)3);
 1704       dbg.wcr[i] = byte_address_select |     // Which bytes that follow the IMVA
 1717         return i;