VirtualBox

Ignore:
Timestamp:
Aug 22, 2023 10:56:32 PM (17 months ago)
Author:
vboxsync
Message:

IPRT/dbg: Rewroked the CV/DBG+PDB loading so that we support loading the PDB linked to by the windows 2000 area DBG files. Merged the PDB section loading code with the existing DBG one.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/fs/pdbvfs.cpp

    r100914 r100948  
    16321632    }
    16331633    else
    1634         return RTERRINFO_LOG_SET_F(pErrInfo, rc, "Unknown file header signature: %.44Rhxs", Buf.Hdr70.szSignature);
     1634        return RTERRINFO_LOG_SET_F(pErrInfo, VERR_INVALID_MAGIC, "Unknown file header signature: %.44Rhxs", Buf.Hdr70.szSignature);
    16351635
    16361636    if (   pThis->cbPage != _4K
     
    18081808
    18091809
    1810 /**
    1811  * Opens an PDB file system volume.
    1812  *
    1813  * @returns IPRT status code.
    1814  * @param   hVfsFileIn      The file or device backing the volume.
    1815  * @param   fFlags          0 or RTFSPDB_F_NO_NAMES
    1816  * @param   phVfs           Where to return the virtual file system handle.
    1817  * @param   pErrInfo        Where to return additional error information.
    1818  */
    18191810RTDECL(int) RTFsPdbVolOpen(RTVFSFILE hVfsFileIn, uint32_t fFlags, PRTVFS phVfs, PRTERRINFO pErrInfo)
    18201811{
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