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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodcodeview.cpp1106 const char *pszGroup0 = NULL; local
1114 if (pszGroup0 == NULL && paDescs[i].offClassName != UINT16_MAX)
1115 pszGroup0 = pThis->pszzSegNames + paDescs[i].offClassName;
1135 rc = RTDbgModSegmentAdd(pThis->hCnt, 0, cbGroup0, pszGroup0 ? pszGroup0 : "Seg00", 0 /*fFlags*/, NULL);

Completed in 54 milliseconds