summaryrefslogtreecommitdiff
path: root/src/unistd.rs
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2018-10-21 17:23:58 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2018-10-21 17:23:58 +0000
commit9ed9a1dccb98e6a2f91269c09e49641c4ff395b8 (patch)
tree588c18b2f92397d9593ef1726ad7b6b2514952a4 /src/unistd.rs
parenteef3a432d57e8f830e05fede6e3099dcb689aa6b (diff)
parentf1573a7efa8368507d581adeb3bff9bbf5aa0ead (diff)
downloadnix-9ed9a1dccb98e6a2f91269c09e49641c4ff395b8.zip
Merge #949
949: ptrace support for BSDs r=Susurrus a=xd009642 This PR adds support to the ptrace API for BSDs to close #947. It also adds a read and write method for reading and writing to a traced processes memory. The ptrace API created for linux offers this via a deprecated function so I added this so they can be feature equivalent without replicating a deprecated part of the API. Due to the differences in ptrace on BSD and linux I've made a ptrace module to keep things readable. Still to do - revert travis config to remove my feature branch and update the changelog. Co-authored-by: xd009642 <danielmckenna93@gmail.com>
Diffstat (limited to 'src/unistd.rs')
0 files changed, 0 insertions, 0 deletions