Home
last modified time | relevance | path

Searched refs:IsTrapHandlerFrame (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DUnwindLLDB.cpp212 if (!reg_ctx_sp->IsTrapHandlerFrame()) { in GetOneMoreFrame()
411 } else if (m_frames[idx - 1]->reg_ctx_lldb_sp->IsTrapHandlerFrame()) { in DoGetFrameInfoAtIndex()
416 } else if (m_frames[idx]->reg_ctx_lldb_sp->IsTrapHandlerFrame()) { in DoGetFrameInfoAtIndex()
H A DRegisterContextUnwind.cpp366 GetNextFrame()->IsTrapHandlerFrame()) in InitializeNonZerothFrame()
1201 bool RegisterContextUnwind::IsTrapHandlerFrame() const { in IsTrapHandlerFrame() function in RegisterContextUnwind
2305 GetNextFrame()->IsTrapHandlerFrame()) in ReadPC()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DRegisterContextUnwind.h62 bool IsTrapHandlerFrame() const;