VirtualBox

Changeset 46083 in vbox for trunk/src/VBox/Runtime/include


Ignore:
Timestamp:
May 14, 2013 11:39:28 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
85759
Message:

Made it possible to find symbols for windows nt using a image-in-guest-memory loader fallback.

Location:
trunk/src/VBox/Runtime/include/internal
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/dbgmod.h

    r46048 r46083  
    567567                                       RTDBGCFG hDbgCfg, PRTDBGMODDEFERRED *ppDeferred);
    568568
     569DECLHIDDEN(int) rtDbgModLdrOpenFromHandle(PRTDBGMODINT pDbgMod, RTLDRMOD hLdrMod);
     570
    569571/** @} */
    570572
  • trunk/src/VBox/Runtime/include/internal/ldr.h

    r44528 r46083  
    403403    /** Loader ops. */
    404404    PCRTLDROPS              pOps;
     405    /** Pointer to the reader instance. This is NULL for native image. */
     406    PRTLDRREADER            pReader;
    405407} RTLDRMODINTERNAL;
    406408
     
    456458
    457459
     460DECLHIDDEN(int) rtLdrReadAt(RTLDRMOD hLdrMod, void *pvBuf, RTFOFF off, size_t cb);
     461
    458462RT_C_DECLS_END
    459463
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