[Bug 276406] arm64 ddb: x/hx truncates value to 32bit

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 17 Jan 2024 16:13:42 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276406

            Bug ID: 276406
           Summary: arm64 ddb: x/hx truncates value to 32bit
           Product: Base System
           Version: 14.0-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: dfr@rabson.org

Note: the high bits of this value should be 0xffff0000 as seen in the x/x
output.

Stopped at      kdb_sysctl_enter+0x98:  str     xzr, [x19, #256]
db> x/x preload_metadata
preload_metadata:       1874000
db>
preload_metadata+0x4:   ffff0000
db> x/gx preload_metadata
preload_metadata:       1874000

-- 
You are receiving this mail because:
You are the assignee for the bug.