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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp4234 * @param fKeepDies Whether to keep the DIEs or discard them as soon
4237 static int rtDwarfInfo_LoadUnit(PRTDBGMODDWARF pThis, PRTDWARFCURSOR pCursor, bool fKeepDies) argument
4320 if (!fKeepDies && pParentDie->pParent)
4367 if (!fKeepDies && !pAbbrev->fChildren)
4374 if (!fKeepDies)
4397 rc = rtDwarfInfo_LoadUnit(pThis, &Cursor, false /* fKeepDies */);
4470 // rc = rtDwarfInfo_LoadUnit(pThis, &Cursor, false /* fKeepDies */);

Completed in 64 milliseconds