Home
last modified time | relevance | path

Searched refs:UnwindLogMsg (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp121 UnwindLogMsg("frame does not have a register context"); in InitializeZerothFrame()
129 UnwindLogMsg("frame does not have a pc"); in InitializeZerothFrame()
146 UnwindLogMsg("This is an async frame"); in InitializeZerothFrame()
158 UnwindLogMsg("using architectural default unwind method"); in InitializeZerothFrame()
165 UnwindLogMsg("with pc value of 0x%" PRIx64 ", symbol name is '%s'", in InitializeZerothFrame()
168 UnwindLogMsg("with pc value of 0x%" PRIx64 ", function name is '%s'", in InitializeZerothFrame()
171 UnwindLogMsg("with pc value of 0x%" PRIx64 in InitializeZerothFrame()
224 UnwindLogMsg("Cannot set cfa"); in InitializeZerothFrame()
231 UnwindLogMsg("async active row: %s", active_row_strm.GetData()); in InitializeZerothFrame()
233 UnwindLogMsg("m_cfa = 0x%" PRIx64 " m_afa = 0x%" PRIx64, m_cfa, m_afa); in InitializeZerothFrame()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContextUnwind.h201 void UnwindLogMsg(const char *fmt, ...) __attribute__((format(printf, 2, 3)));