VirtualBox

Changeset 40661 in vbox for trunk/include


Ignore:
Timestamp:
Mar 27, 2012 12:43:28 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
77098
Message:

RTR0DbgKrnl: CTF API proposal (mostly solaris).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/dbg.h

    r36555 r40661  
    11471147/** @} */
    11481148
     1149
     1150/** @name Proposed Kernel Structure API
     1151 * @{ */
     1152/** Handle to the kernel structures database. */
     1153typedef struct RTDBGKRNLSTRUCTSINT *RTDBGKRNLSTRUCTS;
     1154/** Pointer to a kernel structures database handle. */
     1155typedef RTDBGKRNLSTRUCTS           *PRTDBGKRNLSTRUCTS;
     1156
     1157RTR0DECL(int)       RTR0DbgKrnlStructsOpen(PRTDBGKRNLSTRUCTS phKrnlStructs, uint32_t fFlags);
     1158RTR0DECL(uint32_t)  RTR0DbgKrnlStructsRetain(RTDBGKRNLSTRUCTS hKrnlStructs);
     1159RTR0DECL(uint32_t)  RTR0DbgKrnlStructsRelease(RTDBGKRNLSTRUCTS hKrnlStructs);
     1160RTR0DECL(int)       RTR0DbgKrnlStructsQueryMember(RTDBGKRNLSTRUCTS hKrnlStructs, const char *pszStructure,
     1161                                                  const char *pszMember, size_t *poffMember);
    11491162/** @} */
    11501163
     1164
     1165/** @} */
     1166
    11511167RT_C_DECLS_END
    11521168
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette