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

Added AddressType type to ptrace::linux + peek/poke user fix #958

Merged
merged 2 commits into from Oct 30, 2018

Commits on Oct 24, 2018

  1. Added AddressType type

    This was added to the BSD ptrace API and probably should have been added to tyhe linux API to make it easier to write code for both platforms without the user having to reexport the types to their own crate.
    xd009642 committed Oct 24, 2018
    Copy the full SHA
    c285b95 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2018

  1. Copy the full SHA
    12578de View commit details
    Browse the repository at this point in the history