Searched refs:m_current_inlined_pc (Results 1 – 2 of 2) sorted by relevance
44 m_current_inlined_pc(LLDB_INVALID_ADDRESS), in StackFrameList()48 m_current_inlined_pc = prev_frames_sp->m_current_inlined_pc; in StackFrameList()67 if (m_show_inlined_frames && m_current_inlined_pc != LLDB_INVALID_ADDRESS) { in GetCurrentInlinedDepth()69 if (cur_pc != m_current_inlined_pc) { in GetCurrentInlinedDepth()70 m_current_inlined_pc = LLDB_INVALID_ADDRESS; in GetCurrentInlinedDepth()99 m_current_inlined_pc = m_thread.GetRegisterContext()->GetPC(); in ResetCurrentInlinedDepth()105 m_current_inlined_depth, m_current_inlined_pc); in ResetCurrentInlinedDepth()108 m_current_inlined_pc = LLDB_INVALID_ADDRESS; in ResetCurrentInlinedDepth()135 m_current_inlined_pc = LLDB_INVALID_ADDRESS; in SetCurrentInlinedDepth()137 m_current_inlined_pc = m_thread.GetRegisterContext()->GetPC(); in SetCurrentInlinedDepth()
201 lldb::addr_t m_current_inlined_pc; variable