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

/external/lldb/source/Target/
H A DStackFrameList.cpp380 StackFrameList *curr_frames = this; local
382 //curr_frames->m_current_inlined_depth = prev_frames->m_current_inlined_depth;
383 //curr_frames->m_current_inlined_pc = prev_frames->m_current_inlined_pc;
384 //printf ("GetFramesUpTo: Copying current inlined depth: %d 0x%" PRIx64 ".\n", curr_frames->m_current_inlined_depth, curr_frames->m_current_inlined_pc);
390 curr_frames->Dump (&s);
395 for (curr_frame_num = curr_frames->m_frames.size(), prev_frame_num = prev_frames->m_frames.size();
401 StackFrameSP curr_frame_sp (curr_frames->m_frames[curr_frame_idx]);

Completed in 76 milliseconds