Fix protobuf TaggedStringPtr display (#17008)

### Description
<!-- Describe your changes. -->
Adjust nativs to display tagged strings.

### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
Hard to debug without seeing names.
This commit is contained in:
Dmitri Smirnov 2023-08-04 17:51:01 -07:00 committed by GitHub
parent 78a5f049f4
commit d5e4bdbe7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@
</Type>
<Type Name="google::protobuf::internal::TaggedStringPtr">
<DisplayString>{{ { ( *(std::string*)(ptr_ &amp; ~0x3) } }}</DisplayString>
<DisplayString>{{ { *(std::string*)((uintptr_t)(ptr_) &amp; ~0x3) } }}</DisplayString>
<Expand>
</Expand>
</Type>