Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DRegisterContextUnwind.cpp119 UnwindLogMsg("frame does not have a register context"); in InitializeZerothFrame()
127 UnwindLogMsg("frame does not have a pc"); in InitializeZerothFrame()
151 UnwindLogMsg("using architectural default unwind method"); in InitializeZerothFrame()
158 UnwindLogMsg("with pc value of 0x%" PRIx64 ", symbol name is '%s'", in InitializeZerothFrame()
161 UnwindLogMsg("with pc value of 0x%" PRIx64 ", function name is '%s'", in InitializeZerothFrame()
164 UnwindLogMsg("with pc value of 0x%" PRIx64 in InitializeZerothFrame()
214 UnwindLogMsg("%s", active_row_strm.GetData()); in InitializeZerothFrame()
219 UnwindLogMsg("could not find an unwindplan row for this frame's pc"); in InitializeZerothFrame()
247 UnwindLogMsg("could not read CFA value for first frame."); in InitializeZerothFrame()
254 UnwindLogMsg("initialized frame current pc is 0x%" PRIx64 " cfa is 0x%" PRIx64 in InitializeZerothFrame()
[all …]
/external/llvm-project/lldb/include/lldb/Target/
DRegisterContextUnwind.h196 void UnwindLogMsg(const char *fmt, ...) __attribute__((format(printf, 2, 3)));