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

/vbox/src/VBox/Debugger/
H A DDBGCInternal.h37 typedef struct DBGCBP struct
40 struct DBGCBP *pNext;
47 } DBGCBP; typedef in typeref:struct:DBGCBP
49 typedef DBGCBP *PDBGCBP;
H A DDBGCCmdWorkers.cpp64 pBp = (PDBGCBP)RTMemAlloc(RT_OFFSETOF(DBGCBP, szCmd[cchCmd + 1]));

Completed in 771 milliseconds