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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp569 uint32_t cIncPaths; member in struct:RTDWARFLINESTATE
2333 else if (idxInc < pLnState->cIncPaths)
2686 if ((pLnState->cIncPaths % 2) == 0)
2688 void *pv = RTMemRealloc(pLnState->papszIncPaths, sizeof(pLnState->papszIncPaths[0]) * (pLnState->cIncPaths + 2));
2693 Log((" Path #%02u = '%s'\n", pLnState->cIncPaths, psz));
2694 pLnState->papszIncPaths[pLnState->cIncPaths] = psz;
2695 pLnState->cIncPaths++;

Completed in 64 milliseconds