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 is not found on Mac OS X #20

Open
ygrek opened this issue Sep 5, 2016 · 0 comments
Open

ptrace is not found on Mac OS X #20

ygrek opened this issue Sep 5, 2016 · 0 comments

Comments

@ygrek
Copy link
Owner

ygrek commented Sep 5, 2016

Moved from https://forge.ocamlcore.org/tracker/index.php?func=detail&aid=1042&group_id=175&atid=782

ptrace on Mac OS X requires the additional header file <sys/types.h> to be included;
The defines PTRACE_TRACEME, PTRACE_ATTACH, PTRACE_DETACH are named PT_TRACE_ME, > PT_ATTACH and PT_DETACH.
PTRACE_PEEKDATA and PTRACE_PEEKTEXT do not exist on Mac OS X 10.5.

Patch welcome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant