VirtualBox

Changeset 60259 in vbox


Ignore:
Timestamp:
Mar 30, 2016 11:35:50 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
106300
Message:

dbgmodcodeview.cpp: Parse CV8 line numbers.

Location:
trunk/include/iprt/formats
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/formats/codeview.h

    r59231 r60259  
    745745typedef struct RTCV8LINESSRCMAP
    746746{
    747     /** The source file name, given as an offset into the string table
    748      * (RTCV8SYMBLOCK_TYPE_SRC_STR). */
    749     uint32_t    offSourceName;
     747    /** The source file, given as an offset (byte) into the source file
     748     * information table (RTCV8SYMBLOCK_TYPE_SRC_INFO). */
     749    uint32_t    offSourceInfo;
    750750    /** Number of line numbers following this structure. */
    751751    uint32_t    cLines;
  • trunk/include/iprt/formats/omf.h

    r59931 r60259  
    124124 * Complicated, see TIS docs. */
    125125#define OMF_FIXUPP32        UINT8_C(0x9d)
     126/** 16-bit line numbers record. */
     127#define OMF_LINNUM16        UINT8_C(0x94)
     128/** 32-bit line numbers record. */
     129#define OMF_LINNUM32        UINT8_C(0x95)
    126130/** 16-bit object file end record.
    127131 * Duh! wrong bitfield order.
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