VirtualBox

Changeset 73475 in vbox for trunk/include


Ignore:
Timestamp:
Aug 3, 2018 12:18:05 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
124102
Message:

VMM,DBGF: Improved unwinding of ring-0 assertion stacks, making the new unwind info stuff deal correctly with ring-0 pointers and such. bugref:3897 [build fix]

Location:
trunk/include/iprt
Files:
2 edited

Legend:

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

    r73460 r73475  
    274274
    275275} RTDBGUNWINDSTATE;
    276 /** Pointer to an unwind machine state. */
    277 typedef struct RTDBGUNWINDSTATE *PRTDBGUNWINDSTATE;
    278 /** Pointer to a const unwind machine state. */
    279 typedef struct RTDBGUNWINDSTATE const *PCRTDBGUNWINDSTATE;
    280276
    281277
  • trunk/include/iprt/types.h

    r69761 r73475  
    24202420#define NIL_RTDBGMOD                                ((RTDBGMOD)0)
    24212421
     2422/** Pointer to an unwind machine state. */
     2423typedef struct RTDBGUNWINDSTATE RT_FAR              *PRTDBGUNWINDSTATE;
     2424/** Pointer to a const unwind machine state. */
     2425typedef struct RTDBGUNWINDSTATE const RT_FAR        *PCRTDBGUNWINDSTATE;
     2426
    24222427/** Manifest handle. */
    24232428typedef struct RTMANIFESTINT                RT_FAR *RTMANIFEST;
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