Searched refs:pszImgFile (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmod.cpp356 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
[all...]
H A Ddbgmodldr.cpp196 int rc = RTLdrOpen(pMod->pszImgFile, RTLDR_O_FOR_DEBUG, enmArch, &hLdrMod);
H A Ddbgmoddwarf.cpp4745 || RTPathIsSame(pDbgMod->pszDbgFile, pDbgMod->pszImgFile) == (int)true /* returns VERR too */)
4760 pDbgInfoMod->pszImgFile = pDbgMod->pszDbgFile;
4777 RTStrCacheRelease(g_hDbgModStrCache, pDbgInfoMod->pszImgFile);
4806 || (pMod->pszImgFile && strstr(pMod->pszImgFile, "mach_kernel"))
H A Ddbgmodcodeview.cpp2534 pDbgMod->pImgVt->pfnGetArch(pDbgMod), pDbgMod->pszImgFile);
2539 rtDbgModCvProbeCoff(pDbgMod, RTCVFILETYPE_IMAGE, NIL_RTFILE, pDbgInfo->offFile, pDbgInfo->cb, pDbgMod->pszImgFile);
2719 rc2 = rtDbgModCvProbeFile(pMod, pMod->pszImgFile, enmArch);
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFModule.cpp271 const char *pszImgFile;
/vbox/src/VBox/Runtime/include/internal/
H A Ddbgmod.h622 char const *pszImgFile; member in struct:RTDBGMODINT
/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp4026 const char * const pszImgFile = RTDbgModImageFile(hMod); local
4048 if (!fVerbose || !pszImgFile)
4052 DBGCCmdHlpPrintf(pCmdHlp, "%RGv %04x %-12s %s%s\n", (RTGCUINTPTR)uMin, cSegs, pszName, pszImgFile,

Completed in 87 milliseconds