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

References

tools/lldb/source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp
   83   if (log) {
   95     log->PutString(s.GetString());
  110     LLDB_LOGF(log, "About to write arg%" PRIu64 " (0x%" PRIx64 ") into %s",
  118   LLDB_LOGF(log, "16-byte aligning SP: 0x%" PRIx64 " to 0x%" PRIx64,
  138   LLDB_LOGF(log,
  146   LLDB_LOGF(log, "Writing LR: 0x%" PRIx64, (uint64_t)return_addr);
  151   LLDB_LOGF(log, "Writing R12: 0x%" PRIx64, (uint64_t)func_addr);
  165   LLDB_LOGF(log, "Writing R2 (TOC) at SP(0x%" PRIx64 ")+%d: 0x%" PRIx64,
  175   LLDB_LOGF(log, "Writing SP at SP(0x%" PRIx64 ")+0: 0x%" PRIx64, (uint64_t)sp,
  181   LLDB_LOGF(log, "Writing SP: 0x%" PRIx64, (uint64_t)sp);
  188   LLDB_LOGF(log, "Writing IP: 0x%" PRIx64, (uint64_t)func_addr);