WINDBG,Deferred Symbol Loading

来源:互联网 发布:siam journal 知乎 编辑:程序博客网 时间:2024/06/07 02:45
http://msdn.microsoft.com/en-us/library/windows/hardware/ff541840(v=vs.85).aspx
  1. By default, symbol information is not actually loaded when the target modules are loaded. Instead, symbols are loaded by the debugger as they are needed. This is called deferred symbol loading or lazy symbol loading. When this option is enabled, the debugger loads symbols whenever it encounters an unrecognized symbol.
  2. (默认情况下,符号信息在模板模块加载时才加载。因此这些还未加载但可以的符号信息叫做延迟符号加载货懒惰符号加载)
  3. When deferred symbol loading is disabled, process startup can be much slower, because all symbols are read whenever a module is loaded.
  4. In WinDbg, the deferred symbol loading behavior can be modified for symbols that have no module prefix by using the Resolve Unqualified Symbols option on the Debug menu.
  5. You can override deferred symbol loading by using the ld (Load Symbols) command or the .reload (Reload Module) command with the /f option. These force the specified symbols to be loaded immediately, although the loading of other symbols is deferred. If the symbol path is changed, symbols are not automatically reloaded.
  6. (ld(加载符号)或.reload(重载模块), ld wdm 或.reload wdm /f
  7. By default, deferred symbol loading is enabled. In CDB and KD, the -scommand-line option will turn this option off. It can also be turned off in CDB by using the LazyLoad variable in the tools.ini file. Once the debugger is running, this option can be turned on or off by using .symopt+0x4 or .symopt-0x4, respectively.



<script>window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdMiniList":false,"bdPic":"","bdStyle":"0","bdSize":"16"},"share":{}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion='+~(-new Date()/36e5)];</script>
阅读(490) | 评论(0) | 转发(0) |
0

上一篇:WINDBG 下载指定DLL的PDB

下一篇:WinDBG 技巧:设断点命令详解(bp, bu, bm, ba 以及bl, bc, bd, be)

相关热门文章
  • LNK1123: 转换到 COFF 期间失...
  • WIN7访问共享:0x80070035 找不...
  • Delphi 2010下载+完美破解...
  • vs2010调试C++程序时提示 无...
  • VISIO,不规则封闭图形填充方...
  • linux dhcp peizhi roc
  • 关于Unix文件的软链接
  • 求教这个命令什么意思,我是新...
  • sed -e "/grep/d" 是什么意思...
  • 谁能够帮我解决LINUX 2.6 10...
给主人留下些什么吧!~~
原创粉丝点击