File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1414 config_cmd3 = reg add HKLM\System\CurrentControlSet\Control\CrashControl /v DumpFile /d C:\Memory.dmp /t REG_EXPAND_SZ /f
1515 # enable nmi dump
1616 config_cmd4 = reg add HKLM\System\CurrentControlSet\Control\CrashControl /v NMICrashDump /d 1 /t REG_DWORD /f
17- config_cmd5 = reg add HKLM\System\CurrentControlSet\Control\CrashControl /v AlwaysKeepMemoryDump /d 1 /t REG_DWORD /f
17+ config_cmd5 = reg add HKLM\System\CurrentControlSet\Control\CrashControl /v AlwaysKeepMemoryDump /d 1 /t REG_DWORD /f
1818 # disable windows error reporting, it may block our test
1919 config_cmd6 = reg add " HKEY_CURRENT_USER\Software\Microsoft\Windows\Windows Error Reporting" /v Disabled /d 1 /t REG_DWORD /f
2020 manual_reboot_cmd =
2121 reboot_after_config = yes
2222 i386:
2323 windbg_path = " x86\windbg.exe"
2424 devcon_dirname += " x86"
25+ chk_windbg_cmd = ' dir "C:\P rogram Files\W indows Kits\1 0\D ebuggers\% s"'
2526 x86_64:
2627 windbg_path = " x64\windbg.exe"
2728 devcon_dirname += " amd64"
28- chk_windbg_cmd = ' dir "C:\P rogram Files (x86)\W indows Kits\1 0\D ebuggers\% s"'
29+ chk_windbg_cmd = ' dir "C:\P rogram Files (x86)\W indows Kits\1 0\D ebuggers\% s"'
2930 devcon_path = " WIN_UTILS:\devcon\${devcon_dirname}\devcon.exe"
3031 feature = " OptionId.WindowsDesktopDebuggers"
3132 sdk_setup = winsdksetup.exe
4647 dump_path = C:\Memory.dmp
4748 save_path_cmd = " echo ${dump_path} > C:\dump_path.txt"
4849 chk_dump_cmd = " WIN_UTILS:\AutoIt3\AutoIt3_%PROCESSOR_ARCHITECTURE%.exe WIN_UTILS:\check_dump_windbg.au3"
49- check_dump_cmd = dir C:\Memory.dmp
50+ check_dump_cmd = dir C:\Memory.dmp
5051 del_dump_cmd = del C:\Memory.dmp
5152 nmi_cmd = inject-nmi
5253 virtio_blk:
You can’t perform that action at this time.
0 commit comments