Lines Matching refs:UnwindLogMsg

119     UnwindLogMsg("frame does not have a register context");  in InitializeZerothFrame()
127 UnwindLogMsg("frame does not have a pc"); in InitializeZerothFrame()
145 UnwindLogMsg("This is an async frame"); in InitializeZerothFrame()
157 UnwindLogMsg("using architectural default unwind method"); in InitializeZerothFrame()
164 UnwindLogMsg("with pc value of 0x%" PRIx64 ", symbol name is '%s'", in InitializeZerothFrame()
167 UnwindLogMsg("with pc value of 0x%" PRIx64 ", function name is '%s'", in InitializeZerothFrame()
170 UnwindLogMsg("with pc value of 0x%" PRIx64 in InitializeZerothFrame()
223 UnwindLogMsg("Cannot set cfa"); in InitializeZerothFrame()
230 UnwindLogMsg("async active row: %s", active_row_strm.GetData()); in InitializeZerothFrame()
232 UnwindLogMsg("m_cfa = 0x%" PRIx64 " m_afa = 0x%" PRIx64, m_cfa, m_afa); in InitializeZerothFrame()
233 UnwindLogMsg( in InitializeZerothFrame()
252 UnwindLogMsg("%s", active_row_strm.GetData()); in InitializeZerothFrame()
257 UnwindLogMsg("could not find an unwindplan row for this frame's pc"); in InitializeZerothFrame()
285 UnwindLogMsg("could not read CFA value for first frame."); in InitializeZerothFrame()
292 UnwindLogMsg("initialized frame current pc is 0x%" PRIx64 " cfa is 0x%" PRIx64 in InitializeZerothFrame()
307 UnwindLogMsg("non-zeroth frame tests positive for IsFrameZero -- that " in InitializeNonZerothFrame()
314 UnwindLogMsg("Could not get next frame, marking this frame as invalid."); in InitializeNonZerothFrame()
319 UnwindLogMsg("Could not get register context for this thread, marking this " in InitializeNonZerothFrame()
337 UnwindLogMsg("This is an async frame"); in InitializeNonZerothFrame()
342 UnwindLogMsg("could not get pc value"); in InitializeNonZerothFrame()
354 UnwindLogMsg("pc = 0x%" PRIx64, pc); in InitializeNonZerothFrame()
357 UnwindLogMsg("fp = 0x%" PRIx64, reg_val); in InitializeNonZerothFrame()
359 UnwindLogMsg("sp = 0x%" PRIx64, reg_val); in InitializeNonZerothFrame()
372 UnwindLogMsg("this frame has a pc of 0x0"); in InitializeNonZerothFrame()
389 UnwindLogMsg("using architectural default unwind method"); in InitializeNonZerothFrame()
403 UnwindLogMsg("had a pc of 0x%" PRIx64 " which is not in executable " in InitializeNonZerothFrame()
412 UnwindLogMsg("pc is in a non-executable section of memory and this " in InitializeNonZerothFrame()
434 UnwindLogMsg("failed to get cfa value"); in InitializeNonZerothFrame()
446 UnwindLogMsg("could not find a valid cfa address"); in InitializeNonZerothFrame()
456 UnwindLogMsg( in InitializeNonZerothFrame()
461 UnwindLogMsg("could not find a row for function offset zero"); in InitializeNonZerothFrame()
469 UnwindLogMsg("same CFA address as next frame, assuming the unwind is " in InitializeNonZerothFrame()
476 UnwindLogMsg("initialized frame cfa is 0x%" PRIx64 " afa is 0x%" PRIx64, in InitializeNonZerothFrame()
481 UnwindLogMsg("could not find any symbol for this pc, or a default unwind " in InitializeNonZerothFrame()
490 UnwindLogMsg("with pc value of 0x%" PRIx64 ", symbol name is '%s'", pc, in InitializeNonZerothFrame()
493 UnwindLogMsg("with pc value of 0x%" PRIx64 ", function name is '%s'", pc, in InitializeNonZerothFrame()
496 UnwindLogMsg("with pc value of 0x%" PRIx64 in InitializeNonZerothFrame()
540 UnwindLogMsg("Backing up the pc value of 0x%" PRIx64 in InitializeNonZerothFrame()
548 UnwindLogMsg("Symbol is now %s", in InitializeNonZerothFrame()
596 UnwindLogMsg("Cannot set cfa"); in InitializeNonZerothFrame()
603 UnwindLogMsg("async active row: %s", active_row_strm.GetData()); in InitializeNonZerothFrame()
605 UnwindLogMsg("m_cfa = 0x%" PRIx64 " m_afa = 0x%" PRIx64, m_cfa, m_afa); in InitializeNonZerothFrame()
606 UnwindLogMsg( in InitializeNonZerothFrame()
633 UnwindLogMsg("Using fast unwind plan '%s'", in InitializeNonZerothFrame()
635 UnwindLogMsg("active row: %s", active_row_strm.GetData()); in InitializeNonZerothFrame()
649 UnwindLogMsg("Using full unwind plan '%s'", in InitializeNonZerothFrame()
651 UnwindLogMsg("active row: %s", active_row_strm.GetData()); in InitializeNonZerothFrame()
658 UnwindLogMsg("could not find unwind row for this pc"); in InitializeNonZerothFrame()
663 UnwindLogMsg("failed to get cfa"); in InitializeNonZerothFrame()
670 UnwindLogMsg("m_cfa = 0x%" PRIx64 " m_afa = 0x%" PRIx64, m_cfa, m_afa); in InitializeNonZerothFrame()
675 UnwindLogMsg("same CFA address as next frame, assuming the unwind is " in InitializeNonZerothFrame()
682 UnwindLogMsg("initialized frame current pc is 0x%" PRIx64 in InitializeNonZerothFrame()
794 UnwindLogMsg( in GetFullUnwindPlanForFrame()
1064 UnwindLogMsg( in GetFullUnwindPlanForFrame()
1260 UnwindLogMsg("supplying caller's saved %s (%d)'s location, cached", in SavedLocationForRegister()
1277 UnwindLogMsg("could not convert lldb regnum %s (%d) into %d RegisterKind " in SavedLocationForRegister()
1294 UnwindLogMsg( in SavedLocationForRegister()
1325 UnwindLogMsg("Using full unwind plan '%s'", in SavedLocationForRegister()
1327 UnwindLogMsg("active row: %s", active_row_strm.GetData()); in SavedLocationForRegister()
1346 UnwindLogMsg("Providing pc register instead of rewriting to " in SavedLocationForRegister()
1354 UnwindLogMsg("requested caller's saved PC but this UnwindPlan uses a " in SavedLocationForRegister()
1362 UnwindLogMsg("could not convert lldb regnum %s (%d) into " in SavedLocationForRegister()
1366 UnwindLogMsg("could not convert lldb regnum %s (%d) into %d " in SavedLocationForRegister()
1379 UnwindLogMsg( in SavedLocationForRegister()
1400 UnwindLogMsg("supplying caller's register %s (%d) from the live " in SavedLocationForRegister()
1435 UnwindLogMsg("%s UnwindPlan tried to restore the pc from the link " in SavedLocationForRegister()
1490 UnwindLogMsg( in SavedLocationForRegister()
1508 UnwindLogMsg("supplying caller's register %s (%d) from the live " in SavedLocationForRegister()
1519 UnwindLogMsg("no save location for %s (%d) %s", regnum.GetName(), in SavedLocationForRegister()
1531 UnwindLogMsg("save location for %s (%d) is unspecified, continue searching", in SavedLocationForRegister()
1537 UnwindLogMsg( in SavedLocationForRegister()
1547 UnwindLogMsg("register %s (%d) is marked as 'IsSame' - it is a pc or " in SavedLocationForRegister()
1556 UnwindLogMsg( in SavedLocationForRegister()
1569 UnwindLogMsg("supplying caller's register %s (%d), value is CFA plus " in SavedLocationForRegister()
1581 UnwindLogMsg("supplying caller's register %s (%d) from the stack, saved at " in SavedLocationForRegister()
1596 UnwindLogMsg("supplying caller's register %s (%d), value is AFA plus " in SavedLocationForRegister()
1611 UnwindLogMsg("supplying caller's register %s (%d) from the stack, saved at " in SavedLocationForRegister()
1623 UnwindLogMsg("could not supply caller's %s (%d) location - was saved in " in SavedLocationForRegister()
1631 UnwindLogMsg( in SavedLocationForRegister()
1660 UnwindLogMsg("supplying caller's register %s (%d) via DWARF expression " in SavedLocationForRegister()
1669 UnwindLogMsg("supplying caller's register %s (%d) via DWARF expression " in SavedLocationForRegister()
1675 UnwindLogMsg("tried to use IsDWARFExpression or IsAtDWARFExpression for %s " in SavedLocationForRegister()
1681 UnwindLogMsg("no save location for %s (%d) in this stack frame", in SavedLocationForRegister()
1784 UnwindLogMsg("failed to get cfa with fallback unwindplan"); in TryFallbackUnwindPlan()
1813 UnwindLogMsg("failed to get a pc value for the caller frame with the " in TryFallbackUnwindPlan()
1825 UnwindLogMsg("fallback unwind plan got the same values for this frame " in TryFallbackUnwindPlan()
1832 UnwindLogMsg("trying to unwind from this function with the UnwindPlan '%s' " in TryFallbackUnwindPlan()
1869 UnwindLogMsg("failed to get cfa with fallback unwindplan"); in ForceSwitchToFallbackUnwindPlan()
1886 UnwindLogMsg("switched unconditionally to the fallback unwindplan %s", in ForceSwitchToFallbackUnwindPlan()
1919 UnwindLogMsg("Resetting current offset and re-doing symbol lookup; " in PropagateTrapHandlerFlagFromUnwindPlan()
1927 UnwindLogMsg("Symbol is now %s", in PropagateTrapHandlerFlagFromUnwindPlan()
1963 UnwindLogMsg( in ReadFrameAddress()
1970 UnwindLogMsg("Tried to deref reg %s (%d) [0x%" PRIx64 in ReadFrameAddress()
1985 UnwindLogMsg( in ReadFrameAddress()
1993 UnwindLogMsg( in ReadFrameAddress()
2021 UnwindLogMsg("CFA value set by DWARF expression is 0x%" PRIx64, in ReadFrameAddress()
2025 UnwindLogMsg("Failed to set CFA value via DWARF expression: %s", in ReadFrameAddress()
2042 UnwindLogMsg("Cannot read memory at 0x%" PRIx64 ": %s", candidate_addr, in ReadFrameAddress()
2051 UnwindLogMsg("Heuristically found CFA: 0x%" PRIx64, address); in ReadFrameAddress()
2055 UnwindLogMsg("No suitable CFA found"); in ReadFrameAddress()
2331 void RegisterContextUnwind::UnwindLogMsg(const char *fmt, ...) { in UnwindLogMsg() function in RegisterContextUnwind