Changeset 49082 in vbox for trunk/src/VBox/Runtime/common/dbg/dbgmoddwarf.cpp
- Timestamp:
- Oct 14, 2013 3:31:06 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dbg/dbgmoddwarf.cpp
r49076 r49082 4802 4802 RTListInit(&pThis->CompileUnitList); 4803 4803 /** @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")) ) 4806 4807 pThis->fUseLinkAddress = true; 4807 4808
Note:
See TracChangeset
for help on using the changeset viewer.