zoukankan      html  css  js  c++  java
  • windbg help

    • .dml_start
    kd> .dml_start
    Analyze last event
    Browse process information
    Browse core commands
    Browse extension chain
    Browse dot commands
    kd> .help /D a*
     A B C D E F G H I J K L M N O P Q R S T U V W X Y Z All
    . commands matching a*:
       .allow_bp_ba_convert [0|1] - Control bp/bm/bu breakpoints to use hardware debug register support
       .allow_exec_cmds [0|1] - control execution commands
       .allow_image_mapping [0|1] - control on-demand image file mapping
       .apply_dbp [<options>] - add current data breakpoint state to a
                                register context
       .asm [<options>] - set disassembly options
       .asm- [<options>] - clear disassembly options
       .attach <proc> - attach to <proc> at next execution
    Use ".hh <command>" or open debugger.chm in the debuggers directory to get
    detailed documentation on a command.
    kd> .chain /D
    Extension DLL search Path:
        C:\Program Files\Debugging Tools for Windows (x86)\WINXP;C:\Program Files\Debugging Tools for Windows (x86)\winext;C:\Program Files\Debugging Tools for Windows (x86)\winext\arcade;C:\Program Files\Debugging Tools for Windows (x86)\pri;C:\Program Files\Debugging Tools for Windows (x86);C:\Program Files\Debugging Tools for Windows (x86)\winext\arcade;C:\Program Files\CSL Arm Toolchain\bin;C:\PROGRA~1\Borland\CBUILD~1\Bin;C:\PROGRA~1\Borland\CBUILD~1\Projects\Bpl;C:\Perl\site\bin;C:\Perl\bin;D:\Support Tools\;D:\Windows Resource Kits\Tools\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\SecureCRT\;C:\Program Files\Common Files\Compuware;C:\Program Files\Subversion\bin;C:\Program Files\Common Files\Thunder Network\KanKan\Codecs;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program Files\Universal Extractor;C:\Program Files\Universal Extractor\bin;C:\Program Files\StormII\Codec;C:\Program Files\StormII;C:\Program Files\TortoiseCVS
    Extension DLL chain:
        C:\Program Files\Debugging Tools for Windows (x86)\winext\logexts: image 3.01, API 0.0.5, built Tue Feb 02 04:08:35 2010
            [path: C:\Program Files\Debugging Tools for Windows (x86)\winext\logexts.dll]
        dbghelp: image 6.12.0002.633, API 6.1.6, built Tue Feb 02 04:08:26 2010
            [path: C:\Program Files\Debugging Tools for Windows (x86)\dbghelp.dll]
        ext: image 6.12.0002.633, API 1.0.0, built Tue Feb 02 04:08:31 2010
            [path: C:\Program Files\Debugging Tools for Windows (x86)\winext\ext.dll]
        exts: image 6.12.0002.633, API 1.0.0, built Tue Feb 02 04:08:24 2010
            [path: C:\Program Files\Debugging Tools for Windows (x86)\WINXP\exts.dll]
        kext: image 6.12.0002.633, API 1.0.0, built Tue Feb 02 04:08:22 2010
            [path: C:\Program Files\Debugging Tools for Windows (x86)\winext\kext.dll]
        kdexts: image 6.1.7650.0, API 1.0.0, built Tue Feb 02 04:08:19 2010
            [path: C:\Program Files\Debugging Tools for Windows (x86)\WINXP\kdexts.dll]
  • 相关阅读:
    你看懂了程序员的这些笑话吗?
    SharePoint 2013 Designer 自己定义操作菜单
    Ubuntu下用glade和GTK+开发C语言界面程序(三)——学习make的使用方法
    【九】注入框架RoboGuice使用:(Your First Injected Service and BroadcastReceiver)
    LeetCode 122 Best Time to Buy and Sell Stock II
    Cocos2d-x 3.1.1 学习日志6--30分钟了解C++11新特性
    HDU 4914 Linear recursive sequence(矩阵乘法递推的优化)
    TS4
    angularjs1-过滤器
    angularjs1- ng-include
  • 原文地址:https://www.cnblogs.com/ahuo/p/2017091.html
Copyright © 2011-2022 走看看