Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • chiles's avatar
    2e00ad30
    · 2e00ad30
    chiles authored
    Modified HANDLE-BREAKPOINT-AUX to test whether any user hook deactivated any
    breakpoints at the current code location.  When there are no longer any
    breakpoints at this location, it foregoes setting an after breakpoint to
    re-establish the break instruction at this code location.  There is no reason
    to plan to re-establish the break instruction since there are no longer any
    active breakpoints at the location.
    
    Modified SUB-DEACTIVATE-BREAKPOINT to only remove the break instruction from
    the code when there are no longer any active breakpoints at the code location.
    2e00ad30
    History
    chiles authored
    Modified HANDLE-BREAKPOINT-AUX to test whether any user hook deactivated any
    breakpoints at the current code location.  When there are no longer any
    breakpoints at this location, it foregoes setting an after breakpoint to
    re-establish the break instruction at this code location.  There is no reason
    to plan to re-establish the break instruction since there are no longer any
    active breakpoints at the location.
    
    Modified SUB-DEACTIVATE-BREAKPOINT to only remove the break instruction from
    the code when there are no longer any active breakpoints at the code location.