Lines Matching defs:UnwindLogMsg

127         UnwindLogMsg ("using architectural default unwind method");
194 UnwindLogMsg ("%s", active_row_strm.GetString().c_str());
215 UnwindLogMsg ("cfa_regval = 0x%16.16" PRIx64 " (cfa_regval = 0x%16.16" PRIx64 ", cfa_offset = %i)", m_cfa, cfa_regval, cfa_offset);
216 UnwindLogMsg ("initialized frame current pc is 0x%" PRIx64 " cfa is 0x%" PRIx64 " using %s UnwindPlan",
249 UnwindLogMsg ("could not get pc value");
256 UnwindLogMsg ("pc = 0x%16.16" PRIx64, pc);
259 UnwindLogMsg ("fp = 0x%16.16" PRIx64, reg_val);
261 UnwindLogMsg ("sp = 0x%16.16" PRIx64, reg_val);
286 UnwindLogMsg ("using architectural default unwind method");
299 UnwindLogMsg ("had a pc of 0x%" PRIx64 " which is not in executable memory but on frame 1 -- allowing it once.",
332 UnwindLogMsg ("failed to get cfa value");
344 UnwindLogMsg ("could not find a valid cfa address");
360 UnwindLogMsg ("could not find a row for function offset zero");
365 UnwindLogMsg ("initialized frame cfa is 0x%" PRIx64, (uint64_t) m_cfa);
476 UnwindLogMsg ("active row: %s", active_row_strm.GetString().c_str());
490 UnwindLogMsg ("active row: %s", active_row_strm.GetString().c_str());
504 UnwindLogMsg ("failed to get cfa reg %d/%d", row_register_kind, active_row->GetCFARegister());
512 UnwindLogMsg ("cfa_regval = 0x%16.16" PRIx64 " (cfa_regval = 0x%16.16" PRIx64 ", cfa_offset = %i)", m_cfa, cfa_regval, cfa_offset);
517 UnwindLogMsg ("could not find a valid cfa address");
544 UnwindLogMsg ("same CFA address as next frame, assuming the unwind is looping - stopping");
550 UnwindLogMsg ("initialized frame current pc is 0x%" PRIx64 " cfa is 0x%" PRIx64,
934 UnwindLogMsg ("supplying caller's saved reg %d's location, cached", lldb_regnum);
953 UnwindLogMsg ("supplying caller's stack pointer (%d) value, computed from CFA", lldb_regnum);
970 UnwindLogMsg ("could not convert lldb regnum %d into %d RegisterKind reg numbering scheme",
976 UnwindLogMsg ("supplying caller's saved reg %d's location using FastUnwindPlan", lldb_regnum);
1000 UnwindLogMsg ("requested caller's saved PC but this UnwindPlan uses a RA reg; getting reg %d instead",
1008 UnwindLogMsg ("could not convert lldb regnum %d into eRegisterKindGeneric reg numbering scheme", lldb_regnum);
1010 UnwindLogMsg ("could not convert lldb regnum %d into %d RegisterKind reg numbering scheme",
1019 UnwindLogMsg ("supplying caller's saved reg %d's location using %s UnwindPlan", lldb_regnum,
1040 UnwindLogMsg ("supplying caller's register %d from the live RegisterContext at frame 0, saved in %d", lldb_regnum, ra_regnum_in_lldb_reg_numbering);
1067 UnwindLogMsg ("%s UnwindPlan tried to restore the pc from the link register but this is a non-zero frame",
1104 UnwindLogMsg ("did not supply reg location for %d because it is volatile", lldb_regnum);
1117 UnwindLogMsg ("supplying caller's register %d from the live RegisterContext at frame 0", lldb_regnum);
1121 UnwindLogMsg ("could not supply caller's reg %d location", lldb_regnum);
1131 UnwindLogMsg ("could not supply caller's reg %d location", lldb_regnum);
1139 UnwindLogMsg ("could not supply caller's reg %d location", lldb_regnum);
1154 UnwindLogMsg ("supplying caller's register %d, value is CFA plus offset", lldb_regnum);
1164 UnwindLogMsg ("supplying caller's register %d from the stack, saved at CFA plus offset", lldb_regnum);
1174 UnwindLogMsg ("could not supply caller's reg %d location", lldb_regnum);
1180 UnwindLogMsg ("supplying caller's register %d, saved in register %d", lldb_regnum, row_regnum_in_lldb);
1202 UnwindLogMsg ("supplying caller's register %d via DWARF expression (IsDWARFExpression)", lldb_regnum);
1210 UnwindLogMsg ("supplying caller's register %d via DWARF expression (IsAtDWARFExpression)", lldb_regnum);
1214 UnwindLogMsg ("tried to use IsDWARFExpression or IsAtDWARFExpression for reg %d but failed", lldb_regnum);
1218 UnwindLogMsg ("could not supply caller's reg %d location", lldb_regnum);
1269 UnwindLogMsg ("full unwind plan '%s' has been replaced by architecture default unwind plan '%s' for this function from now on.",
1491 RegisterContextLLDB::UnwindLogMsg (const char *fmt, ...)