Home
last modified time | relevance | path

Searched refs:m_current_inlined_pc (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Target/
DStackFrameList.cpp41 m_current_inlined_pc(LLDB_INVALID_ADDRESS), in StackFrameList()
45 m_current_inlined_pc = prev_frames_sp->m_current_inlined_pc; in StackFrameList()
63 if (m_show_inlined_frames && m_current_inlined_pc != LLDB_INVALID_ADDRESS) { in GetCurrentInlinedDepth()
65 if (cur_pc != m_current_inlined_pc) { in GetCurrentInlinedDepth()
66 m_current_inlined_pc = LLDB_INVALID_ADDRESS; in GetCurrentInlinedDepth()
91 m_current_inlined_pc = LLDB_INVALID_ADDRESS; in ResetCurrentInlinedDepth()
136 m_current_inlined_pc = curr_pc; in ResetCurrentInlinedDepth()
162 m_current_inlined_pc = curr_pc; in ResetCurrentInlinedDepth()
185 m_current_inlined_pc = curr_pc; in ResetCurrentInlinedDepth()
215 m_current_inlined_pc = LLDB_INVALID_ADDRESS; in SetCurrentInlinedDepth()
[all …]
/external/llvm-project/lldb/include/lldb/Target/
DStackFrameList.h152 lldb::addr_t m_current_inlined_pc; variable