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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodcodeview.cpp1230 uint32_t iFrameFirst = UINT32_MAX; local
1262 if (iFrameFirst == UINT32_MAX)
1263 iFrameFirst = iFrame;
1264 rc = RTDbgModSegmentAdd(pThis->hCnt, (iFrame - iFrameFirst) << 4, offEnd, szName, 0 /*fFlags*/, NULL);

Completed in 602 milliseconds