Load Report: public symbols , not source indexed

WinDbg

Load Report: public symbols , not source indexed


merry 2009-04-11, 17:27 下午
按照kernel_debugging_tutorial.doc文档介绍,使用!lmi nt应看到 :
Load Report: public symbols
                 X:\路径\ntoskrnl.pdb

但是,在我PC上却看到:

Load Report: public symbols , not source indexed
                 X:\路径\ntkrnlpa.pdb

Q:public symbols , not source indexed 是什么含义,谢谢!

Re: Load Report: public symbols , not source indexed


格蠹老雷 2009-04-13, 15:59 下午
剥离了私有信息的公共符号文件(《软件调试》P773),不包含源代码行信息。其实也删除了类型信息。

Powered by Community Server Powered by CnForums.Net