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

Test CI on #45 #50

Merged
merged 3 commits into from
Aug 8, 2024
Merged

Test CI on #45 #50

merged 3 commits into from
Aug 8, 2024

Conversation

tmcgilchrist
Copy link
Collaborator

Duplicate of - Allow olly to attach to an external process #45

eutro and others added 3 commits August 8, 2024 13:42
- The command line changes are nontrivial in that they cannot be
expressed with usual `Cmdliner` combinators. Attaching is done with an
`--attach` option that is incompatible with the normal `EXECUTABLE`
arguments

- `EXECUTABLE` is now a sequence of arguments, rather than a single
space-separated one. This makes the above mutual exclusion slightly
easier to represent, and is more in-line with existing tools (`perf`,
`gdb --args`).

- `Unix.kill pid 0` is used to check if the process is alive, (since
`wait` can only be used for child processes), this is valid and
intended usage according to the POSIX specification.
@tmcgilchrist tmcgilchrist merged commit 5c49c53 into tarides:main Aug 8, 2024
7 checks passed
@tmcgilchrist tmcgilchrist deleted the attach branch August 8, 2024 04:07
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

Successfully merging this pull request may close these issues.

2 participants