[all-commits] [llvm/llvm-project] 0cf671: [lldb][AArch64] Fix GCS register field detection

David Spickett via All-commits all-commits at lists.llvm.org
Tue Jan 28 05:51:38 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0cf6714279d4146ee5d6a5e34195d6fae56ed475
      https://github.com/llvm/llvm-project/commit/0cf6714279d4146ee5d6a5e34195d6fae56ed475
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2025-01-28 (Tue, 28 Jan 2025)

  Changed paths:
    M lldb/source/Plugins/Process/Utility/RegisterFlagsDetector_arm64.cpp

  Log Message:
  -----------
  [lldb][AArch64] Fix GCS register field detection

Fixes c5840cc609a3674cf7453a45946f7e4a2a73590b.

On platforms where UL is 32 bit, like Windows or 32 bit Linux,
this shift was not correct, so we assumed GCS was not present.

Use ULL instead, to match the other HWCAP constants.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list