Searched refs:m_addr_context (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Target/
H A DThreadPlanStepOverRange.cpp119 // Match as much as is specified in the m_addr_context:
125 if (m_addr_context.comp_unit)
127 if (m_addr_context.comp_unit == older_context.comp_unit)
129 if (m_addr_context.function && m_addr_context.function == older_context.function)
131 if (m_addr_context.block && m_addr_context.block == older_context.block)
138 else if (m_addr_context.symbol && m_addr_context.symbol == older_context.symbol)
188 if (m_addr_context
[all...]
H A DThreadPlanStepRange.cpp49 m_addr_context (addr_context),
154 if (m_addr_context.line_entry.IsValid() && new_context.line_entry.IsValid())
156 if (m_addr_context.line_entry.file == new_context.line_entry.file)
158 if (m_addr_context.line_entry.line == new_context.line_entry.line)
160 m_addr_context = new_context;
161 AddRange(m_addr_context.line_entry.range);
166 m_addr_context.line_entry.Dump (&s,
183 m_addr_context = new_context;
185 AddRange(m_addr_context.line_entry.range);
190 m_addr_context
[all...]
/external/lldb/include/lldb/Target/
H A DThreadPlanStepRange.h76 SymbolContext m_addr_context; member in class:lldb_private::ThreadPlanStepRange

Completed in 293 milliseconds