Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attach to process on linux #43

Merged
merged 4 commits into from Jul 26, 2020
Merged

Conversation

JJendryka
Copy link
Contributor

Implements attaching to running process on linux. Closes #39. Cannot implement tests because most linux distros have capability to attach to different process disabled.

@bjorn3
Copy link
Contributor

bjorn3 commented Jul 24, 2020

Maybe add a #[ignore] test?

@JJendryka JJendryka changed the title Attach to process on linux [WIP] Attach to process on linux Jul 25, 2020
@JJendryka JJendryka changed the title [WIP] Attach to process on linux Attach to process on linux Jul 25, 2020
Copy link
Member

@nbaksalyar nbaksalyar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, thank you!

@nbaksalyar nbaksalyar merged commit dea8c0d into headcrab-rs:master Jul 26, 2020
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Attach to running processes on Linux
3 participants