VirtualBox

Changeset 40668 in vbox for trunk/include


Ignore:
Timestamp:
Mar 27, 2012 5:30:51 PM (13 years ago)
Author:
vboxsync
Message:

Runtime/r0drv: RTR0DbgKrnl implementation for Solaris.

Location:
trunk/include/iprt
Files:
2 edited

Legend:

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

    r40663 r40668  
    11651165
    11661166/**
    1167  * Opens the kernel debug info
     1167 * Opens the kernel debug info.
    11681168 *
    11691169 * @returns IPRT status code.  Can fail for any number of reasons.
     
    11761176
    11771177/**
    1178  * Retains a refernece to the kernel debug info handle.
     1178 * Retains a reference to the kernel debug info handle.
    11791179 *
    11801180 * @returns New reference count, UINT32_MAX on invalid handle (asserted).
     
    11851185
    11861186/**
    1187  * Releases a refernece to the kernel debug info handle, destroying it when the
     1187 * Releases a reference to the kernel debug info handle, destroying it when the
    11881188 * counter reaches zero.
    11891189 *
     
    11951195
    11961196/**
    1197  * Queries the offset of a member of a kernel structure.
     1197 * Queries the offset (in bytes) of a member of a kernel structure.
    11981198 *
    11991199 * @returns IPRT status code.
  • trunk/include/iprt/mangling.h

    r40071 r40668  
    974974# define RTProcWaitNoResume                             RT_MANGLER(RTProcWaitNoResume)
    975975# 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 */
    976981# define RTR0Init                                       RT_MANGLER(RTR0Init)                   /* r0drv */
    977982# define RTR0MemAreKrnlAndUsrDifferent                  RT_MANGLER(RTR0MemAreKrnlAndUsrDifferent) /* r0drv */
Note: See TracChangeset for help on using the changeset viewer.

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