VirtualBox

Ignore:
Timestamp:
Oct 14, 2013 3:31:06 AM (11 years ago)
Author:
vboxsync
Message:

IPRT: darwin debugging fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/dbg/dbgmoddwarf.cpp

    r49076 r49082  
    48024802    RTListInit(&pThis->CompileUnitList);
    48034803    /** @todo better fUseLinkAddress heuristics! */
    4804     if (   (pMod->pszDbgFile && strstr(pMod->pszDbgFile, "mach_kernel"))
    4805         || (pMod->pszImgFile && strstr(pMod->pszImgFile, "mach_kernel")) )
     4804    if (   (pMod->pszDbgFile          && strstr(pMod->pszDbgFile,          "mach_kernel"))
     4805        || (pMod->pszImgFile          && strstr(pMod->pszImgFile,          "mach_kernel"))
     4806        || (pMod->pszImgFileSpecified && strstr(pMod->pszImgFileSpecified, "mach_kernel")) )
    48064807        pThis->fUseLinkAddress = true;
    48074808
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette