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

Add support for UTF character base types #187

Merged
merged 1 commit into from
Jul 6, 2022

Conversation

ghost
Copy link

@ghost ghost commented Jul 6, 2022

Previously drgn did not recognize the DW_ATE_UTF encoding for base types, and consequently could not handle the UTF character types defined by C++ (i.e. char8_t, char16_t, and char32_t). This has been remedied, and a corresponding test case added to prevent regressions.

Previously `drgn` did not recognize the	`DW_ATE_UTF` encoding for base
types, and consequently could not handle `char8_t`, `char16_t`, or
`char32_t`. This has been remedied, and a corresponding test case added
to prevent regressions.

Signed-off-by: Kevin Svetlitski <svetlitski@fb.com>
@ajor
Copy link
Contributor

ajor commented Jul 6, 2022

Looks good to me but I missed which repo this was when I left my review - sorry!

Copy link
Owner

@osandov osandov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Easy fix, thanks! I opened #188 for the Packit failures which seem to be an infra issue. I'll go ahead and merge this.

@osandov osandov merged commit 661d6a1 into osandov:main Jul 6, 2022
@ghost ghost deleted the utf-chars branch July 6, 2022 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants