• A
    ClearBreakpoint should clear a hardware breakpoint from all threads · 2fcbc4bd
    aarzilli 提交于
    additionally fixes a bug when Detach is called on an exiting/exited thread: dbp.CurrentThread could point to a thread that has already been removed from dbp.Threads by trapWait which will lead to a nil pointer dereference caused proc.Process.clearBreakpoint getting nil from dbp.Threads[tid]
    2fcbc4bd
proc.go 15.9 KB