Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/Utility/
DRegisterContextLLDB.cpp127 UnwindLogMsg ("using architectural default unwind method"); in InitializeZerothFrame()
194 UnwindLogMsg ("%s", active_row_strm.GetString().c_str()); in InitializeZerothFrame()
215UnwindLogMsg ("cfa_regval = 0x%16.16" PRIx64 " (cfa_regval = 0x%16.16" PRIx64 ", cfa_offset = %i)"… in InitializeZerothFrame()
216UnwindLogMsg ("initialized frame current pc is 0x%" PRIx64 " cfa is 0x%" PRIx64 " using %s UnwindP… in InitializeZerothFrame()
249 UnwindLogMsg ("could not get pc value"); in InitializeNonZerothFrame()
256 UnwindLogMsg ("pc = 0x%16.16" PRIx64, pc); in InitializeNonZerothFrame()
259 UnwindLogMsg ("fp = 0x%16.16" PRIx64, reg_val); in InitializeNonZerothFrame()
261 UnwindLogMsg ("sp = 0x%16.16" PRIx64, reg_val); in InitializeNonZerothFrame()
286 UnwindLogMsg ("using architectural default unwind method"); in InitializeNonZerothFrame()
299UnwindLogMsg ("had a pc of 0x%" PRIx64 " which is not in executable memory but on frame 1 -- allow… in InitializeNonZerothFrame()
[all …]
DRegisterContextLLDB.h162 UnwindLogMsg (const char *fmt, ...) __attribute__ ((format (printf, 2, 3)));