reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
381 if (it == m_software_breakpoints.end()) 383 assert(it->second.ref_count > 0); 384 if (--it->second.ref_count > 0) 392 it->second.breakpoint_opcodes.size(), 0); 403 const auto &saved = it->second.saved_opcodes; 405 if (makeArrayRef(curr_break_op) != it->second.breakpoint_opcodes) { 406 if (curr_break_op != it->second.saved_opcodes) 437 m_software_breakpoints.erase(it);