| Summary: | valgrind --read-var-info=yes doesn't handle DW_TAG_restrict_type | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | Mark Wielaard <mark> |
| Component: | general | Assignee: | Mark Wielaard <mark> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
Recognize DW_TAG_restrict_type qualifier
valgrind --read-var-info=yes doesn't handle DW_TAG_restrict_type. |
||
|
Description
Mark Wielaard
2014-06-23 14:51:36 UTC
Created attachment 87341 [details]
Recognize DW_TAG_restrict_type qualifier
Testing the following patch.
Created attachment 87351 [details]
valgrind --read-var-info=yes doesn't handle DW_TAG_restrict_type.
Full patch including a testcase to make sure that when a fixed GCC generates a DW_AT_restrict_type then valgrind works just fine even when using --read-var-info=yes.
Pushed as valgrind r14165. With the testcase extended so it prints the name of the restricted pointer argument. |