VirtualBox

Changeset 19559 in vbox for trunk/include/iprt/types.h


Ignore:
Timestamp:
May 10, 2009 4:36:23 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
47114
Message:

IPRT: Coded up the debug address space, adding a RTUINTPTR AVL range tree in the process. Stubbed the debug module interpreter.

File:
1 edited

Legend:

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

    r19509 r19559  
    11951195typedef RTDBGAS                                    *PRTDBGAS;
    11961196/** NIL debug address space handle. */
    1197 #define NIL_RTDBGAS                                 ((PRTDBGAS)0)
     1197#define NIL_RTDBGAS                                 ((RTDBGAS)0)
    11981198
    11991199/** Debug module handle. */
     
    12021202typedef RTDBGMOD                                   *PRTDBGMOD;
    12031203/** NIL debug module handle. */
    1204 #define NIL_RTDBGMOD                                ((PRTDBGMOD)0)
     1204#define NIL_RTDBGMOD                                ((RTDBGMOD)0)
    12051205
    12061206
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