Home
last modified time | relevance | path

Searched refs:is_resolved (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp604 bool is_resolved = IsResolved(); in GetDescription() local
605 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() local
636 bool is_hardware = is_resolved && m_bp_site_sp->IsHardware(); in Dump()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp110 bool is_resolved = in ResolveAddress() local
117 if (is_resolved && resolved_addr.IsValid()) in ResolveAddress()
H A DIOHandlerCursesGUI.cpp5408 bool is_resolved = breakpoint_location->IsResolved(); in ComputeDetailsList() local
5410 resolved_stream.Printf("resolved = %s", is_resolved ? "true" : "false"); in ComputeDetailsList()
5413 bool is_hardware = is_resolved && breakpoint_site->IsHardware(); in ComputeDetailsList()