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

Implementation of debugger_present on OpenBSD #23603

Open
lcheylus opened this issue Jan 28, 2025 · 2 comments
Open

Implementation of debugger_present on OpenBSD #23603

lcheylus opened this issue Jan 28, 2025 · 2 comments
Labels
Feature/Enhancement Request This issue is made to request a feature or an enhancement to an existing one.

Comments

@lcheylus
Copy link
Contributor

lcheylus commented Jan 28, 2025

debugger_present function (bool indicating if the process is being debugged) is implemented in vlib/os/debugger_*.c.v files.

For now, this function is only implemented for Linux, Darwin, FreeBSD and Windows.

I propose to implement this function for OpenBSD in vlib/os/debugger_openbsd.c.v (very similar to FreeBSD).

Note

You can use the 👍 reaction to increase the issue's priority for developers.

Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.

Copy link

Connected to Huly®: V_0.6-22029

@felipensp felipensp added the Feature/Enhancement Request This issue is made to request a feature or an enhancement to an existing one. label Jan 28, 2025
@spytheman
Copy link
Member

That would be nice. Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature/Enhancement Request This issue is made to request a feature or an enhancement to an existing one.
Projects
None yet
Development

No branches or pull requests

3 participants