Changeset 40668 in vbox for trunk/include
- Timestamp:
- Mar 27, 2012 5:30:51 PM (13 years ago)
- Location:
- trunk/include/iprt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/dbg.h
r40663 r40668 1165 1165 1166 1166 /** 1167 * Opens the kernel debug info 1167 * Opens the kernel debug info. 1168 1168 * 1169 1169 * @returns IPRT status code. Can fail for any number of reasons. … … 1176 1176 1177 1177 /** 1178 * Retains a refer nece to the kernel debug info handle.1178 * Retains a reference to the kernel debug info handle. 1179 1179 * 1180 1180 * @returns New reference count, UINT32_MAX on invalid handle (asserted). … … 1185 1185 1186 1186 /** 1187 * Releases a refer nece to the kernel debug info handle, destroying it when the1187 * Releases a reference to the kernel debug info handle, destroying it when the 1188 1188 * counter reaches zero. 1189 1189 * … … 1195 1195 1196 1196 /** 1197 * Queries the offset of a member of a kernel structure.1197 * Queries the offset (in bytes) of a member of a kernel structure. 1198 1198 * 1199 1199 * @returns IPRT status code. -
trunk/include/iprt/mangling.h
r40071 r40668 974 974 # define RTProcWaitNoResume RT_MANGLER(RTProcWaitNoResume) 975 975 # define RTR0AssertPanicSystem RT_MANGLER(RTR0AssertPanicSystem) /* r0drv */ 976 # define RTR0DbgKrnlInfoOpen RT_MANGLER(RTR0DbgKrnlInfoOpen) /* r0drv */ 977 # define RTR0DbgKrnlInfoQueryMember RT_MANGLER(RTR0DbgKrnlInfoQueryMember) /* r0drv */ 978 # define RTR0DbgKrnlInfoQuerySymbol RT_MANGLER(RTR0DbgKrnlInfoQuerySymbol) /* r0drv */ 979 # define RTR0DbgKrnlInfoRelease RT_MANGLER(RTR0DbgKrnlInfoRelease) /* r0drv */ 980 # define RTR0DbgKrnlInfoRetain RT_MANGLER(RTR0DbgKrnlInfoRetain) /* r0drv */ 976 981 # define RTR0Init RT_MANGLER(RTR0Init) /* r0drv */ 977 982 # define RTR0MemAreKrnlAndUsrDifferent RT_MANGLER(RTR0MemAreKrnlAndUsrDifferent) /* r0drv */
Note:
See TracChangeset
for help on using the changeset viewer.