[Lldb-commits] [lldb] [PAC][lldb][Dwarf] Support `__ptrauth`-qualified types in user expressions (PR #84387)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 20 17:05:54 PDT 2024


================
@@ -664,6 +685,17 @@ CompilerType CompilerType::GetPointerType() const {
   return CompilerType();
 }
 
+CompilerType
+CompilerType::AddPtrAuthModifier(unsigned key, bool isAddressDiscriminated,
----------------
Michael137 wrote:

Also, whose this user of this API? Presumably there's a separate PR out there that makes use of it?

https://github.com/llvm/llvm-project/pull/84387


More information about the lldb-commits mailing list