• A
    Improve commands which take a location spec · 8e8d2660
    aarzilli 提交于
    Breakpoints, tracepoints, etc.. take a location spec as input. This
    patch improves the expressiveness of that API. It allows:
    
    * Breakpoint at line
    * Breakpoint at function (handling package / receiver smoothing)
    * Breakpoint at address
    * Breakpoint at file:line
    * Setting breakpoint based off regexp
    8e8d2660
locations.go 6.5 KB