reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
991 for (i = 0; i < num_hw_watchpoints; ++i) { 991 for (i = 0; i < num_hw_watchpoints; ++i) { 991 for (i = 0; i < num_hw_watchpoints; ++i) { 992 if ((dbg.wcr[i] & WCR_ENABLE) == 0) 997 if (i < num_hw_watchpoints) { 1001 dbg.wvr[i] = addr & ~((lldb::addr_t)3); 1002 dbg.wcr[i] = byte_address_select | // Which bytes that follow the IMVA 1015 return i;