# HG changeset patch # User Oleksandr Gavenko # Date 1300357092 -7200 # Node ID 4f14f6abbf77182696b401b4b6dd804e0092af55 # Parent 928d26058a005af30df64ace50441a7610246db0 Set breakpoint by pattern and/or on specific module. diff -r 928d26058a00 -r 4f14f6abbf77 windows-devel.rst --- a/windows-devel.rst Thu Mar 17 12:13:02 2011 +0200 +++ b/windows-devel.rst Thu Mar 17 12:18:12 2011 +0200 @@ -47,6 +47,12 @@ sxe ld sxe ud +** Set breakpoint by pattern and/or on specific module. + + bm ! # set breakpoints on 'module' with name 'name' + bm *!* # set breakpoints on all names with prefix 'prefix' + bm !* # set breakpoints on all names in module 'module' + * Running at startup. HKCU\Software\Microsoft\Windows\CurrentVersion\Run