We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
debugger_present function (bool indicating if the process is being debugged) is implemented in vlib/os/debugger_*.c.v files.
debugger_present
vlib/os/debugger_*.c.v
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).
vlib/os/debugger_openbsd.c.v
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.
The text was updated successfully, but these errors were encountered:
Connected to Huly®: V_0.6-22029
Sorry, something went wrong.
That would be nice. Thanks in advance.
No branches or pull requests
debugger_present
function (bool indicating if the process is being debugged) is implemented invlib/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.
The text was updated successfully, but these errors were encountered: