VirtualBox

Changeset 21046 in vbox for trunk/include


Ignore:
Timestamp:
Jun 30, 2009 1:11:28 AM (16 years ago)
Author:
vboxsync
Message:

IPRT: Added a reader of NM-style map files. (Mainly for linux /proc/kallsyms and System.map.)

File:
1 edited

Legend:

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

    r20799 r21046  
    979979/** The specified address range wraps around. */
    980980#define VERR_DBG_ADDRESS_WRAP                   (-664)
     981/** The file is not a valid NM map file. */
     982#define VERR_DBG_NOT_NM_MAP_FILE                (-665)
     983/** The file is not a valid /proc/kallsyms file. */
     984#define VERR_DBG_NOT_LINUX_KALLSYMS             (-666)
     985/** No debug module interpreter matching the debug info. */
     986#define VERR_DBG_NO_MATCHING_INTERPRETER        (-667)
    981987/** @} */
    982988
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