# HG changeset patch # User Oleksandr Gavenko # Date 1386617720 -7200 # Node ID 2e7183c468485f6f4c9d8b705866ff9989b817fa # Parent 1e5c611f8ab33c0289348067e281229e2274e4b9 Fix header level. diff -r 1e5c611f8ab3 -r 2e7183c46848 windows-devel.rst --- a/windows-devel.rst Mon Dec 09 21:34:08 2013 +0200 +++ b/windows-devel.rst Mon Dec 09 21:35:20 2013 +0200 @@ -54,14 +54,14 @@ download page Break on dll load/unload. -========================= +------------------------- :: sxe ld sxe ud Set breakpoint by pattern and/or on specific module. -==================================================== +---------------------------------------------------- :: bm ! # set breakpoints on 'module' with name 'name' @@ -72,26 +72,26 @@ instruction with a break instruction. Clear breakpoints. -================== +------------------ :: bc * How to set WinDbg as a Default Windows Postmortem Debugger. -=========================================================== +----------------------------------------------------------- :: cmd> WinDbg -I How analyse crash. -================== +------------------ When program crash and use enter in WinDbg execute:: !analyze -v Adding symbols from Symbol Server. -================================== +---------------------------------- Execute in WinDbg:: @@ -107,13 +107,13 @@ Use the Microsoft Symbol Server to obtain debug symbol files Using the SymChk.exe utility to download symbols. -================================================= +------------------------------------------------- :: symchk /r c:\windows\system32 /s SRV*c:\symbols\*http://msdl.microsoft.com/download/symbols Debugging child process. -======================== +------------------------ :: .childdbg 1