Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DStackFrameList.h22 class StackFrameList {
25 StackFrameList(Thread &thread, const lldb::StackFrameListSP &prev_frames_sp,
28 ~StackFrameList();
158 StackFrameList(const StackFrameList &) = delete;
159 const StackFrameList &operator=(const StackFrameList &) = delete;
H A DStackFrame.h494 friend class StackFrameList;
H A DThread.h1206 friend class StackFrameList; variable
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrameList.cpp36 StackFrameList::StackFrameList(Thread &thread, in StackFrameList() function in StackFrameList
50 StackFrameList::~StackFrameList() { in ~StackFrameList()
56 void StackFrameList::CalculateCurrentInlinedDepth() { in CalculateCurrentInlinedDepth()
63 uint32_t StackFrameList::GetCurrentInlinedDepth() { in GetCurrentInlinedDepth()
81 void StackFrameList::ResetCurrentInlinedDepth() { in ResetCurrentInlinedDepth()
203 bool StackFrameList::DecrementCurrentInlinedDepth() { in DecrementCurrentInlinedDepth()
216 void StackFrameList::SetCurrentInlinedDepth(uint32_t new_depth) { in SetCurrentInlinedDepth()
224 void StackFrameList::GetOnlyConcreteFramesUpTo(uint32_t end_idx, in GetOnlyConcreteFramesUpTo()
366 void StackFrameList::SynthesizeTailCallFrames(StackFrame &next_frame) { in SynthesizeTailCallFrames()
437 void StackFrameList::GetFramesUpTo(uint32_t end_idx) { in GetFramesUpTo()
[all …]
H A DCMakeLists.txt40 StackFrameList.cpp
H A DThread.cpp1429 std::make_shared<StackFrameList>(*this, m_prev_frames_sp, true); in GetStackFrameList()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.cpp70 std::make_shared<StackFrameList>(*this, StackFrameListSP(), true); in GetStackFrameList()
/openbsd-src/gnu/usr.bin/clang/liblldbTarget/
H A DMakefile39 StackFrameList.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Target/
H A DBUILD.gn63 "StackFrameList.cpp",
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h197 class StackFrameList; variable
397 typedef std::shared_ptr<lldb_private::StackFrameList> StackFrameListSP;
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt3822 lldb/include/lldb/Target/StackFrameList.h