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

[lldb][test][FreeBSD] Account for spsr being 8 bytes in newer versions #84032

Closed
wants to merge 1 commit into from

Commits on Mar 5, 2024

  1. [lldb][test][FreeBSD] Account for spsr being 8 bytes

    Since https://reviews.freebsd.org/D38983, spsr (aka cpsr) is stored
    as an 8 byte value. However in lldb's structures it is a 32 bit value
    still.
    
    The version number comes from
    https://cgit.freebsd.org/src/commit/?id=ea3061526e9ce5d3b65932c1d3e4437abd556d65.
    DavidSpickett committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    6e131a1 View commit details
    Browse the repository at this point in the history