Changeset 57978 in vbox for trunk/src/VBox/Runtime/r0drv/nt/ntBldSymDb.cpp
- Timestamp:
- Sep 30, 2015 7:39:30 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/ntBldSymDb.cpp
r57358 r57978 174 174 * Returns the name we wish to use in the C code. 175 175 * @returns Member name. 176 * @param p StructThe member descriptor.176 * @param pMember The member descriptor. 177 177 */ 178 178 static const char *figureCMemberName(MYMEMBER const *pMember) … … 339 339 * @returns Fully complained exit code. 340 340 * @param pOsVerInfo The OS version info. 341 * @param enmArch The NT architecture of the incoming PDB. 342 * @param pszPdb The PDB file name. 341 343 */ 342 344 static RTEXITCODE saveStructures(PRTNTSDBOSVER pOsVerInfo, MYARCH enmArch, const char *pszPdb) … … 987 989 * @param cchDir The length of pszDir in pszDir. 988 990 * @param pDirEntry Pointer to the directory buffer. 991 * @param iLogDepth The logging depth. 989 992 */ 990 993 static RTEXITCODE processDirSub(char *pszDir, size_t cchDir, PRTDIRENTRYEX pDirEntry, int iLogDepth)
Note:
See TracChangeset
for help on using the changeset viewer.