| CalculateCurrentInlinedDepth() | lldb_private::StackFrameList | |
| Clear() | lldb_private::StackFrameList | |
| ClearSelectedFrameIndex() | lldb_private::StackFrameList | |
| collection typedef | lldb_private::StackFrameList | protected |
| const_iterator typedef | lldb_private::StackFrameList | protected |
| DecrementCurrentInlinedDepth() | lldb_private::StackFrameList | protected |
| Dump(Stream *s) | lldb_private::StackFrameList | |
| FetchFramesUpTo(uint32_t end_idx, InterruptionControl allow_interrupt) override | lldb_private::SyntheticStackFrameList | protectedvirtual |
| FetchOnlyConcreteFramesUpTo(uint32_t end_idx) | lldb_private::StackFrameList | private |
| GetAllFramesFetched() const | lldb_private::StackFrameList | inlineprotected |
| GetCurrentInlinedDepth() | lldb_private::StackFrameList | protected |
| GetFrameAtIndex(uint32_t idx) | lldb_private::StackFrameList | |
| GetFrameAtIndexNoLock(uint32_t idx, std::shared_lock< std::shared_mutex > &guard) | lldb_private::StackFrameList | private |
| GetFramesUpTo(uint32_t end_idx, InterruptionControl allow_interrupt) | lldb_private::StackFrameList | protected |
| GetFrameWithConcreteFrameIndex(uint32_t unwind_idx) | lldb_private::StackFrameList | |
| GetFrameWithStackID(const StackID &stack_id) | lldb_private::StackFrameList | |
| GetNumFrames(bool can_create=true) | lldb_private::StackFrameList | |
| GetSelectedFrameIndex(SelectMostRelevant select_most_relevant_frame) | lldb_private::StackFrameList | |
| GetStackFrameSPForStackFramePtr(StackFrame *stack_frame_ptr) | lldb_private::StackFrameList | |
| GetStatus(Stream &strm, uint32_t first_frame, uint32_t num_frames, bool show_frame_info, uint32_t num_frames_with_source, bool show_unique=false, bool show_hidden=false, const char *frame_marker=nullptr) | lldb_private::StackFrameList | |
| GetThread() const | lldb_private::StackFrameList | inline |
| GetVisibleStackFrameIndex(uint32_t idx) | lldb_private::StackFrameList | inline |
| iterator typedef | lldb_private::StackFrameList | protected |
| m_concrete_frames_fetched | lldb_private::StackFrameList | protected |
| m_current_inlined_depth | lldb_private::StackFrameList | protected |
| m_current_inlined_pc | lldb_private::StackFrameList | protected |
| m_frames | lldb_private::StackFrameList | protected |
| m_inlined_depth_mutex | lldb_private::StackFrameList | mutableprotected |
| m_input_frames | lldb_private::SyntheticStackFrameList | private |
| m_list_mutex | lldb_private::StackFrameList | mutableprotected |
| m_prev_frames_sp | lldb_private::StackFrameList | protected |
| m_selected_frame_idx | lldb_private::StackFrameList | protected |
| m_selected_frame_mutex | lldb_private::StackFrameList | protected |
| m_show_inlined_frames | lldb_private::StackFrameList | protected |
| m_thread | lldb_private::StackFrameList | protected |
| operator=(const StackFrameList &)=delete | lldb_private::StackFrameList | private |
| ResetCurrentInlinedDepth() | lldb_private::StackFrameList | protected |
| SelectMostRelevantFrame() | lldb_private::StackFrameList | protected |
| SetAllFramesFetched() | lldb_private::StackFrameList | inlineprotected |
| SetCurrentInlinedDepth(uint32_t new_depth) | lldb_private::StackFrameList | protected |
| SetDefaultFileAndLineToSelectedFrame() | lldb_private::StackFrameList | |
| SetFrameAtIndex(uint32_t idx, lldb::StackFrameSP &frame_sp) | lldb_private::StackFrameList | protected |
| SetSelectedFrame(lldb_private::StackFrame *frame) | lldb_private::StackFrameList | |
| SetSelectedFrameByIndex(uint32_t idx) | lldb_private::StackFrameList | |
| SetSelectedFrameNoLock(lldb_private::StackFrame *frame) | lldb_private::StackFrameList | private |
| StackFrameList(Thread &thread, const lldb::StackFrameListSP &prev_frames_sp, bool show_inline_frames) | lldb_private::StackFrameList | |
| StackFrameList(const StackFrameList &)=delete | lldb_private::StackFrameList | private |
| SynthesizeTailCallFrames(StackFrame &next_frame) | lldb_private::StackFrameList | private |
| SyntheticStackFrameList(Thread &thread, lldb::StackFrameListSP input_frames, const lldb::StackFrameListSP &prev_frames_sp, bool show_inline_frames) | lldb_private::SyntheticStackFrameList | |
| WereAllFramesFetched() const | lldb_private::StackFrameList | |
| ~StackFrameList() | lldb_private::StackFrameList | virtual |