BSOD Commands - WinDbg

    BSOD Commands - WinDbg

    BSOD Commands - WinDbg

    Command and Extensions for WinDbg
    Published by
    Designer Media Ltd


    Commands and Extensions for WinDbg

    !analyze

    Performs analysis of the dump file, and displays information about the current exception or bugcheck.

    Parameters for !analyse extension:

    -v Displays verbose output of the analysis.

    !analyze -v

    -f Performs a fast and very brief analysis of the dump file.

    !analyze -f

    -show [bugcheckcode] Displays information about the specified bug check code.

    !analyze -show

    !cpuid

    Displays information about the processors within the system.

    Parameters for !cpuid extension:

    [Processor] Specifies the processor whose information will be displayed; will give information specific to that processor.

    !cpuid [Processor]

    !sysinfo

    Displays system information, such as the ACPI, CPU information and BIOS.

    Parameters for !sysinfo:

    cpuinfo Displays information about the processor.

    cpuspeed Displays the maximum and current processor speeds.

    machineid Displays information about the system, such as: SMBIOS, BIOS, firmware, system and baseboard.

    smbios Displays the SMBIOS table, and provides information about the system (Memory, BIOS and CPU).

    lm (Load Listed Modules)

    Displays information about the listed modules.

    Parameters for lm command:

    e Lists modules which have symbol problems, and displays the 3rd party drivers.

    n t Lists modules with a name and time; symbol information is not included.

    lm n t [Module Name] The module name is usually the driver without the file extension.

    f Lists the modules full image path.

    i [Module Name] Gives detailed information about a specific module.

    lmi [Module Name]

    v Lists the modules verbose, and displays information which includes: symbol file name; image file name; checksum information; version information; date stamps; time stamps and information regarding if the module is managed code (CLR).

    lmv [Module Name]

    .hh

    Displays help for WinDbg.

    .time

    Displays the time of dump generation.

    More Commands and Extensions (WinDbg)

    1) Open WinDbg program and go to Help and then Contents.

    BSOD Commands - WinDbg-capture.jpg

    2) Expand Debugger Reference, and then expand the Debugger Commands.

    BSOD Commands - WinDbg-capture-2.jpg

    3) Expand General Extension Commands and Kernel-Mode Extension Commands, and then click which command/extension you would like to view for detailed information about that extension/command.

    BSOD Commands - WinDbg-capture-3.jpg

    Hope this helps,

    Harry







  1. Arc
    Posts : 35,373
    Microsoft Windows 10 Pro Insider Preview 64-bit
       #1

    Well done, Harry! It will be helpful, for sure.
      My Computer


  2. Posts : 7,235
    Thread Starter
       #2

    Arc said:
    Well done, Harry! It will be helpful, for sure.
    Thanks Arc, I just edited a few lines due to formatting mistakes and some spelling

    Hope the tutorial helps people with some of the debugging commands (:
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 03:11.
Find Us