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()
146 UnwindLogMsg("This is an async frame"); in InitializeZerothFrame()
158 UnwindLogMsg("using architectural default unwind method"); in InitializeZerothFrame()
165 UnwindLogMsg("with pc value of 0x%" PRIx64 ", symbol name is '%s'", in InitializeZerothFrame()
168 UnwindLogMsg("with pc value of 0x%" PRIx64 ", function name is '%s'", in InitializeZerothFrame()
171 UnwindLogMsg("with pc value of 0x%" PRIx64 in InitializeZerothFrame()
224 UnwindLogMsg("Cannot set cfa"); in InitializeZerothFrame()
231 UnwindLogMsg("async active row: %s", active_row_strm.GetData()); in InitializeZerothFrame()
233 UnwindLogMsg("m_cfa = 0x%" PRIx64 " m_afa = 0x%" PRIx64, m_cfa, m_afa); in InitializeZerothFrame()
234 UnwindLogMsg( in InitializeZerothFrame()
253 UnwindLogMsg("%s", active_row_strm.GetData()); in InitializeZerothFrame()
258 UnwindLogMsg("could not find an unwindplan row for this frame's pc"); in InitializeZerothFrame()
286 UnwindLogMsg("could not read CFA value for first frame."); in InitializeZerothFrame()
294 UnwindLogMsg( in InitializeZerothFrame()
300 UnwindLogMsg("initialized frame current pc is 0x%" PRIx64 " cfa is 0x%" PRIx64 in InitializeZerothFrame()
315 UnwindLogMsg("non-zeroth frame tests positive for IsFrameZero -- that " in InitializeNonZerothFrame()
322 UnwindLogMsg("Could not get next frame, marking this frame as invalid."); in InitializeNonZerothFrame()
327 UnwindLogMsg("Could not get register context for this thread, marking this " in InitializeNonZerothFrame()
345 UnwindLogMsg("This is an async frame"); in InitializeNonZerothFrame()
350 UnwindLogMsg("could not get pc value"); in InitializeNonZerothFrame()
362 UnwindLogMsg("pc = 0x%" PRIx64, pc); in InitializeNonZerothFrame()
367 UnwindLogMsg("fp = 0x%" PRIx64, reg_val); in InitializeNonZerothFrame()
372 UnwindLogMsg("sp = 0x%" PRIx64, reg_val); in InitializeNonZerothFrame()
386 UnwindLogMsg("this frame has a pc of 0x0"); in InitializeNonZerothFrame()
403 UnwindLogMsg("using architectural default unwind method"); in InitializeNonZerothFrame()
417 UnwindLogMsg("had a pc of 0x%" PRIx64 " which is not in executable " in InitializeNonZerothFrame()
426 UnwindLogMsg("pc is in a non-executable section of memory and this " in InitializeNonZerothFrame()
448 UnwindLogMsg("failed to get cfa value"); in InitializeNonZerothFrame()
460 UnwindLogMsg("could not find a valid cfa address"); in InitializeNonZerothFrame()
470 UnwindLogMsg( in InitializeNonZerothFrame()
475 UnwindLogMsg("could not find a row for function offset zero"); in InitializeNonZerothFrame()
483 UnwindLogMsg("same CFA address as next frame, assuming the unwind is " in InitializeNonZerothFrame()
490 UnwindLogMsg("initialized frame cfa is 0x%" PRIx64 " afa is 0x%" PRIx64, in InitializeNonZerothFrame()
495 UnwindLogMsg("could not find any symbol for this pc, or a default unwind " in InitializeNonZerothFrame()
504 UnwindLogMsg("with pc value of 0x%" PRIx64 ", symbol name is '%s'", pc, in InitializeNonZerothFrame()
507 UnwindLogMsg("with pc value of 0x%" PRIx64 ", function name is '%s'", pc, in InitializeNonZerothFrame()
510 UnwindLogMsg("with pc value of 0x%" PRIx64 in InitializeNonZerothFrame()
554 UnwindLogMsg("Backing up the pc value of 0x%" PRIx64 in InitializeNonZerothFrame()
562 UnwindLogMsg("Symbol is now %s", in InitializeNonZerothFrame()
610 UnwindLogMsg("Cannot set cfa"); in InitializeNonZerothFrame()
617 UnwindLogMsg("async active row: %s", active_row_strm.GetData()); in InitializeNonZerothFrame()
619 UnwindLogMsg("m_cfa = 0x%" PRIx64 " m_afa = 0x%" PRIx64, m_cfa, m_afa); in InitializeNonZerothFrame()
620 UnwindLogMsg( in InitializeNonZerothFrame()
647 UnwindLogMsg("Using fast unwind plan '%s'", in InitializeNonZerothFrame()
649 UnwindLogMsg("active row: %s", active_row_strm.GetData()); in InitializeNonZerothFrame()
663 UnwindLogMsg("Using full unwind plan '%s'", in InitializeNonZerothFrame()
665 UnwindLogMsg("active row: %s", active_row_strm.GetData()); in InitializeNonZerothFrame()
672 UnwindLogMsg("could not find unwind row for this pc"); in InitializeNonZerothFrame()
677 UnwindLogMsg("failed to get cfa"); in InitializeNonZerothFrame()
684 UnwindLogMsg("m_cfa = 0x%" PRIx64 " m_afa = 0x%" PRIx64, m_cfa, m_afa); in InitializeNonZerothFrame()
689 UnwindLogMsg("same CFA address as next frame, assuming the unwind is " in InitializeNonZerothFrame()
696 UnwindLogMsg("initialized frame current pc is 0x%" PRIx64 in InitializeNonZerothFrame()
808 UnwindLogMsg( in GetFullUnwindPlanForFrame()
1078 UnwindLogMsg( in GetFullUnwindPlanForFrame()
1274 UnwindLogMsg("supplying caller's saved %s (%d)'s location, cached", in SavedLocationForRegister()
1291 UnwindLogMsg("could not convert lldb regnum %s (%d) into %d RegisterKind " in SavedLocationForRegister()
1308 UnwindLogMsg( in SavedLocationForRegister()
1339 UnwindLogMsg("Using full unwind plan '%s'", in SavedLocationForRegister()
1341 UnwindLogMsg("active row: %s", active_row_strm.GetData()); in SavedLocationForRegister()
1360 UnwindLogMsg("Providing pc register instead of rewriting to " in SavedLocationForRegister()
1368 UnwindLogMsg("requested caller's saved PC but this UnwindPlan uses a " in SavedLocationForRegister()
1376 UnwindLogMsg("could not convert lldb regnum %s (%d) into " in SavedLocationForRegister()
1380 UnwindLogMsg("could not convert lldb regnum %s (%d) into %d " in SavedLocationForRegister()
1393 UnwindLogMsg( in SavedLocationForRegister()
1414 UnwindLogMsg("supplying caller's register %s (%d) from the live " in SavedLocationForRegister()
1449 UnwindLogMsg("%s UnwindPlan tried to restore the pc from the link " in SavedLocationForRegister()
1504 UnwindLogMsg( in SavedLocationForRegister()
1522 UnwindLogMsg("supplying caller's register %s (%d) from the live " in SavedLocationForRegister()
1533 UnwindLogMsg("no save location for %s (%d) %s", regnum.GetName(), in SavedLocationForRegister()
1545 UnwindLogMsg("save location for %s (%d) is unspecified, continue searching", in SavedLocationForRegister()
1551 UnwindLogMsg( in SavedLocationForRegister()
1561 UnwindLogMsg("register %s (%d) is marked as 'IsSame' - it is a pc or " in SavedLocationForRegister()
1570 UnwindLogMsg( in SavedLocationForRegister()
1583 UnwindLogMsg("supplying caller's register %s (%d), value is CFA plus " in SavedLocationForRegister()
1595 UnwindLogMsg("supplying caller's register %s (%d) from the stack, saved at " in SavedLocationForRegister()
1610 UnwindLogMsg("supplying caller's register %s (%d), value is AFA plus " in SavedLocationForRegister()
1625 UnwindLogMsg("supplying caller's register %s (%d) from the stack, saved at " in SavedLocationForRegister()
1637 UnwindLogMsg("could not supply caller's %s (%d) location - was saved in " in SavedLocationForRegister()
1645 UnwindLogMsg( in SavedLocationForRegister()
1674 UnwindLogMsg("supplying caller's register %s (%d) via DWARF expression " in SavedLocationForRegister()
1683 UnwindLogMsg("supplying caller's register %s (%d) via DWARF expression " in SavedLocationForRegister()
1689 UnwindLogMsg("tried to use IsDWARFExpression or IsAtDWARFExpression for %s " in SavedLocationForRegister()
1695 UnwindLogMsg("no save location for %s (%d) in this stack frame", in SavedLocationForRegister()
1798 UnwindLogMsg("failed to get cfa with fallback unwindplan"); in TryFallbackUnwindPlan()
1827 UnwindLogMsg("failed to get a pc value for the caller frame with the " in TryFallbackUnwindPlan()
1839 UnwindLogMsg("fallback unwind plan got the same values for this frame " in TryFallbackUnwindPlan()
1846 UnwindLogMsg("trying to unwind from this function with the UnwindPlan '%s' " in TryFallbackUnwindPlan()
1883 UnwindLogMsg("failed to get cfa with fallback unwindplan"); in ForceSwitchToFallbackUnwindPlan()
1900 UnwindLogMsg("switched unconditionally to the fallback unwindplan %s", in ForceSwitchToFallbackUnwindPlan()
1933 UnwindLogMsg("Resetting current offset and re-doing symbol lookup; " in PropagateTrapHandlerFlagFromUnwindPlan()
1941 UnwindLogMsg("Symbol is now %s", in PropagateTrapHandlerFlagFromUnwindPlan()
1980 UnwindLogMsg( in ReadFrameAddress()
1987 UnwindLogMsg("Tried to deref reg %s (%d) [0x%" PRIx64 in ReadFrameAddress()
2004 UnwindLogMsg( in ReadFrameAddress()
2012 UnwindLogMsg( in ReadFrameAddress()
2040 UnwindLogMsg("CFA value set by DWARF expression is 0x%" PRIx64, in ReadFrameAddress()
2044 UnwindLogMsg("Failed to set CFA value via DWARF expression: %s", in ReadFrameAddress()
2061 UnwindLogMsg("Cannot read memory at 0x%" PRIx64 ": %s", candidate_addr, in ReadFrameAddress()
2070 UnwindLogMsg("Heuristically found CFA: 0x%" PRIx64, address); in ReadFrameAddress()
2074 UnwindLogMsg("No suitable CFA found"); in ReadFrameAddress()
2142 UnwindLogMsg( in ReadGPRValue()
2361 void RegisterContextUnwind::UnwindLogMsg(const char *fmt, ...) { in UnwindLogMsg() function in RegisterContextUnwind