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

References

tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
  579     if (log)
  580       log->PutCString("Failed reading image infos array.");
  584   LLDB_LOGF(log, "Removing %d modules.", image_infos_count);
  588     if (log) {
  589       LLDB_LOGF(log, "Removing module at address=0x%16.16" PRIx64 ".",
  591       image_infos[idx].PutToLog(log);
  618           if (log) {
  619             LLDB_LOGF(log, "Could not find module for unloading info entry:");
  620             image_infos[idx].PutToLog(log);
  632       if (log) {
  633         LLDB_LOGF(log, "Could not find image_info entry for unloading image:");
  634         image_infos[idx].PutToLog(log);
  639     if (log) {
  640       log->PutCString("Unloaded:");
  642           log, "DynamicLoaderMacOSXDYLD::ModulesDidUnload");