Searched refs:is_hardware (Results 1 – 2 of 2) sorted by relevance
596 bool is_hardware = is_resolved && m_bp_site_sp->IsHardware(); in GetDescription() local603 s->Printf("hardware = %s\n", is_hardware ? "true" : "false"); in GetDescription()615 (is_hardware ? "hardware, " : ""), GetHitCount()); in GetDescription()627 bool is_hardware = is_resolved && m_bp_site_sp->IsHardware(); in Dump() local640 is_hardware ? "hardware" : "software", GetHitCount(), in Dump()
5411 bool is_hardware = is_resolved && breakpoint_site->IsHardware(); in ComputeDetailsList() local5413 hardware_stream.Printf("hardware = %s", is_hardware ? "true" : "false"); in ComputeDetailsList()