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

/vbox/src/VBox/Debugger/
H A DDBGPlugInDarwin.cpp612 uint32_t iDbgSeg = 0; local
613 while (iDbgSeg < cSegs)
616 int rc3 = RTDbgModSegmentByIndex(hMod, iDbgSeg, &SegInfo);
619 iDbgSeg++;
621 AssertMsgStmt(iDbgSeg < cSegs, ("%s\n", aSegs[iSeg].szName), continue);
624 int rc2 = RTDbgAsModuleLinkSeg(hAs, hMod, iDbgSeg, aSegs[iSeg].Address, RTDBGASLINK_FLAGS_REPLACE /*fFlags*/);

Completed in 45 milliseconds