123456

 

2013年5月31日

windbg学习 ----.lines

摘要: .lines 命令启用或者禁用对源码行信息的支持-e 启用源码行支持。 -d 禁用源码行支持。 -t 打开或关闭源码行支持。如果.lines没有指定参数,.lines 命令的默认行为就是在是否支持源码行之间切换0:005> bp `antihook.cpp:371`WARNING: Line information loading disabled0:005> bl 0 eu 0001 (0001) (`antihook.cpp:347`)0:000> .lines -e*** ERROR: Symbol file could not be found. Defaul... 阅读全文

posted @ 2013-05-31 17:18 hgy413 阅读(211) 评论(0) 推荐(0) 编辑

导航