Changeset 21046 in vbox for trunk/include
- Timestamp:
- Jun 30, 2009 1:11:28 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/err.h
r20799 r21046 979 979 /** The specified address range wraps around. */ 980 980 #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) 981 987 /** @} */ 982 988
Note:
See TracChangeset
for help on using the changeset viewer.