Skip to content
  • aarzilli's avatar
    proc: bugs setting next breakpoints · b370e20c
    aarzilli authored
    1. A running goroutine is by definition not parked waiting for a
    chan recv
    2. The FDE end address is intended to be exclusive, the code
    interpreted as inclusive and sometimes ended up setting a breakpoint
    on a function other than the current one.
    b370e20c