[Lldb-commits] [lldb] [PAC][lldb][Dwarf] Support `__ptrauth`-qualified types in user expressions (PR #84387)
Daniil Kovalev via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 28 03:06:44 PDT 2024
================
@@ -676,6 +677,62 @@ DWARFASTParserClang::ParseTypeModifier(const SymbolContext &sc,
case DW_TAG_volatile_type:
encoding_data_type = Type::eEncodingIsVolatileUID;
break;
+ case DW_TAG_LLVM_ptrauth_type: {
+ DWARFDIE ptr_die = die.GetReferencedDIE(DW_AT_type);
----------------
kovdan01 wrote:
Done, thanks, see eecbb370d3d0257a5a4ffb644448219d41aa5426
https://github.com/llvm/llvm-project/pull/84387
More information about the lldb-commits
mailing list