• A
    proc: add test for attach/detach, fix detach (#773) · 7b19fe9e
    Alessandro Arzilli 提交于
    Detach did not work for processes we attach to via PID.
    
    Linux: we were only detaching from the main thread, all threads are
    detached independently
    
    Windows: we must resume all threads before detaching.
    
    macOS: still broken.
    
    Updates #772
    7b19fe9e
proc_test.go 74.5 KB