VirtualBox

Changeset 46266 in vbox for trunk/include


Ignore:
Timestamp:
May 25, 2013 7:51:19 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
86000
Message:

IPRT: Changed RTLDRSEG::pchName to pszName and make sure it's always set to something. Started on implementing a codeview reader.

Location:
trunk/include/iprt
Files:
2 edited

Legend:

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

    r46073 r46266  
    15041504/** The symbol size was adjusted while adding it. */
    15051505#define VINF_DBG_ADJUSTED_SYM_SIZE              690
     1506/** Unable to parse the CodeView debug information. */
     1507#define VERR_CV_BAD_FORMAT                      (-691)
     1508/** Unfinished CodeView debug information feature. */
     1509#define VERR_CV_TODO                            (-692)
     1510/** Internal processing error the CodeView debug information reader. */
     1511#define VERR_CV_IPE                             (-693)
    15061512/** @} */
    15071513
  • trunk/include/iprt/ldr.h

    r46164 r46266  
    615615typedef struct RTLDRSEG
    616616{
    617     /** The segment name. (Might not be zero terminated!) */
    618     const char     *pchName;
     617    /** The segment name.  Always set to something. */
     618    const char     *pszName;
    619619    /** The length of the segment name. */
    620620    uint32_t        cchName;
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