[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:04:39 PDT 2024


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

Can we add an API test that tests this API? E.g., running `frame var`/`expr` on ptrauth types?

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


More information about the lldb-commits mailing list