Lines Matching refs:UnwindLogMsg

117     UnwindLogMsg("frame does not have a register context");  in InitializeZerothFrame()
125 UnwindLogMsg("frame does not have a pc"); in InitializeZerothFrame()
149 UnwindLogMsg("using architectural default unwind method"); in InitializeZerothFrame()
163 UnwindLogMsg("with pc value of 0x%" PRIx64 ", symbol name is '%s'", in InitializeZerothFrame()
166 UnwindLogMsg("with pc value of 0x%" PRIx64 ", function name is '%s'", in InitializeZerothFrame()
169 UnwindLogMsg("with pc value of 0x%" PRIx64 in InitializeZerothFrame()
222 UnwindLogMsg("%s", active_row_strm.GetData()); in InitializeZerothFrame()
227 UnwindLogMsg("could not find an unwindplan row for this frame's pc"); in InitializeZerothFrame()
256 UnwindLogMsg("could not read CFA value for first frame."); in InitializeZerothFrame()
263 UnwindLogMsg("initialized frame current pc is 0x%" PRIx64 " cfa is 0x%" PRIx64 in InitializeZerothFrame()
278 UnwindLogMsg("non-zeroth frame tests positive for IsFrameZero -- that " in InitializeNonZerothFrame()
285 UnwindLogMsg("Could not get next frame, marking this frame as invalid."); in InitializeNonZerothFrame()
290 UnwindLogMsg("Could not get register context for this thread, marking this " in InitializeNonZerothFrame()
297 UnwindLogMsg("could not get pc value"); in InitializeNonZerothFrame()
311 UnwindLogMsg("pc = 0x%" PRIx64, pc); in InitializeNonZerothFrame()
314 UnwindLogMsg("fp = 0x%" PRIx64, reg_val); in InitializeNonZerothFrame()
316 UnwindLogMsg("sp = 0x%" PRIx64, reg_val); in InitializeNonZerothFrame()
329 UnwindLogMsg("this frame has a pc of 0x0"); in InitializeNonZerothFrame()
342 UnwindLogMsg("using architectural default unwind method"); in InitializeNonZerothFrame()
356 UnwindLogMsg("had a pc of 0x%" PRIx64 " which is not in executable " in InitializeNonZerothFrame()
365 UnwindLogMsg("pc is in a non-executable section of memory and this " in InitializeNonZerothFrame()
386 UnwindLogMsg("failed to get cfa value"); in InitializeNonZerothFrame()
398 UnwindLogMsg("could not find a valid cfa address"); in InitializeNonZerothFrame()
408 UnwindLogMsg( in InitializeNonZerothFrame()
413 UnwindLogMsg("could not find a row for function offset zero"); in InitializeNonZerothFrame()
421 UnwindLogMsg("same CFA address as next frame, assuming the unwind is " in InitializeNonZerothFrame()
428 UnwindLogMsg("initialized frame cfa is 0x%" PRIx64 " afa is 0x%" PRIx64, in InitializeNonZerothFrame()
433 UnwindLogMsg("could not find any symbol for this pc, or a default unwind " in InitializeNonZerothFrame()
458 UnwindLogMsg("with pc value of 0x%" PRIx64 ", symbol name is '%s'", pc, in InitializeNonZerothFrame()
461 UnwindLogMsg("with pc value of 0x%" PRIx64 ", function name is '%s'", pc, in InitializeNonZerothFrame()
464 UnwindLogMsg("with pc value of 0x%" PRIx64 in InitializeNonZerothFrame()
498 UnwindLogMsg("Backing up the pc value of 0x%" PRIx64 in InitializeNonZerothFrame()
516 UnwindLogMsg("Symbol is now %s", in InitializeNonZerothFrame()
569 UnwindLogMsg("active row: %s", active_row_strm.GetData()); in InitializeNonZerothFrame()
582 UnwindLogMsg("active row: %s", active_row_strm.GetData()); in InitializeNonZerothFrame()
589 UnwindLogMsg("could not find unwind row for this pc"); in InitializeNonZerothFrame()
594 UnwindLogMsg("failed to get cfa"); in InitializeNonZerothFrame()
601 UnwindLogMsg("m_cfa = 0x%" PRIx64 " m_afa = 0x%" PRIx64, m_cfa, m_afa); in InitializeNonZerothFrame()
606 UnwindLogMsg("same CFA address as next frame, assuming the unwind is " in InitializeNonZerothFrame()
613 UnwindLogMsg("initialized frame current pc is 0x%" PRIx64 in InitializeNonZerothFrame()
724 UnwindLogMsg( in GetFullUnwindPlanForFrame()
965 UnwindLogMsg( in GetFullUnwindPlanForFrame()
1160 UnwindLogMsg("supplying caller's saved %s (%d)'s location, cached", in SavedLocationForRegister()
1177 UnwindLogMsg("could not convert lldb regnum %s (%d) into %d RegisterKind " in SavedLocationForRegister()
1185 UnwindLogMsg( in SavedLocationForRegister()
1219 UnwindLogMsg("requested caller's saved PC but this UnwindPlan uses a " in SavedLocationForRegister()
1226 UnwindLogMsg("could not convert lldb regnum %s (%d) into " in SavedLocationForRegister()
1230 UnwindLogMsg("could not convert lldb regnum %s (%d) into %d " in SavedLocationForRegister()
1243 UnwindLogMsg( in SavedLocationForRegister()
1264 UnwindLogMsg("supplying caller's register %s (%d) from the live " in SavedLocationForRegister()
1299 UnwindLogMsg("%s UnwindPlan tried to restore the pc from the link " in SavedLocationForRegister()
1354 UnwindLogMsg( in SavedLocationForRegister()
1372 UnwindLogMsg("supplying caller's register %s (%d) from the live " in SavedLocationForRegister()
1383 UnwindLogMsg("no save location for %s (%d) %s", regnum.GetName(), in SavedLocationForRegister()
1395 UnwindLogMsg("save location for %s (%d) is unspecified, continue searching", in SavedLocationForRegister()
1401 UnwindLogMsg( in SavedLocationForRegister()
1411 UnwindLogMsg("register %s (%d) is marked as 'IsSame' - it is a pc or " in SavedLocationForRegister()
1420 UnwindLogMsg( in SavedLocationForRegister()
1433 UnwindLogMsg("supplying caller's register %s (%d), value is CFA plus " in SavedLocationForRegister()
1445 UnwindLogMsg("supplying caller's register %s (%d) from the stack, saved at " in SavedLocationForRegister()
1460 UnwindLogMsg("supplying caller's register %s (%d), value is AFA plus " in SavedLocationForRegister()
1475 UnwindLogMsg("supplying caller's register %s (%d) from the stack, saved at " in SavedLocationForRegister()
1487 UnwindLogMsg("could not supply caller's %s (%d) location - was saved in " in SavedLocationForRegister()
1495 UnwindLogMsg( in SavedLocationForRegister()
1522 UnwindLogMsg("supplying caller's register %s (%d) via DWARF expression " in SavedLocationForRegister()
1531 UnwindLogMsg("supplying caller's register %s (%d) via DWARF expression " in SavedLocationForRegister()
1537 UnwindLogMsg("tried to use IsDWARFExpression or IsAtDWARFExpression for %s " in SavedLocationForRegister()
1543 UnwindLogMsg("no save location for %s (%d) in this stack frame", in SavedLocationForRegister()
1641 UnwindLogMsg("failed to get cfa with fallback unwindplan"); in TryFallbackUnwindPlan()
1666 UnwindLogMsg("failed to get a pc value for the caller frame with the " in TryFallbackUnwindPlan()
1678 UnwindLogMsg("fallback unwind plan got the same values for this frame " in TryFallbackUnwindPlan()
1685 UnwindLogMsg("trying to unwind from this function with the UnwindPlan '%s' " in TryFallbackUnwindPlan()
1721 UnwindLogMsg("failed to get cfa with fallback unwindplan"); in ForceSwitchToFallbackUnwindPlan()
1736 UnwindLogMsg("switched unconditionally to the fallback unwindplan %s", in ForceSwitchToFallbackUnwindPlan()
1764 UnwindLogMsg( in ReadFrameAddress()
1771 UnwindLogMsg("Tried to deref reg %s (%d) [0x%" PRIx64 in ReadFrameAddress()
1786 UnwindLogMsg( in ReadFrameAddress()
1794 UnwindLogMsg( in ReadFrameAddress()
1820 UnwindLogMsg("CFA value set by DWARF expression is 0x%" PRIx64, in ReadFrameAddress()
1824 UnwindLogMsg("Failed to set CFA value via DWARF expression: %s", in ReadFrameAddress()
2057 void RegisterContextLLDB::UnwindLogMsg(const char *fmt, ...) { in UnwindLogMsg() function in RegisterContextLLDB