Searched refs:m_addr_context (Results 1 – 4 of 4) sorted by relevance
61 if (m_addr_context.line_entry.IsValid()) { in GetDescription()63 m_addr_context.line_entry.DumpStopContext(s, false); in GetDescription()107 if (m_addr_context.comp_unit) { in IsEquivalentContext()108 if (m_addr_context.comp_unit != context.comp_unit) in IsEquivalentContext()110 if (m_addr_context.function) { in IsEquivalentContext()111 if (m_addr_context.function != context.function) in IsEquivalentContext()119 return m_addr_context.block == context.block; in IsEquivalentContext()123 return m_addr_context.symbol && m_addr_context.symbol == context.symbol; in IsEquivalentContext()217 if (m_addr_context.line_entry.IsValid()) { in ShouldStop()224 sc.comp_unit == m_addr_context.comp_unit && in ShouldStop()[all …]
38 m_addr_context(addr_context), m_address_ranges(), in ThreadPlanStepRange()120 if (m_addr_context.line_entry.IsValid() && in InRange()122 if (m_addr_context.line_entry.original_file == in InRange()125 m_addr_context = new_context; in InRange()144 m_addr_context = new_context; in InRange()169 m_addr_context = new_context; in InRange()171 AddRange(m_addr_context.line_entry.range); in InRange()197 if (m_addr_context.function != nullptr) { in InSymbol()200 } else if (m_addr_context.symbol && m_addr_context.symbol->ValueIsAddress()) { in InSymbol()201 AddressRange range(m_addr_context.symbol->GetAddressRef(), in InSymbol()[all …]
107 if (m_addr_context.line_entry.IsValid()) { in GetDescription()109 m_addr_context.line_entry.DumpStopContext(s, false); in GetDescription()
65 SymbolContext m_addr_context; variable