Searched refs:GetStackFrameList (Results 1 – 5 of 5) sorted by relevance
419 return GetStackFrameList()->GetNumFrames(); in GetStackFrameCount()423 return GetStackFrameList()->GetFrameAtIndex(idx); in GetStackFrameAtIndex()430 return GetStackFrameList()->DecrementCurrentInlinedDepth(); in DecrementCurrentInlinedDepth()434 return GetStackFrameList()->GetCurrentInlinedDepth(); in GetCurrentInlinedDepth()450 return GetStackFrameList()->GetFrameWithStackID(stack_id); in GetFrameWithStackID()455 return GetStackFrameList()->GetSelectedFrameIndex(); in GetSelectedFrameIndex()469 GetStackFrameList()->SetDefaultFileAndLineToSelectedFrame(); in SetDefaultFileAndLineToSelectedFrame()1301 lldb::StackFrameListSP GetStackFrameList();
229 frame_sp = thread_sp->GetStackFrameList()->GetFrameWithStackID( in GetStackFrameFromEvent()321 StackFrameListSP stack_frame_list_sp(GetStackFrameList()); in GetSelectedFrame()330 uint32_t ret_value = GetStackFrameList()->SetSelectedFrame(frame); in SetSelectedFrame()338 StackFrameSP frame_sp(GetStackFrameList()->GetFrameAtIndex(frame_idx)); in SetSelectedFrameByIndex()340 GetStackFrameList()->SetSelectedFrame(frame_sp.get()); in SetSelectedFrameByIndex()578 GetStackFrameList()->SetCurrentInlinedDepth( in RestoreThreadStateFromCheckpoint()793 GetStackFrameList()->CalculateCurrentInlinedDepth(); in ShouldStop()1601 StackFrameListSP Thread::GetStackFrameList() { in GetStackFrameList() function in Thread1634 return GetStackFrameList()->GetFrameWithConcreteFrameIndex(unwind_idx); in GetFrameWithConcreteFrameIndex()1952 num_frames_shown = GetStackFrameList()->GetStatus( in GetStatus()[all …]
168 return thread_sp->GetStackFrameList()->GetVisibleStackFrameIndex( in GetFrameIndex()
63 lldb::StackFrameListSP HistoryThread::GetStackFrameList() { in GetStackFrameList() function in HistoryThread
81 virtual lldb::StackFrameListSP GetStackFrameList();