reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
339 if (!log) 342 log->PutCString("HexagonDYLDRendezvous:"); 343 LLDB_LOGF(log, " Address: %" PRIx64, GetRendezvousAddress()); 344 LLDB_LOGF(log, " Version: %" PRIu64, GetVersion()); 345 LLDB_LOGF(log, " Link : %" PRIx64, GetLinkMapAddress()); 346 LLDB_LOGF(log, " Break : %" PRIx64, GetBreakAddress()); 347 LLDB_LOGF(log, " LDBase : %" PRIx64, GetLDBase()); 348 LLDB_LOGF(log, " State : %s", 358 log->PutCString("HexagonDYLDRendezvous SOEntries:"); 361 LLDB_LOGF(log, "\n SOEntry [%d] %s", i, I->path.c_str()); 362 LLDB_LOGF(log, " Base : %" PRIx64, I->base_addr); 363 LLDB_LOGF(log, " Path : %" PRIx64, I->path_addr); 364 LLDB_LOGF(log, " Dyn : %" PRIx64, I->dyn_addr); 365 LLDB_LOGF(log, " Next : %" PRIx64, I->next); 366 LLDB_LOGF(log, " Prev : %" PRIx64, I->prev);