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

strace: A couple of fixes and improvements #23421

Merged
merged 5 commits into from Mar 2, 2024

Conversation

IdanHo
Copy link
Member

@IdanHo IdanHo commented Mar 1, 2024

All found while investigating #23289 crashes

These are pretty spammy when using strace.
Since commit e6df1c9 which switched us
over to using the syscall/sysret instruction the second syscall
argument changed from rcx to rdi. Update strace as well to print the
actually correct values for the second arg.
@github-actions github-actions bot added the 👀 pr-needs-review PR needs review from a maintainer or community member label Mar 1, 2024
@awesomekling awesomekling merged commit 0b7e4b3 into SerenityOS:master Mar 2, 2024
12 checks passed
@github-actions github-actions bot removed the 👀 pr-needs-review PR needs review from a maintainer or community member label Mar 2, 2024
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.

None yet

2 participants