Searched refs:UnwindLogMsg (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | RegisterContextUnwind.cpp | 122 UnwindLogMsg("frame does not have a register context"); in InitializeZerothFrame() 130 UnwindLogMsg("frame does not have a pc"); in InitializeZerothFrame() 148 UnwindLogMsg("This is an async frame"); in InitializeZerothFrame() 160 UnwindLogMsg("using architectural default unwind method"); in InitializeZerothFrame() 166 UnwindLogMsg("with pc value of 0x%" PRIx64 ", symbol name is '%s'", in InitializeZerothFrame() 169 UnwindLogMsg("with pc value of 0x%" PRIx64 ", function name is '%s'", in InitializeZerothFrame() 172 UnwindLogMsg("with pc value of 0x%" PRIx64 in InitializeZerothFrame() 219 UnwindLogMsg("Cannot set cfa"); in InitializeZerothFrame() 226 UnwindLogMsg("async active row: %s", active_row_strm.GetData()); in InitializeZerothFrame() 228 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 D | RegisterContextUnwind.h | 205 void UnwindLogMsg(const char *fmt, ...) __attribute__((format(printf, 2, 3)));
|