Dist debugger manual signals#6487
Draft
well-mannered-goat wants to merge 10 commits into
Draft
Conversation
well-mannered-goat
force-pushed
the
dist-debugger_manual_signals
branch
from
June 11, 2026 05:34
59ed03e to
b1f8db7
Compare
well-mannered-goat
force-pushed
the
dist-debugger_manual_signals
branch
from
June 12, 2026 06:03
b1f8db7 to
cf07210
Compare
notxvilka
requested changes
Jun 13, 2026
well-mannered-goat
force-pushed
the
dist-debugger_manual_signals
branch
5 times, most recently
from
June 23, 2026 05:14
d48e49e to
4846893
Compare
well-mannered-goat
force-pushed
the
dist-debugger_manual_signals
branch
from
July 5, 2026 04:28
aa949c3 to
01f4be2
Compare
well-mannered-goat
force-pushed
the
dist-debugger_manual_signals
branch
from
July 17, 2026 04:50
01f4be2 to
50b67e5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Your checklist for this pull request
RZ_APIfunction and struct this PR changes.RZ_API).Detailed description
classify the signal receive by the debuggee as internal or external
internal - due to instruction or some other cause
external - due to usage of syscall like kill to forcefully send a signal to the debuggee
if the signal is marked to be skipped
we skip the instruction causing the signal to avoid re receiving the signal
but if the signal is sent externally, do not skip an instruction
Test plan
added some tests, and removed the broken flags as in the issue, right checking it in the CI run
Closing issues
closes #5332