Lines Matching refs:pszImgFile

356             RTStrCacheRelease(g_hDbgModStrCache, pDbgMod->pszImgFile);
641 pArgs->pDbgMod->pszDbgFile, pArgs->pDbgMod->pszImgFile));
645 pszExtFile, pDbgInfo->enmType, pArgs->pDbgMod->pszImgFile, rc));
747 rc = RTDbgCfgOpenDsymBundle(hDbgCfg, pDbgMod->pszImgFile, pUuid,
819 pDbgMod->pszImgFile = RTStrCacheEnter(g_hDbgModStrCache, pszFilename);
820 if (pDbgMod->pszImgFile)
822 RTStrCacheRetain(pDbgMod->pszImgFile);
823 pDbgMod->pszImgFileSpecified = pDbgMod->pszImgFile;
882 pDbgMod->pszDbgFile = pDbgMod->pszImgFile;
883 pDbgMod->pszImgFile = NULL;
903 pDbgMod->pszImgFile = pDbgMod->pszDbgFile;
911 RTStrCacheRelease(g_hDbgModStrCache, pDbgMod->pszImgFile);
959 const char *pszOldImgFile = pDbgMod->pszImgFile;
960 pDbgMod->pszImgFile = pszNewImgFile;
1042 pDbgMod->pszImgFile = pszOldImgFile;
1053 Assert(pDbgMod->pszImgFile);
1055 rc = RTDbgCfgOpenPeImage(pDeferred->hDbgCfg, pDbgMod->pszImgFile,
1110 pDbgMod->pszImgFile = RTStrCacheEnter(g_hDbgModStrCache, pszFilename);
1111 if (pDbgMod->pszImgFile)
1113 RTStrCacheRetain(pDbgMod->pszImgFile);
1114 pDbgMod->pszImgFileSpecified = pDbgMod->pszImgFile;
1167 RTStrCacheRelease(g_hDbgModStrCache, pDbgMod->pszImgFile);
1220 Assert(pDbgMod->pszImgFile);
1223 const char *pszImgFileOrg = pDbgMod->pszImgFile;
1224 pDbgMod->pszImgFile = RTStrCacheEnter(g_hDbgModStrCache, pszFilename);
1225 if (!pDbgMod->pszImgFile)
1227 RTStrCacheRetain(pDbgMod->pszImgFile);
1228 pDbgMod->pszDbgFile = pDbgMod->pszImgFile;
1322 RTStrCacheRelease(g_hDbgModStrCache, pDbgMod->pszImgFile);
1323 pDbgMod->pszImgFile = pszImgFileOrg;
1341 int rc = RTDbgCfgOpenDsymBundle(hDbgCfg, pDbgMod->pszImgFile, pUuid,
1349 rc = RTDbgCfgOpenMachOImage(hDbgCfg, pDbgMod->pszImgFile, pUuid,
1414 pDbgMod->pszImgFile = RTStrCacheEnter(g_hDbgModStrCache, pszFilename);
1415 if (pDbgMod->pszImgFile)
1417 RTStrCacheRetain(pDbgMod->pszImgFile);
1418 pDbgMod->pszImgFileSpecified = pDbgMod->pszImgFile;
1458 RTStrCacheRelease(g_hDbgModStrCache, pDbgMod->pszImgFile);
1506 RTStrCacheRelease(g_hDbgModStrCache, pDbgMod->pszImgFile);
1572 return pDbgMod->pszImgFile == pDbgMod->pszImgFileSpecified ? NULL : pDbgMod->pszImgFile;