Searched refs:GetStackFrameList (Results 1 – 3 of 3) sorted by relevance
351 return GetStackFrameList()->GetNumFrames(); in GetStackFrameCount()357 return GetStackFrameList()->GetFrameAtIndex(idx); in GetStackFrameAtIndex()366 return GetStackFrameList()->DecrementCurrentInlinedDepth(); in DecrementCurrentInlinedDepth()372 return GetStackFrameList()->GetCurrentInlinedDepth(); in GetCurrentInlinedDepth()385 return GetStackFrameList()->GetFrameWithStackID (stack_id); in GetFrameWithStackID()392 return GetStackFrameList()->GetSelectedFrameIndex(); in GetSelectedFrameIndex()398 lldb::StackFrameListSP stack_frame_list_sp(GetStackFrameList()); in GetSelectedFrame()415 GetStackFrameList()->SetDefaultFileAndLineToSelectedFrame(); in SetDefaultFileAndLineToSelectedFrame()1023 GetStackFrameList ();
224 … frame_sp = thread_sp->GetStackFrameList()->GetFrameWithStackID (event_data->GetStackID()); in GetStackFrameFromEvent()320 uint32_t ret_value = GetStackFrameList()->SetSelectedFrame(frame); in SetSelectedFrame()329 StackFrameSP frame_sp(GetStackFrameList()->GetFrameAtIndex (frame_idx)); in SetSelectedFrameByIndex()332 GetStackFrameList()->SetSelectedFrame(frame_sp.get()); in SetSelectedFrameByIndex()518 GetStackFrameList()->SetCurrentInlinedDepth (saved_state.current_inlined_depth); in RestoreThreadStateFromCheckpoint()752 GetStackFrameList()->CalculateCurrentInlinedDepth(); in ShouldStop()1602 Thread::GetStackFrameList () in GetStackFrameList() function in Thread1638 return GetStackFrameList()->GetFrameWithConcreteFrameIndex (unwind_idx); in GetFrameWithConcreteFrameIndex()1790 return GetStackFrameList()->GetStackFrameSPForStackFramePtr (stack_frame_ptr); in GetStackFrameSPForStackFramePtr()1867 num_frames_shown = GetStackFrameList ()->GetStatus (strm, in GetStatus()[all …]
207 return thread_sp->GetStackFrameList()->GetVisibleStackFrameIndex(m_frame_index); in GetFrameIndex()