Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.h63 bool IsTrapHandlerFrame() const;
H A DUnwindLLDB.cpp215 if (!reg_ctx_sp->IsTrapHandlerFrame()) { in GetOneMoreFrame()
H A DRegisterContextLLDB.cpp323 GetNextFrame()->IsTrapHandlerFrame()) in InitializeNonZerothFrame()
1102 bool RegisterContextLLDB::IsTrapHandlerFrame() const { in IsTrapHandlerFrame() function in RegisterContextLLDB
2031 GetNextFrame()->IsTrapHandlerFrame()) in ReadPC()