Home
last modified time | relevance | path

Searched refs:StackFrameList (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/lldb/include/lldb/Target/
DStackFrameList.h20 class StackFrameList {
23 StackFrameList(Thread &thread, const lldb::StackFrameListSP &prev_frames_sp,
26 ~StackFrameList();
92 static void Merge(std::unique_ptr<StackFrameList> &curr_up,
158 StackFrameList(const StackFrameList &) = delete;
159 const StackFrameList &operator=(const StackFrameList &) = delete;
DStackFrame.h487 friend class StackFrameList;
DThread.h1197 friend class StackFrameList; variable
/external/llvm-project/lldb/source/Target/
DStackFrameList.cpp35 StackFrameList::StackFrameList(Thread &thread, in StackFrameList() function in StackFrameList
49 StackFrameList::~StackFrameList() { in ~StackFrameList()
55 void StackFrameList::CalculateCurrentInlinedDepth() { in CalculateCurrentInlinedDepth()
62 uint32_t StackFrameList::GetCurrentInlinedDepth() { in GetCurrentInlinedDepth()
80 void StackFrameList::ResetCurrentInlinedDepth() { in ResetCurrentInlinedDepth()
199 bool StackFrameList::DecrementCurrentInlinedDepth() { in DecrementCurrentInlinedDepth()
212 void StackFrameList::SetCurrentInlinedDepth(uint32_t new_depth) { in SetCurrentInlinedDepth()
220 void StackFrameList::GetOnlyConcreteFramesUpTo(uint32_t end_idx, in GetOnlyConcreteFramesUpTo()
362 void StackFrameList::SynthesizeTailCallFrames(StackFrame &next_frame) { in SynthesizeTailCallFrames()
433 void StackFrameList::GetFramesUpTo(uint32_t end_idx) { in GetFramesUpTo()
[all …]
DCMakeLists.txt38 StackFrameList.cpp
DThread.cpp1429 std::make_shared<StackFrameList>(*this, m_prev_frames_sp, true); in GetStackFrameList()
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DHistoryThread.cpp69 std::make_shared<StackFrameList>(*this, StackFrameListSP(), true); in GetStackFrameList()
/external/llvm-project/lldb/include/lldb/
Dlldb-forward.h187 class StackFrameList; variable
404 typedef std::shared_ptr<lldb_private::StackFrameList> StackFrameListSP;