Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • chiles's avatar
    54bed342
    · 54bed342
    chiles authored
    Made DEBUG-COMMAND-P find commands with an ambiguous initial substring,
    matching exact matches regardless of ambiguity.
    
    Renamed debugger commands to longer, more meaningful names and defined shorter
    aliases for silly traditional names that aren't ambiguous initial substrings;
    for example, "pp" for "verbose print".  I used the new internal interface
    DEF-DEBUG-COMMAND-ALIAS to do this.
    
    Fixed a bug in the "SOURCE" and "VSOURCE" commands.  Previously, they only
    worked for compilation units that included only one file.
    54bed342
    History
    chiles authored
    Made DEBUG-COMMAND-P find commands with an ambiguous initial substring,
    matching exact matches regardless of ambiguity.
    
    Renamed debugger commands to longer, more meaningful names and defined shorter
    aliases for silly traditional names that aren't ambiguous initial substrings;
    for example, "pp" for "verbose print".  I used the new internal interface
    DEF-DEBUG-COMMAND-ALIAS to do this.
    
    Fixed a bug in the "SOURCE" and "VSOURCE" commands.  Previously, they only
    worked for compilation units that included only one file.