access-softek / llvm-project

Other
0 stars 0 forks source link

[PAuth][LLDB] Support `clang::ptrauth_struct` attribute in user expressions #69

Open kovdan01 opened 8 months ago

kovdan01 commented 8 months ago

Quote from docs:

... attribute allows programmers to opt in to using signed pointers for all pointers to a particular struct, union, or C++ class type. In C++, this also includes references to the type.

Support for the attribute in lldb user expressions includes the following: