Searched refs:is_resolved (Results 1 – 3 of 3) sorted by relevance
604 bool is_resolved = IsResolved(); in GetDescription() local605 bool is_hardware = is_resolved && m_bp_site_sp->IsHardware(); in GetDescription()610 s->Printf("resolved = %s\n", is_resolved ? "true" : "false"); in GetDescription()623 s->Printf(", %sresolved, %shit count = %u ", (is_resolved ? "" : "un"), in GetDescription()635 bool is_resolved = IsResolved(); in Dump() local636 bool is_hardware = is_resolved && m_bp_site_sp->IsHardware(); in Dump()
110 bool is_resolved = in ResolveAddress() local117 if (is_resolved && resolved_addr.IsValid()) in ResolveAddress()
5408 bool is_resolved = breakpoint_location->IsResolved(); in ComputeDetailsList() local5410 resolved_stream.Printf("resolved = %s", is_resolved ? "true" : "false"); in ComputeDetailsList()5413 bool is_hardware = is_resolved && breakpoint_site->IsHardware(); in ComputeDetailsList()