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

Moved ptrace constants into enum types plus minor additions #749

Merged
merged 3 commits into from
Aug 28, 2017
Merged

Moved ptrace constants into enum types plus minor additions #749

merged 3 commits into from
Aug 28, 2017

Commits on Aug 27, 2017

  1. Configuration menu
    Copy the full SHA
    b569cfc View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2017

  1. Moved ptrace constants into enum types added minor functionality.

    Used the libc_enum! macro to create enums for the ptrace event, request, and libc_bitflags for options constants defined in libc.
    Also, replicated functionality to move from c_int to PtraceEvent enum in PR #728 as it appears to be abandoned.
    
    Added utility function for detaching from tracee. Updated names and removed ptrace::ptrace namespace
    xd009642 committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    33249db View commit details
    Browse the repository at this point in the history
  2. Added detach function

    xd009642 committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    1784519 View commit details
    Browse the repository at this point in the history