Versions in this module Expand all Collapse all v0 v0.0.1 Oct 27, 2024 Changes in this version + var ErrNativeBackendDisabled = errors.New("native backend disabled during compilation") — darwin/amd64 + var ErrShortRead = errors.New("short read") — windows/amd64 + func Attach(_ int, _ *proc.WaitFor, _ []string) (*proc.TargetGroup, error) — darwin/amd64 + func Attach(pid int, waitFor *proc.WaitFor, _ []string) (*proc.TargetGroup, error) — windows/amd64 + func Attach(pid int, waitFor *proc.WaitFor, debugInfoDirs []string) (*proc.TargetGroup, error) — linux/amd64 + func Launch(_ []string, _ string, _ proc.LaunchFlags, _ []string, _ string, _ string, ...) (*proc.TargetGroup, error) — darwin/amd64 + func Launch(cmd []string, wd string, flags proc.LaunchFlags, _ []string, _ string, ...) (*proc.TargetGroup, error) — windows/amd64 + func Launch(cmd []string, wd string, flags proc.LaunchFlags, debugInfoDirs []string, ...) (*proc.TargetGroup, error) — linux/amd64 + func WaitFor(waitFor *proc.WaitFor) (int, error) — darwin/amd64, linux/amd64, windows/amd64 v0.0.1-alpha Jan 10, 2025