Searched defs:iFileName (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp2317 uint32_t iFileName = pLnState->cFileNames; local
2318 if ((iFileName % 2) == 0)
2320 void *pv = RTMemRealloc(pLnState->papszFileNames, sizeof(pLnState->papszFileNames[0]) * (iFileName + 2));
2332 pLnState->papszFileNames[iFileName] = RTStrDup(pszFilename);
2334 pLnState->papszFileNames[iFileName] = RTPathJoinA(pLnState->papszIncPaths[idxInc], pszFilename);
2337 if (!pLnState->papszFileNames[iFileName])
2339 pLnState->cFileNames = iFileName + 1;
2344 int rc = rtDbgModDwarfStringToUtf8(pLnState->pDwarfMod, &pLnState->papszFileNames[iFileName]);
2345 Log((" File #%02u = '%s'\n", iFileName, pLnState->papszFileNames[iFileName]));
[all...]

Completed in 166 milliseconds