Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kovdan01 opened this issue Feb 1, 2024 · 0 comments · May be fixed by #68
Open

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

kovdan01 opened this issue Feb 1, 2024 · 0 comments · May be fixed by #68
Assignees
Labels

Comments

@kovdan01
Copy link
Contributor

kovdan01 commented Feb 1, 2024

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:

  • support dwarf encoding for the attribute
  • support parsing of the dwarf-encoded attribute info
@kovdan01 kovdan01 added the pauth label Feb 1, 2024
@kovdan01 kovdan01 self-assigned this Feb 1, 2024
@kovdan01 kovdan01 changed the title [PAuth][LLDB] Support ptrauth_struct attribute in user expressions [PAuth][LLDB] Support clang::ptrauth_struct attribute in user expressions Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant