Searched refs:UnwindLogMsg (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | RegisterContextUnwind.cpp | 119 UnwindLogMsg("frame does not have a register context"); in InitializeZerothFrame() 127 UnwindLogMsg("frame does not have a pc"); in InitializeZerothFrame() 145 UnwindLogMsg("This is an async frame"); in InitializeZerothFrame() 157 UnwindLogMsg("using architectural default unwind method"); in InitializeZerothFrame() 164 UnwindLogMsg("with pc value of 0x%" PRIx64 ", symbol name is '%s'", in InitializeZerothFrame() 167 UnwindLogMsg("with pc value of 0x%" PRIx64 ", function name is '%s'", in InitializeZerothFrame() 170 UnwindLogMsg("with pc value of 0x%" PRIx64 in InitializeZerothFrame() 223 UnwindLogMsg("Cannot set cfa"); in InitializeZerothFrame() 230 UnwindLogMsg("async active row: %s", active_row_strm.GetData()); in InitializeZerothFrame() 232 UnwindLogMsg("m_cfa = 0x%" PRIx64 " m_afa = 0x%" PRIx64, m_cfa, m_afa); in InitializeZerothFrame() [all …]
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | RegisterContextUnwind.h | 201 void UnwindLogMsg(const char *fmt, ...) __attribute__((format(printf, 2, 3)));
|