Searched refs:GetStackFrameList (Results 1 – 6 of 6) sorted by relevance
396 return GetStackFrameList()->GetNumFrames(); in GetStackFrameCount()400 return GetStackFrameList()->GetFrameAtIndex(idx); in GetStackFrameAtIndex()407 return GetStackFrameList()->DecrementCurrentInlinedDepth(); in DecrementCurrentInlinedDepth()411 return GetStackFrameList()->GetCurrentInlinedDepth(); in GetCurrentInlinedDepth()427 return GetStackFrameList()->GetFrameWithStackID(stack_id); in GetFrameWithStackID()432 return GetStackFrameList()->GetSelectedFrameIndex(); in GetSelectedFrameIndex()446 GetStackFrameList()->SetDefaultFileAndLineToSelectedFrame(); in SetDefaultFileAndLineToSelectedFrame()1243 lldb::StackFrameListSP GetStackFrameList();
205 frame_sp = thread_sp->GetStackFrameList()->GetFrameWithStackID( in GetStackFrameFromEvent()268 StackFrameListSP stack_frame_list_sp(GetStackFrameList()); in GetSelectedFrame()277 uint32_t ret_value = GetStackFrameList()->SetSelectedFrame(frame); in SetSelectedFrame()285 StackFrameSP frame_sp(GetStackFrameList()->GetFrameAtIndex(frame_idx)); in SetSelectedFrameByIndex()287 GetStackFrameList()->SetSelectedFrame(frame_sp.get()); in SetSelectedFrameByIndex()542 GetStackFrameList()->SetCurrentInlinedDepth( in RestoreThreadStateFromCheckpoint()594 auto frames_list_sp = GetStackFrameList(); in SelectMostRelevantFrame()823 GetStackFrameList()->CalculateCurrentInlinedDepth(); in ShouldStop()1424 StackFrameListSP Thread::GetStackFrameList() { in GetStackFrameList() function in Thread1453 return GetStackFrameList()->GetFrameWithConcreteFrameIndex(unwind_idx); in GetFrameWithConcreteFrameIndex()[all …]
178 return thread_sp->GetStackFrameList()->GetVisibleStackFrameIndex( in GetFrameIndex()
64 lldb::StackFrameListSP HistoryThread::GetStackFrameList() { in GetStackFrameList() function in HistoryThread
77 virtual lldb::StackFrameListSP GetStackFrameList();
172 StackFrameListSP frames = GetStackFrameList(); in LoadArtificialStackFrames()