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

ptrace support for BSDs #949

Merged
merged 1 commit into from Oct 21, 2018
Merged

ptrace support for BSDs #949

merged 1 commit into from Oct 21, 2018

Commits on Oct 21, 2018

  1. Added ptrace support for BSDs

    * Moved ptrace API into it's own module with cfg'ed modules exported for linux/android or BSDs.
    * Replicated current linux API for BSD
    * Added API functions to peek and poke memory to avoid needing to replicate deprecated linux API and remaining feature complete
    * Added helper function for `PTRACE_KILL` requests
    * Updated tests based on new API changes
    * Added addition kill calls to `test_ptrace_cont` as inferior death doesn't happen immediately on OSX which caused issues in the tests.
    xd009642 committed Oct 21, 2018
    Copy the full SHA
    f1573a7 View commit details
    Browse the repository at this point in the history