reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h
  196   void UnwindLogMsg(const char *fmt, ...) __attribute__((format(printf, 2, 3)));

References

tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
  120     UnwindLogMsg("frame does not have a register context");
  128     UnwindLogMsg("frame does not have a pc");
  152     UnwindLogMsg("using architectural default unwind method");
  159     UnwindLogMsg("with pc value of 0x%" PRIx64 ", symbol name is '%s'",
  162     UnwindLogMsg("with pc value of 0x%" PRIx64 ", function name is '%s'",
  165     UnwindLogMsg("with pc value of 0x%" PRIx64
  215       UnwindLogMsg("%s", active_row_strm.GetData());
  220     UnwindLogMsg("could not find an unwindplan row for this frame's pc");
  248       UnwindLogMsg("could not read CFA value for first frame.");
  255   UnwindLogMsg("initialized frame current pc is 0x%" PRIx64 " cfa is 0x%" PRIx64
  270     UnwindLogMsg("non-zeroth frame tests positive for IsFrameZero -- that "
  277     UnwindLogMsg("Could not get next frame, marking this frame as invalid.");
  282     UnwindLogMsg("Could not get register context for this thread, marking this "
  289     UnwindLogMsg("could not get pc value");
  303     UnwindLogMsg("pc = 0x%" PRIx64, pc);
  306       UnwindLogMsg("fp = 0x%" PRIx64, reg_val);
  308       UnwindLogMsg("sp = 0x%" PRIx64, reg_val);
  321       UnwindLogMsg("this frame has a pc of 0x0");
  334     UnwindLogMsg("using architectural default unwind method");
  348         UnwindLogMsg("had a pc of 0x%" PRIx64 " which is not in executable "
  357         UnwindLogMsg("pc is in a non-executable section of memory and this "
  379           UnwindLogMsg("failed to get cfa value");
  391           UnwindLogMsg("could not find a valid cfa address");
  401           UnwindLogMsg(
  406         UnwindLogMsg("could not find a row for function offset zero");
  414           UnwindLogMsg("same CFA address as next frame, assuming the unwind is "
  421       UnwindLogMsg("initialized frame cfa is 0x%" PRIx64 " afa is 0x%" PRIx64,
  426     UnwindLogMsg("could not find any symbol for this pc, or a default unwind "
  435     UnwindLogMsg("with pc value of 0x%" PRIx64 ", symbol name is '%s'", pc,
  438     UnwindLogMsg("with pc value of 0x%" PRIx64 ", function name is '%s'", pc,
  441     UnwindLogMsg("with pc value of 0x%" PRIx64
  480     UnwindLogMsg("Backing up the pc value of 0x%" PRIx64
  488     UnwindLogMsg("Symbol is now %s",
  542       UnwindLogMsg("active row: %s", active_row_strm.GetData());
  556         UnwindLogMsg("active row: %s", active_row_strm.GetData());
  563     UnwindLogMsg("could not find unwind row for this pc");
  568     UnwindLogMsg("failed to get cfa");
  575   UnwindLogMsg("m_cfa = 0x%" PRIx64 " m_afa = 0x%" PRIx64, m_cfa, m_afa);
  580       UnwindLogMsg("same CFA address as next frame, assuming the unwind is "
  587   UnwindLogMsg("initialized frame current pc is 0x%" PRIx64
  697     UnwindLogMsg(
  960     UnwindLogMsg(
 1155       UnwindLogMsg("supplying caller's saved %s (%d)'s location, cached",
 1172       UnwindLogMsg("could not convert lldb regnum %s (%d) into %d RegisterKind "
 1180       UnwindLogMsg(
 1214         UnwindLogMsg("requested caller's saved PC but this UnwindPlan uses a "
 1221             UnwindLogMsg("could not convert lldb regnum %s (%d) into "
 1225             UnwindLogMsg("could not convert lldb regnum %s (%d) into %d "
 1238         UnwindLogMsg(
 1259           UnwindLogMsg("supplying caller's register %s (%d) from the live "
 1294         UnwindLogMsg("%s UnwindPlan tried to restore the pc from the link "
 1349         UnwindLogMsg(
 1367       UnwindLogMsg("supplying caller's register %s (%d) from the live "
 1378       UnwindLogMsg("no save location for %s (%d) %s", regnum.GetName(),
 1390     UnwindLogMsg("save location for %s (%d) is unspecified, continue searching",
 1396     UnwindLogMsg(
 1406       UnwindLogMsg("register %s (%d) is marked as 'IsSame' - it is a pc or "
 1415       UnwindLogMsg(
 1428     UnwindLogMsg("supplying caller's register %s (%d), value is CFA plus "
 1440     UnwindLogMsg("supplying caller's register %s (%d) from the stack, saved at "
 1455     UnwindLogMsg("supplying caller's register %s (%d), value is AFA plus "
 1470     UnwindLogMsg("supplying caller's register %s (%d) from the stack, saved at "
 1482       UnwindLogMsg("could not supply caller's %s (%d) location - was saved in "
 1490     UnwindLogMsg(
 1518         UnwindLogMsg("supplying caller's register %s (%d) via DWARF expression "
 1527         UnwindLogMsg("supplying caller's register %s (%d) via DWARF expression "
 1533     UnwindLogMsg("tried to use IsDWARFExpression or IsAtDWARFExpression for %s "
 1539   UnwindLogMsg("no save location for %s (%d) in this stack frame",
 1637       UnwindLogMsg("failed to get cfa with fallback unwindplan");
 1662       UnwindLogMsg("failed to get a pc value for the caller frame with the "
 1674       UnwindLogMsg("fallback unwind plan got the same values for this frame "
 1681     UnwindLogMsg("trying to unwind from this function with the UnwindPlan '%s' "
 1718       UnwindLogMsg("failed to get cfa with fallback unwindplan");
 1735     UnwindLogMsg("switched unconditionally to the fallback unwindplan %s",
 1768     UnwindLogMsg("Resetting current offset and re-doing symbol lookup; "
 1776     UnwindLogMsg("Symbol is now %s",
 1810           UnwindLogMsg(
 1817           UnwindLogMsg("Tried to deref reg %s (%d) [0x%" PRIx64
 1832         UnwindLogMsg(
 1840       UnwindLogMsg(
 1865       UnwindLogMsg("CFA value set by DWARF expression is 0x%" PRIx64,
 1869     UnwindLogMsg("Failed to set CFA value via DWARF expression: %s",
 1886         UnwindLogMsg("Cannot read memory at 0x%" PRIx64 ": %s", candidate_addr,
 1895         UnwindLogMsg("Heuristically found CFA: 0x%" PRIx64, address);
 1899     UnwindLogMsg("No suitable CFA found");