reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1537 for (i = 0; i < num_hw_breakpoints; ++i) { 1537 for (i = 0; i < num_hw_breakpoints; ++i) { 1537 for (i = 0; i < num_hw_breakpoints; ++i) { 1538 if ((dbg.bcr[i] & BCR_ENABLE) == 0) 1543 if (i < num_hw_breakpoints) { 1545 dbg.bvr[i] = addr & ~((lldb::addr_t)3); 1552 dbg.bcr[i] = BCR_M_IMVA_MATCH | // Stop on address mismatch 1570 dbg.bcr[i] = 1593 return i;