Lines Matching refs:UnwindLogMsg
121 UnwindLogMsg("frame does not have a register context"); in InitializeZerothFrame()
129 UnwindLogMsg("frame does not have a pc"); in InitializeZerothFrame()
147 UnwindLogMsg("This is an async frame"); in InitializeZerothFrame()
159 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()
225 UnwindLogMsg("Cannot set cfa"); in InitializeZerothFrame()
232 UnwindLogMsg("async active row: %s", active_row_strm.GetData()); in InitializeZerothFrame()
234 UnwindLogMsg("m_cfa = 0x%" PRIx64 " m_afa = 0x%" PRIx64, m_cfa, m_afa); in InitializeZerothFrame()
235 UnwindLogMsg( in InitializeZerothFrame()
254 UnwindLogMsg("%s", active_row_strm.GetData()); in InitializeZerothFrame()
259 UnwindLogMsg("could not find an unwindplan row for this frame's pc"); in InitializeZerothFrame()
287 UnwindLogMsg("could not read CFA value for first frame."); in InitializeZerothFrame()
294 UnwindLogMsg("initialized frame current pc is 0x%" PRIx64 " cfa is 0x%" PRIx64 in InitializeZerothFrame()
309 UnwindLogMsg("non-zeroth frame tests positive for IsFrameZero -- that " in InitializeNonZerothFrame()
316 UnwindLogMsg("Could not get next frame, marking this frame as invalid."); in InitializeNonZerothFrame()
321 UnwindLogMsg("Could not get register context for this thread, marking this " in InitializeNonZerothFrame()
339 UnwindLogMsg("This is an async frame"); in InitializeNonZerothFrame()
344 UnwindLogMsg("could not get pc value"); in InitializeNonZerothFrame()
356 UnwindLogMsg("pc = 0x%" PRIx64, pc); in InitializeNonZerothFrame()
359 UnwindLogMsg("fp = 0x%" PRIx64, reg_val); in InitializeNonZerothFrame()
361 UnwindLogMsg("sp = 0x%" PRIx64, reg_val); in InitializeNonZerothFrame()
374 UnwindLogMsg("this frame has a pc of 0x0"); in InitializeNonZerothFrame()
391 UnwindLogMsg("using architectural default unwind method"); in InitializeNonZerothFrame()
405 UnwindLogMsg("had a pc of 0x%" PRIx64 " which is not in executable " in InitializeNonZerothFrame()
414 UnwindLogMsg("pc is in a non-executable section of memory and this " in InitializeNonZerothFrame()
436 UnwindLogMsg("failed to get cfa value"); in InitializeNonZerothFrame()
448 UnwindLogMsg("could not find a valid cfa address"); in InitializeNonZerothFrame()
458 UnwindLogMsg( in InitializeNonZerothFrame()
463 UnwindLogMsg("could not find a row for function offset zero"); in InitializeNonZerothFrame()
471 UnwindLogMsg("same CFA address as next frame, assuming the unwind is " in InitializeNonZerothFrame()
478 UnwindLogMsg("initialized frame cfa is 0x%" PRIx64 " afa is 0x%" PRIx64, in InitializeNonZerothFrame()
483 UnwindLogMsg("could not find any symbol for this pc, or a default unwind " in InitializeNonZerothFrame()
492 UnwindLogMsg("with pc value of 0x%" PRIx64 ", symbol name is '%s'", pc, in InitializeNonZerothFrame()
495 UnwindLogMsg("with pc value of 0x%" PRIx64 ", function name is '%s'", pc, in InitializeNonZerothFrame()
498 UnwindLogMsg("with pc value of 0x%" PRIx64 in InitializeNonZerothFrame()
539 UnwindLogMsg("Backing up the pc value of 0x%" PRIx64 in InitializeNonZerothFrame()
547 UnwindLogMsg("Symbol is now %s", in InitializeNonZerothFrame()
595 UnwindLogMsg("Cannot set cfa"); in InitializeNonZerothFrame()
602 UnwindLogMsg("async active row: %s", active_row_strm.GetData()); in InitializeNonZerothFrame()
604 UnwindLogMsg("m_cfa = 0x%" PRIx64 " m_afa = 0x%" PRIx64, m_cfa, m_afa); in InitializeNonZerothFrame()
605 UnwindLogMsg( in InitializeNonZerothFrame()
632 UnwindLogMsg("Using fast unwind plan '%s'", in InitializeNonZerothFrame()
634 UnwindLogMsg("active row: %s", active_row_strm.GetData()); in InitializeNonZerothFrame()
648 UnwindLogMsg("Using full unwind plan '%s'", in InitializeNonZerothFrame()
650 UnwindLogMsg("active row: %s", active_row_strm.GetData()); in InitializeNonZerothFrame()
657 UnwindLogMsg("could not find unwind row for this pc"); in InitializeNonZerothFrame()
662 UnwindLogMsg("failed to get cfa"); in InitializeNonZerothFrame()
669 UnwindLogMsg("m_cfa = 0x%" PRIx64 " m_afa = 0x%" PRIx64, m_cfa, m_afa); in InitializeNonZerothFrame()
674 UnwindLogMsg("same CFA address as next frame, assuming the unwind is " in InitializeNonZerothFrame()
681 UnwindLogMsg("initialized frame current pc is 0x%" PRIx64 in InitializeNonZerothFrame()
793 UnwindLogMsg( in GetFullUnwindPlanForFrame()
1055 UnwindLogMsg( in GetFullUnwindPlanForFrame()
1251 UnwindLogMsg("supplying caller's saved %s (%d)'s location, cached", in SavedLocationForRegister()
1268 UnwindLogMsg("could not convert lldb regnum %s (%d) into %d RegisterKind " in SavedLocationForRegister()
1285 UnwindLogMsg( in SavedLocationForRegister()
1315 UnwindLogMsg("Using full unwind plan '%s'", in SavedLocationForRegister()
1317 UnwindLogMsg("active row: %s", active_row_strm.GetData()); in SavedLocationForRegister()
1336 UnwindLogMsg("Providing pc register instead of rewriting to " in SavedLocationForRegister()
1344 UnwindLogMsg("requested caller's saved PC but this UnwindPlan uses a " in SavedLocationForRegister()
1352 UnwindLogMsg("could not convert lldb regnum %s (%d) into " in SavedLocationForRegister()
1356 UnwindLogMsg("could not convert lldb regnum %s (%d) into %d " in SavedLocationForRegister()
1369 UnwindLogMsg( in SavedLocationForRegister()
1390 UnwindLogMsg("supplying caller's register %s (%d) from the live " in SavedLocationForRegister()
1425 UnwindLogMsg("%s UnwindPlan tried to restore the pc from the link " in SavedLocationForRegister()
1480 UnwindLogMsg( in SavedLocationForRegister()
1498 UnwindLogMsg("supplying caller's register %s (%d) from the live " in SavedLocationForRegister()
1509 UnwindLogMsg("no save location for %s (%d) %s", regnum.GetName(), in SavedLocationForRegister()
1521 UnwindLogMsg("save location for %s (%d) is unspecified, continue searching", in SavedLocationForRegister()
1527 UnwindLogMsg( in SavedLocationForRegister()
1537 UnwindLogMsg("register %s (%d) is marked as 'IsSame' - it is a pc or " in SavedLocationForRegister()
1546 UnwindLogMsg( in SavedLocationForRegister()
1559 UnwindLogMsg("supplying caller's register %s (%d), value is CFA plus " in SavedLocationForRegister()
1571 UnwindLogMsg("supplying caller's register %s (%d) from the stack, saved at " in SavedLocationForRegister()
1586 UnwindLogMsg("supplying caller's register %s (%d), value is AFA plus " in SavedLocationForRegister()
1601 UnwindLogMsg("supplying caller's register %s (%d) from the stack, saved at " in SavedLocationForRegister()
1613 UnwindLogMsg("could not supply caller's %s (%d) location - was saved in " in SavedLocationForRegister()
1621 UnwindLogMsg( in SavedLocationForRegister()
1649 UnwindLogMsg("supplying caller's register %s (%d) via DWARF expression " in SavedLocationForRegister()
1658 UnwindLogMsg("supplying caller's register %s (%d) via DWARF expression " in SavedLocationForRegister()
1664 UnwindLogMsg("tried to use IsDWARFExpression or IsAtDWARFExpression for %s " in SavedLocationForRegister()
1670 UnwindLogMsg("no save location for %s (%d) in this stack frame", in SavedLocationForRegister()
1772 UnwindLogMsg("failed to get cfa with fallback unwindplan"); in TryFallbackUnwindPlan()
1801 UnwindLogMsg("failed to get a pc value for the caller frame with the " in TryFallbackUnwindPlan()
1813 UnwindLogMsg("fallback unwind plan got the same values for this frame " in TryFallbackUnwindPlan()
1820 UnwindLogMsg("trying to unwind from this function with the UnwindPlan '%s' " in TryFallbackUnwindPlan()
1857 UnwindLogMsg("failed to get cfa with fallback unwindplan"); in ForceSwitchToFallbackUnwindPlan()
1874 UnwindLogMsg("switched unconditionally to the fallback unwindplan %s", in ForceSwitchToFallbackUnwindPlan()
1907 UnwindLogMsg("Resetting current offset and re-doing symbol lookup; " in PropagateTrapHandlerFlagFromUnwindPlan()
1915 UnwindLogMsg("Symbol is now %s", in PropagateTrapHandlerFlagFromUnwindPlan()
1951 UnwindLogMsg( in ReadFrameAddress()
1958 UnwindLogMsg("Tried to deref reg %s (%d) [0x%" PRIx64 in ReadFrameAddress()
1973 UnwindLogMsg( in ReadFrameAddress()
1981 UnwindLogMsg( in ReadFrameAddress()
2008 UnwindLogMsg("CFA value set by DWARF expression is 0x%" PRIx64, in ReadFrameAddress()
2012 UnwindLogMsg("Failed to set CFA value via DWARF expression: %s", in ReadFrameAddress()
2029 UnwindLogMsg("Cannot read memory at 0x%" PRIx64 ": %s", candidate_addr, in ReadFrameAddress()
2038 UnwindLogMsg("Heuristically found CFA: 0x%" PRIx64, address); in ReadFrameAddress()
2042 UnwindLogMsg("No suitable CFA found"); in ReadFrameAddress()
2317 void RegisterContextUnwind::UnwindLogMsg(const char *fmt, ...) { in UnwindLogMsg() function in RegisterContextUnwind