Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp596 bool is_resolved = IsResolved(); in GetDescription() local
597 bool is_hardware = is_resolved && m_bp_site_sp->IsHardware(); in GetDescription()
602 s->Printf("resolved = %s\n", is_resolved ? "true" : "false"); in GetDescription()
615 s->Printf(", %sresolved, %shit count = %u ", (is_resolved ? "" : "un"), in GetDescription()
627 bool is_resolved = IsResolved(); in Dump() local
628 bool is_hardware = is_resolved && m_bp_site_sp->IsHardware(); in Dump()
629 auto hardware_index = is_resolved ? in Dump()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DFileSpec.h378 void SetIsResolved(bool is_resolved) { m_is_resolved = is_resolved; } in SetIsResolved() argument
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/command/commands/
H A DDexExpectWatchBase.py28 def is_resolved(self, resolutions): member in AddressExpression
/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp109 bool is_resolved = target.GetSectionLoadList().IsEmpty() in ResolveAddress() local
116 if (is_resolved && resolved_addr.IsValid()) in ResolveAddress()
H A DIOHandlerCursesGUI.cpp5381 bool is_resolved = breakpoint_location->IsResolved(); in ComputeDetailsList() local
5383 resolved_stream.Printf("resolved = %s", is_resolved ? "true" : "false"); in ComputeDetailsList()
5386 bool is_hardware = is_resolved && breakpoint_site->IsHardware(); in ComputeDetailsList()