Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp595 bool is_resolved = IsResolved(); in GetDescription() local
596 bool is_hardware = is_resolved && m_bp_site_sp->IsHardware(); in GetDescription()
601 s->Printf("resolved = %s\n", is_resolved ? "true" : "false"); in GetDescription()
614 s->Printf(", %sresolved, %shit count = %u ", (is_resolved ? "" : "un"), in GetDescription()
626 bool is_resolved = IsResolved(); in Dump() local
627 bool is_hardware = is_resolved && m_bp_site_sp->IsHardware(); in Dump()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h393 SetIsResolved(bool is_resolved) SetIsResolved() argument
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp105 bool is_resolved = target.GetSectionLoadList().IsEmpty() in ResolveAddress() local
112 if (is_resolved && resolved_addr.IsValid()) in ResolveAddress()
H A DIOHandlerCursesGUI.cpp5406 bool is_resolved = breakpoint_location->IsResolved(); in ComputeDetailsList() local
5408 resolved_stream.Printf("resolved = %s", is_resolved ? "true" : "false"); in ComputeDetailsList()
5411 bool is_hardware = is_resolved && breakpoint_site->IsHardware(); in ComputeDetailsList()