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

References

tools/lldb/source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp
  567   if (log) {
  578     log->PutString(s.GetString());
  593     LLDB_LOGF(log, "About to write arg%zd (0x%" PRIx64 ") into %s", i + 1,
  601   LLDB_LOGF(log, "16-byte aligning SP: 0x%" PRIx64 " to 0x%" PRIx64,
  616   LLDB_LOGF(log, "Writing R0: 0x%" PRIx64, (uint64_t)0);
  625   LLDB_LOGF(log, "Writing SP: 0x%" PRIx64, (uint64_t)sp);
  631   LLDB_LOGF(log, "Writing RA: 0x%" PRIx64, (uint64_t)return_addr);
  637   LLDB_LOGF(log, "Writing PC: 0x%" PRIx64, (uint64_t)func_addr);
  643   LLDB_LOGF(log, "Writing r25: 0x%" PRIx64, (uint64_t)func_addr);