[all-commits] [llvm/llvm-project] 1268e7: [LLDB][NFCI] Teach LLDB to read the DW_AT_LLVM_tag...
Usama Hameed via All-commits
all-commits at lists.llvm.org
Wed Feb 11 13:43:44 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1268e7630d3072c990d6d1cd9f84ef8c7041d0fa
https://github.com/llvm/llvm-project/commit/1268e7630d3072c990d6d1cd9f84ef8c7041d0fa
Author: Usama Hameed <u_hameed at apple.com>
Date: 2026-02-11 (Wed, 11 Feb 2026)
Changed paths:
M lldb/include/lldb/Symbol/Variable.h
M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
M lldb/source/Symbol/Variable.cpp
Log Message:
-----------
[LLDB][NFCI] Teach LLDB to read the DW_AT_LLVM_tag_offset attribute for variables (#181011)
LLVM added support for emitting the tagging offset of a variable for
hwasan/memtag-stack using the DW_AT_LLVM_tag_offset attribute in
dabd262. This patch teaches LLDB to read this attribute.
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