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

Document OS compatibility #1

Open
ndmitchell opened this issue Mar 1, 2019 · 3 comments
Open

Document OS compatibility #1

ndmitchell opened this issue Mar 1, 2019 · 3 comments

Comments

@ndmitchell
Copy link

Does this work on Windows? An immediate question for someone coming to the project, and I couldn't tell. My guess is no, as it has an unconditional dependency on unix? Does it work on mac?

@nh2
Copy link
Owner

nh2 commented Mar 15, 2019

@ndmitchell The simple answer is that I don't know.

Like strace, all of hatrace is built around the ptrace() syscall.

I have only tested hatrace and strace on Linux.

If WSL is sufficient for you, would you be up for checking what ptrace flags or features it supports? Then I could tell you how well hatrace is supposed to work there.

@ndmitchell
Copy link
Author

Unfortunately I don't have WSL installed. Would be interesting to see at least some of this information in the README.

@kirelagin
Copy link
Contributor

Here is a data point:

It doesn’t build on macOS because of SIGPOLL.

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

3 participants