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

pkg/proc: fix watchpoints on macos #3703

Merged
merged 7 commits into from
Apr 29, 2024

Commits on Apr 14, 2024

  1. pkg/proc: fix watchpoints on macos

    It seems newer MacOS kernels are sending mach exceptions for watchpoints
    which contain the hardware register number as opposed to the address
    which triggered the exception. Also, ARM64 seems to have switched to
    sending _EXC_I386_SGL as medata[0] for this exception type.
    derekparker committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    ae82f67 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    ae0beea View commit details
    Browse the repository at this point in the history
  2. pkg/proc/gdbserial: check for breakpoint instruction

    This should be more reliable than checking for function name.
    derekparker committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    47b00c5 View commit details
    Browse the repository at this point in the history
  3. add todo comment

    derekparker committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    58f2278 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a455024 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    7e396f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    167fbe0 View commit details
    Browse the repository at this point in the history