Searched refs:GetStackFrameList (Results 1 – 6 of 6) sorted by relevance
395 return GetStackFrameList()->GetNumFrames(); in GetStackFrameCount()399 return GetStackFrameList()->GetFrameAtIndex(idx); in GetStackFrameAtIndex()406 return GetStackFrameList()->DecrementCurrentInlinedDepth(); in DecrementCurrentInlinedDepth()410 return GetStackFrameList()->GetCurrentInlinedDepth(); in GetCurrentInlinedDepth()426 return GetStackFrameList()->GetFrameWithStackID(stack_id); in GetFrameWithStackID()431 return GetStackFrameList()->GetSelectedFrameIndex(); in GetSelectedFrameIndex()445 GetStackFrameList()->SetDefaultFileAndLineToSelectedFrame(); in SetDefaultFileAndLineToSelectedFrame()1234 lldb::StackFrameListSP GetStackFrameList();
204 frame_sp = thread_sp->GetStackFrameList()->GetFrameWithStackID( in GetStackFrameFromEvent()266 StackFrameListSP stack_frame_list_sp(GetStackFrameList()); in GetSelectedFrame()275 uint32_t ret_value = GetStackFrameList()->SetSelectedFrame(frame); in SetSelectedFrame()283 StackFrameSP frame_sp(GetStackFrameList()->GetFrameAtIndex(frame_idx)); in SetSelectedFrameByIndex()285 GetStackFrameList()->SetSelectedFrame(frame_sp.get()); in SetSelectedFrameByIndex()531 GetStackFrameList()->SetCurrentInlinedDepth( in RestoreThreadStateFromCheckpoint()583 auto frames_list_sp = GetStackFrameList(); in SelectMostRelevantFrame()805 GetStackFrameList()->CalculateCurrentInlinedDepth(); in ShouldStop()1401 StackFrameListSP Thread::GetStackFrameList() { in GetStackFrameList() function in Thread1750 num_frames_shown = GetStackFrameList()->GetStatus( in GetStatus()[all …]
177 return thread_sp->GetStackFrameList()->GetVisibleStackFrameIndex( in GetFrameIndex()
64 lldb::StackFrameListSP HistoryThread::GetStackFrameList() { in GetStackFrameList() function in HistoryThread
77 virtual lldb::StackFrameListSP GetStackFrameList();
170 StackFrameListSP frames = GetStackFrameList(); in LoadArtificialStackFrames()