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

Add step function to ptrace #852

Merged
merged 4 commits into from
Feb 7, 2018
Merged

Add step function to ptrace #852

merged 4 commits into from
Feb 7, 2018

Commits on Jan 30, 2018

  1. Add step function to ptrace

    Added step function to ptrace, this follows the same form as the PTRACE_CONTINUE by advanced the tracee by a single step!
    xd009642 committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    2548496 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2018

  1. Added example and updated changelog.

    Added doc test for sys::ptrace::step and also updated the changelog.
    xd009642 committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    b218cd5 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2018

  1. Corrected typo

    xd009642 committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    d0218ee View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2018

  1. Updated example to be more meaningful

    Example now matches something more akin to an actual usecase.
    xd009642 committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    445b488 View commit details
    Browse the repository at this point in the history