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

Commits on Mar 1, 2024

  1. Kernel: Switch a couple of signal dispatch dbglns to dbgln_if

    These are pretty spammy when using strace.
    IdanHo committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    671df1a View commit details
    Browse the repository at this point in the history
  2. strace: Replace incorrect syscall arg2 register

    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.
    IdanHo committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    95b9815 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ba2f97 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a84ace View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea55a1a View commit details
    Browse the repository at this point in the history