VirtualBox

忽略:
時間撮記:
2013-5-14 下午11:39:28 (12 年 以前)
作者:
vboxsync
訊息:

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

位置:
trunk/src/VBox/Runtime/include/internal
檔案:
修改 2 筆資料

圖例:

未更動
新增
刪除
  • 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
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette