reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
79 CursorSP first_cursor_sp(new Cursor()); 114 UnwindLLDB::CursorSP UnwindLLDB::GetOneMoreFrame(ABI *abi) { 125 CursorSP prev_frame = m_frames.back(); 128 CursorSP cursor_sp(new Cursor()); 301 CursorSP old_m_candidate_frame = m_candidate_frame; 331 CursorSP new_frame = m_candidate_frame; 362 CursorSP new_frame_v2 = GetOneMoreFrame(abi);tools/lldb/source/Plugins/Process/Utility/UnwindLLDB.h
130 std::vector<CursorSP> m_frames; 131 CursorSP m_candidate_frame; 146 CursorSP GetOneMoreFrame(ABI *abi);