windows-devel.rst
changeset 856 4f14f6abbf77
parent 855 928d26058a00
child 857 97fa4a9e7ed7
equal deleted inserted replaced
855:928d26058a00 856:4f14f6abbf77
    44 
    44 
    45 ** Break on dll load/unload.
    45 ** Break on dll load/unload.
    46 
    46 
    47   sxe ld <module>
    47   sxe ld <module>
    48   sxe ud <module>
    48   sxe ud <module>
       
    49 
       
    50 ** Set breakpoint by pattern and/or on specific module.
       
    51 
       
    52   bm <module>!<name>    # set breakpoints on 'module' with name 'name'
       
    53   bm *!<prefix>*        # set breakpoints on all names with prefix 'prefix'
       
    54   bm <module>!*         # set breakpoints on all names in module 'module'
    49 
    55 
    50 * Running at startup.
    56 * Running at startup.
    51 
    57 
    52   HKCU\Software\Microsoft\Windows\CurrentVersion\Run
    58   HKCU\Software\Microsoft\Windows\CurrentVersion\Run
    53                 Launches a program automatically when a particular user logs
    59                 Launches a program automatically when a particular user logs