[all-commits] [llvm/llvm-project] 3c193d: [lldb][Windows] Cache thread context in NativeRegi...

Ayush Sahay via All-commits all-commits at lists.llvm.org
Fri May 29 23:31:05 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3c193d4d88c8c05157b61da3f3cf925eef8d6c5d
      https://github.com/llvm/llvm-project/commit/3c193d4d88c8c05157b61da3f3cf925eef8d6c5d
  Author: Ayush Sahay <asahay at qti.qualcomm.com>
  Date:   2026-05-30 (Sat, 30 May 2026)

  Changed paths:
    M lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_arm64.cpp
    M lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_arm64.h

  Log Message:
  -----------
  [lldb][Windows] Cache thread context in NativeRegisterContextWindows_arm64 (#197385)

Cache thread context in _NativeRegisterContextWindows_arm64_ to improve
read performance. Previously, the thread context was retrieved for every
read or write operation.

This change intends to lay the groundwork for provisioning debug support
for SVE on WoA.

Assisted-by: Claude Sonnet 4.6



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